Hi, Jose Miguel Goncalves <[EMAIL PROTECTED]> writes:
> I've tried again and it still stops on the same place, but now with > less "undefined references": > > i586-linux-gcc -g -O2 -Wall -o .libs/gtk-query-immodules-2.0 > queryimmodules.o ./.libs/libgtk-directfb-2.0.so > -L/home/jmpg/EGNOS-Phase2/tools/i586-linux/usr/lib > /home/jmpg/EGNOS-Phase2/build-tools/build-gtk+/gdk/.libs/libgdk-directfb-2.0.so > -latk-1.0 ../gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so > ../gdk/.libs/libgdk-directfb-2.0.so -lfreetype -ldirectfb -lpthread > -lpangoft2-1.0 -lpango-1.0 > /home/jmpg/EGNOS-Phase2/build-tools/build-gtk+/gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so > -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -ljpeg -lpng -lz -lm > ./.libs/libgtk-directfb-2.0.so: undefined reference to `GDK_DISPLAY_XDISPLAY' > ./.libs/libgtk-directfb-2.0.so: undefined reference to `XMaxRequestSize' > ./.libs/libgtk-directfb-2.0.so: undefined reference to `XExtendedMaxRequestSize' Did you definitely try this in a clean tree? It seems that you compiled the some files with GDK_WINDOWING_X11 defined. Sven
