Hello...I'm trying to compile wxPython on my Mandrake 8.0 system (Kernel
2,4)
wxWindows compiled fine...now I'm up to the step in wxpython where it
says ti run
python setup.py build
I get this error message
src/gtk/wx.cpp:61:warning 'PyObject *t_output_helper (PyObject
*,PyObject *)' defined but not used
error:command 'gcc' failed with exit status 1
I have the newest Python installed as well as the latest stable
wxWindows..
Hello...I'm trying to compile wxPython on my Mandrake 8.0 system (Kernel
2,4)
wxWindows compiled fine...now I'm up to the step in wxpython where it
says ti run
python setup.py build
I get this error message
src/gtk/wx.cpp:61:warning 'PyObject *t_output_helper (PyObject
*,PyObject *)' defined but not used
error:command 'gcc' failed with exit status 1
It's only a warning, it shouldn't be causing gcc to fail. Are you sure
there are no other error messages? What version of gcc is it? What is the
actual compile command line?
ยทยทยท
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!