Phoenix - How do I report issues?

Hi,

I’m trying to compile wxPython on Windows, and I keep running in to issues.

Some magically solve themselves, others, require some editing of the code.

For example, when trying to compile the “doxygen” documentation on Windows, it tries to uses cygwin and cygpath.

The path for cygwin is hard coded, and is not changeable in any way.

Eric Yen wrote:

Hi,

I'm trying to compile wxPython on Windows, and I keep running in to issues.
Some magically solve themselves, others, require some editing of the code.

Reporting here is usually a good way to notify about Phoenix issues.

For example, when trying to compile the "doxygen" documentation on
Windows, it tries to uses cygwin and cygpath.
The path for cygwin is hard coded, and is not changeable in any way.

There are some bash scripts that are used there and one or two other places and I wanted to make sure that they are run correctly even if build.py was not run from a cygwin environment. So it ended up with some fixed "c:/cygwin/..." paths. I guess we could change it to check for an environment variable and default to "c:/cygwin" if it's not set.

···

--
Robin Dunn
Software Craftsman