state of target X11 / Universal widgets

Torsten Mohr tmohr at s.netic.de
Sun Aug 5 12:36:33 PDT 2007


Hi,

just for testing i installed wxWidgets-2.8.4 on
Linux, my configure-options:

../wxWidgets-2.8.4/configure \
    --prefix=/opt/wx \
    --enable-debug \
    --disable-compat26 \
    --disable-gtk2 \
    --disable-gtk \
    --disable-sdl \
    --disable-shared \
    --without-gtk \
    --with-x11 \
    --with-x \
    --enable-universal \
    --enable-logwin \
    --enable-loggui \
    --enable-dirpicker \
    --enable-image \
    --enable-gif \
    --without-libpng \
    --without-libjpeg \
    --without-libtiff \
    --without-libxpm \
    --without-opengl \
    --without-zlib

Now that i compile a program with 'wx-xonfig --cflags' i get:

In file included from src/gui.h:13,
                 from src/main.cc:6:
/opt/wx/include/wx-2.8/wx/tglbtn.h:31:32: error: wx/univ/tglbtn.h:
file or directory not found


Did i do something wrong?

In the wxwidgets-book it was mentioned that X11 was not as well
supported as GTK.  Could this also be a problem?


Thanks for any hints,
Torsten.







More information about the wx-users mailing list