RE. GTK Warnings

Scott Hall wrote:

Mike,

After reading your comments I wasn't sure what GTK version wxPython was using, so I did a fresh local install of wxPython2.8.7.1. Sure enough during the wxPython installation process, it found my version of GTK, version 2.4.13. <http://2.4.13.> Also I enabled Unicode for the installation. Once the installation was complete I tried running the same piece of code shown previously and still get those strange GTK warnings. I am using RedHat by the way. Any ideas?

Just for reference, here are the configure flags I used.

../configure --prefix=/home/hall000s/Linux/wxPython-2.8.7.1 \
             --with-gtk \
             --with-gnomeprint \
             --with-opengl \
             --enable-optimize \
             --enable-debug_gdb \
             --enable-geometry \
             --enable-graphics_ctx \
             --enable-sound --with-sdl \
             --enable-mediactrl \
             --enable-display \
             --enable-debug_flag \
             --enable-monolithic \
             --enable-unicode \
             --with-libjpeg=builtin \
             --with-libpng=builtin \
             --with-libtiff=builtin \
             --with-zlib=builtin \
             --enable-rpath=/home/hall000s/Linux/wxPython-2.8.7.1/lib

Try configuring and rebuilding using sys instead of builtin for the image libs. Perhaps there is a conflict between the png library that wx is using and the one that your GTK theme is using.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!