Trouble installing GTK+



I want to develop Graphical User Interfaces on the Linux Framebuffer. I have downloaded GTK+-2.4.4 and the necessary glib and pango requirements.
I configure GTK with
./configure --with-gdktarget=linux-fb
However the make command results in the following errors:
 

gdkwindow-fb.c:1445: conflicting types for `gdk_window_set_background'

../../gdk/gdkwindow.h:435: previous declaration of `gdk_window_set_background'

make[4]: *** [gdkwindow-fb.lo] Error 1

make[4]: Leaving directory `/home/Downloads/gtk+-2.4.4/gdk/linux-fb'

make[3]: *** [all-recursive] Error 1

make[3]: Leaving directory `/home/Downloads/gtk+-2.4.4/gdk'

make[2]: *** [all] Error 2

make[2]: Leaving directory `/home/Downloads/gtk+-2.4.4/gdk'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/Downloads/gtk+-2.4.4'

make: *** [all] Error 2

 

Does anyone know how to overcome this error? I am installing gtk into a directory preserving my current gtk version but don't believe that this is the source of the problem,

Ian


ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself

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