Re: Trouble with compiling linux-fb GDK backend (gtk+-2.0.0) ...



On Fri, 15 Mar 2002, [iso-8859-1] Pascal Cannenterre wrote:

> Everything went fine except when it came to compiling
> the linux-fb GDK backend (the x11 GDK backend is fine
> :-) ). I got trouble at the link with the
> 'gtk-query-immodules-2.0' program. The linker can't
> find any references to both
> `gdk_keyboard_grab_info_libgtk_only()'
> and `gdk_pointer_grab_info_libgtk_only()'.

Yes, I noticed the same problem too, and the above 2
functions are not implemented in linux-fb backend --
they are only available for x11 and win32. I have
checked the DirectFB backend, and found that those
2 functions have been independently done there. So
is that less time is devoted to linux-fb handling?

Abel


> ------------------------------------------------------
> gcc -g -O2 -g -Wall -o gtk-query-immodules-2.0
> queryimmodules.o -Wl,--export-dynamic  -lm -lm
> -L/usr/lib -lm -lm -lm -lm
> ./.libs/libgtk-linux-fb-2.0.so -lm
> /home/pascal/TEST/gtk+-2.0.0/gdk/.libs/libgdk-linux-fb-2.0.so
> -lm -lm -lm -lm /usr/lib/libatk-1.0.so -lm
> ../gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so -lm
> ../gdk/.libs/libgdk-linux-fb-2.0.so
> /home/pascal/TEST/gtk+-2.0.0/gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so
> -lm -lm /usr/lib/libfreetype.so
> /usr/lib/libpango-1.0.so /usr/lib/libpangoft2-1.0.so
> /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so
> /usr/lib/libglib-2.0.so -ldl -lm -lm -Wl,--rpath
> -Wl,/home/pascal/TEST/gtk+-2.0.0/gdk-pixbuf/.libs
> -Wl,--rpath -Wl,/home/pascal/TEST/gtk+-2.0.0/gdk/.libs
> -Wl,--rpath -Wl,/home/pascal/TEST/gtk+-2.0.0/gtk/.libs
> -Wl,--rpath -Wl,/usr/lib
> ./.libs/libgtk-linux-fb-2.0.so: undefined reference to
> `gdk_keyboard_grab_info_libgtk_only'
> ./.libs/libgtk-linux-fb-2.0.so: undefined reference to
> `gdk_pointer_grab_info_libgtk_only'
> collect2: ld returned 1 exit status
> make[3]: *** [gtk-query-immodules-2.0] Error 1




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]