Hi, Yes it is deprecated in gtk2 and GnomeICU CVS no longer uses GtkText anywhere.. You must make sure that gnomeicu 0.98.111 is NOT built with -DGTK_ISABLE_DEPRECATED ... If it still doesnt work.. errr.. maybe try -DGTK_ENABLE_BROKEN ...
-- Olivier Crete Tester [EMAIL PROTECTED] Those who do not understand Unix are condemned to reinvent it, poorly. -- Henry Spencer On Fri, 30 Aug 2002, Raphael Hertzog wrote: > Hi, > > I was trying to compile Gnomeicu 0.98.111 for Gnome2 but it failed > during linking : > gtkfunc.o: In function `read_next': > gtkfunc.o(.text+0x235d): undefined reference to `GTK_TEXT' > gtkfunc.o(.text+0x238b): undefined reference to `GTK_TEXT' > collect2: ld returned 1 exit status > > After a bit of investigation, it appears that gtk/gtktext.h starts with: > #ifdef GTK_ENABLE_BROKEN > > Does anyone know what that means ? I have libgtk2.0-dev 2.0.6-1. > > Is GtkText obsolete in Gtk2 ? Should GnomeICU use something else ? > In the mean time, you may want to add the required -D so that it > compiles out of the box. > > Cheers, >

