> 3) SANE 0.72 still doesn't compile. The error message is as follows:
>
> gktglue.c: In function 'set tooltip': gtkglue.c:80:warning: implicit declaration of function
> 'gtk_tooltips_set_tips'.
> gtkglue.o: In function 'set tooltip': /tmp/sane-0.72/frontend/gtkglue.c:80: undefined
> reference to 'gtk-tooltips_set_tips'
> make[1]: ***[xscanimage] Error 1
In my sane-0.72-version in gtkclue.c there is:
75 if (desc && desc[0])
76 #ifdef HAVE_GTK_TOOLTIPS_SET_TIPS
77 /* pre 0.99.4: */
78 gtk_tooltips_set_tips (tooltips, widget, (char *) desc);
79 #else
80 gtk_tooltips_set_tip (tooltips, widget, desc, 0);
81 #endif
So in line 80 ther is no 'gtk_tooltips_set_tips'!
Please use the original version of sane-0.72 !!!
Bye
Oliver
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com