Re: [Discuss-gnuradio] build error in cygwin

2007-01-27 Thread Achilleas Anastasopoulos
Don, it worked with the minor modification that PYTHON PATH should be set appropriately before step (13). Here is the patch for the wiki: (11) Build wxPython: cd $WXDIR/wxPython python setup.py build_ext --inplace WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0 UNICODE=0 This builds the Python co

Re: [Discuss-gnuradio] build error in cygwin

2007-01-27 Thread Don Ward
"Achilleas Anastasopoulos" <[EMAIL PROTECTED]> wrote: I followeed the wiki instructions for building gnuradio on cygwin. Everything seems to be working fine, except when installing wxPython. In particular in step (11) as described in the wiki: > cd $WXDIR/wxPython > python setup.py build_ext --

[Discuss-gnuradio] build error in cygwin

2007-01-27 Thread Achilleas Anastasopoulos
Hi, I followeed the wiki instructions for building gnuradio on cygwin. Everything seems to be working fine, except when installing wxPython. In particular in step (11) as described in the wiki: > cd $WXDIR/wxPython > python setup.py build_ext --inplace WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0