I am running into a problem building Python 2.7.1.2 for cygwin
When running the command:
Python setup.py build_ext -inplace WXPORT=msw BUILD_GLCANVAS=0
BUILD_STC=0 BUILD_GIZMOS=0 BUILD_ANIMATE=0
It returns "BUILD_ANIMATE=0 is not a valid option"
If I remove that term, it compiles for a while and later exits with
error:
Ld: cannot find -lwx_msw_media-2.7
Anyone have any ideas what’s going on?
Thanks,
-Jason