Hello all:
I get the gtk+dfb library from debian Sarge 3.1r2:
#apt-get install libgtk+2.0-directfb-udeb-dev
I build a complex (with sockets/files/and many widgets) gtk+dfb application
linked with dynamic libraries, using anjuta too, with no problem.
When I used the static libraries (added by hand) I got a lot of error messages
(undefined references).
When I tryed to build the gtk+ demo (just typed make in demo folder)
at link time i got a similar error:
../../gdk/.libs/libgdk-linux-fb-2.0.so: undefined reference to
'IA__gdk_window_fulscren'
../../gdk/.libs/libgdk-linux-fb-2.0.so: undefined reference to
'IA__gdk_window_lower'
...and so on
collect2: ld returned 1 exit status
make[3]: *** [gtk-demo] Error 1
... Leaving ...
Its a similar error when I try to build a gtk+dfb lib from scratch (I tryed
with a lot of gtk and directfb versions and combination)
I guess gtk+dfb distribuited in sarge 3.1r2 for static link is broken.
Is there any patch to solve this ?
Thanks in advance.
Luis