"Li 美文" wrote:
Thank for your help...
Yes, it can works. But, When setp (9) Build wxPython:
cd $WXDIR/wxPython
python setup.py build_ext --inplace WXPORT=msw COMPILER=cygwin
BUILD_GLCANVAS=0 BUILD_GIZMOS=0 UNICODE=0
I get following error message
What can I do?
em...@ncku-34be181a97
#x27; was not declared in this scope
src/helpers.cpp:3195: error: `wxInputStream' was not declared in this scope
src/helpers.cpp:3195: error: `stream' was not declared in this scope
src/helpers.cpp:3196: error: expected primary-expression before "bool"
src/helpers.cpp:3196: error
"Li 美文" wrote:
I'm trying to build wxPython 2.8.10.1 under Cygwin following the
instructions on http://gnuradio.org/trac/wiki/wxPythonCygwin.
I have successfully done this previously --> ../configure --with-msw
In next setp "make", I get following error message
What can I do?
I think yo
I'm trying to build wxPython 2.8.10.1 under Cygwin following the instructions
on http://gnuradio.org/trac/wiki/wxPythonCygwin.
I have successfully done this previously --> ../configure --with-msw
In next setp "make", I get following error message
What can I do?
em...@ncku-34be181a9