Stacy Williams - 2011-04-27

grig-gtk-workarounds.c  error in make-install

Hi, over the last couple of days, i have been installing files so that it would be possible to build grig.  However, I have an error whilst running make install…..

then mv -f ".deps/grig-gtk-workarounds.Tpo" ".deps/grig-gtk-workarounds.Po"; else rm -f ".deps/grig-gtk-workarounds.Tpo"; exit 1; fi
grig-gtk-workarounds.c: In function ‘set_combo_tooltip’:
grig-gtk-workarounds.c:99: error: ‘GtkTooltips’ undeclared (first use in this function)
grig-gtk-workarounds.c:99: error: (Each undeclared identifier is reported only once
grig-gtk-workarounds.c:99: error: for each function it appears in.)
grig-gtk-workarounds.c:99: error: ‘tips’ undeclared (first use in this function)
grig-gtk-workarounds.c:101: warning: implicit declaration of function ‘gtk_tooltips_new’
grig-gtk-workarounds.c:103: warning: implicit declaration of function ‘gtk_tooltips_set_tip’
make[2]: *** [grig-gtk-workarounds.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Please could someone advise me on a solution so that I can solve this problem.