I think the error you described is just a spelling error in the source
code.
In the file gtkglue.c i changed the Line #80
from
gtk_tooltips_set_tip (tooltips, widget, desc, 0) (wrong I think)
to
gtk_tooltips_set_tips (tooltips, widget, desc) (should be correct)
In Releases pre 0.99.4 you won 't get this error because of the
#ifdef ... #else ... #endif statement. 2 Lines above is the (nearly)
correct code
for Releases > 0.99.4
With this correction the compilation works fine for me.
(ok, my Scanner doesn't work right now, but it is a very new modell, not
supported right now, Mustek 1200 SP PRO, but .... :-) )
mfg
Ulrich Hopp
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com