gtk+-2.4.0, atk-1.6.0, pango-1.4.0, glib-2.4.0, gcc-3.2.2
python setup.py WXPORT=gtk2 UNICODE=1 BUILD_GLCANVAS=0 build install
...
running build
running build_py
copying wx/__version__.py -> build-gtk2.unicode/lib.linux-i686-2.3/wx
running build_ext
building '_core' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -O3 -march=i686 -mcpu=i686 -fPIC -DSWIG_GLOBAL -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 -UNDEBUG -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Iinclude -Isrc -I/usr/local/lib/wx/include/gtk2u-2.5 -I/usr/local/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/python2.3 -c src/gtk/core_wrap.cpp -o build-gtk2.unicode/temp.linux-i686-2.3/src/gtk/core_wrap.o -O3
src/gtk/core_wrap.cpp: In function `void init_core()':
src/gtk/core_wrap.cpp:41958: `wxWINDOW_VARIANT_DEFAULT' undeclared (first use
this function)
src/gtk/core_wrap.cpp:41958: (Each undeclared identifier is reported only once
for each function it appears in.)
error: command 'gcc' failed with exit status 1
···
--
WBR, sector119