Hi,
I'm trying to build wxPython 2.4.0.7 on solaris 2.6
(SPARC) with gcc 3.2.2, gtk 1.2.10, GNUmake 3.80 and
Python 2.2.2, but I get this error:
../src/unix/utilsunx.cpp: In function `void
wxSleep(int)':
../src/unix/utilsunx.cpp:131: `sleep' undeclared
(first use this function)
../src/unix/utilsunx.cpp:131: (Each undeclared
identifier is reported only once
for each function it appears in.)
make: *** [utilsunx.o] Error 1
Any help?
Thanks
Fran
···
___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más... http://messenger.yahoo.es
Hi,
I'm trying to build wxPython 2.4.0.7 on solaris 2.6
(SPARC) with gcc 3.2.2, gtk 1.2.10, GNUmake 3.80 and
Python 2.2.2, but I get this error:
../src/unix/utilsunx.cpp: In function `void
wxSleep(int)':
../src/unix/utilsunx.cpp:131: `sleep' undeclared
(first use this function)
../src/unix/utilsunx.cpp:131: (Each undeclared
identifier is reported only once for each function it appears in.)
make: *** [utilsunx.o] Error 1
Any help?
As this is a build error for wxGTK you should ask about it on wx-users. It sounds to me like there is a missing #include or something, and a fix should probably be made to configure to test for this situation.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!