Hi !
I try to compil the wxWindow library but i'm confronted to a strong problem :
I 've install the gtk+2.2.2 library, and the gtk+1.2.1 already installed
There is a conflict when i try to compiled the wxWindow. But i don't want to uninstall the gtk+1.2.1 coz some appli use it.
configure.log
Quote:
configure:12745: gcc -o conftest -I/usr/local/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -L/usr/lib -rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lXext -lX11 -lm 1>&5
configure:12669:21: gtk/gtk.h: No such file or directory
|
As you can see, the compilateur try to acces only in the gtk+1.2.1.
So if someone have an idea to add the gtk+2.2.2 include path !
THANX