wx-config missing in 2.7.0 debug-version
Aggro
spammerdream at yahoo.com
Thu Sep 21 10:41:02 PDT 2006
I compiled wxGTK-2.7.0 like this (on Linux Ubuntu 6.06):
./configure --prefix=/home/aggro/wxwidgets/build --with-gtk2
--enable-unicode --disable-monolithic --disable-shared --with-opengl
--with-libpng --with-libjpeg --with-libtiff --enable-debug
make
make -C contrib/src/stc
make install
make -C contrib/src/stc install
After done, I didn't have wx-config in build/bin/ folder. Here is file
listing for bin folder:
$ ls -la
total 5656
drwxr-xr-x 2 aggro aggro 4096 2006-09-21 20:34 .
drwxr-xr-x 6 aggro aggro 4096 2006-09-21 19:50 ..
lrwxrwxrwx 1 aggro aggro 8 2006-09-21 19:50 wxrc -> wxrc-2.7
-rwxr-xr-x 1 aggro aggro 5768842 2006-09-21 19:50 wxrc-2.7
If I compile without the --enable-debug flag, I will get the wx-config
file and all is ok.
I didn't see any error messages and files in lib folder seem to exist,
so AFAIK everything else is ok, except the wx-config file.
So question: Is this normal that there is no wx-config with the debug
version? Or am I doing something wrong? Or is there a bug in wxWidgets?
More information about the wx-users
mailing list