>please have a look where gtk/gtktooltips.h
>on my system it is at:
>/usr/local/include/gtk/gtktooltips.h
>
>but it may also be at:
>/usr/include/gtk/gtktooltips.h
I found it in both places
>if you found it, look for:
> gtk_tooltips_set_tips
>Tell me what you find!
In /usr/include/gtk, it said:
void gtk_tooltips/set_tips (GtkTooltips *tooltips,
GtKWidget *widget,
const gchar *tips_text);
In /usr/local/include/gtk, it said the same but with one more line:
const gchar *tip_private);
Given that the gtktooltips.h file in the gtk-1.0.0 distribution had the
extra line, I copied it to /usr/include/gtk. I then rebuilt both gtk (first)
and sane (second) with :
"make clean"
"make"
"make install"
When xscanimage was compiling, I got the warning that gtk_tooltips_set_tips
was implicitly defined. Upon running xscanimage, I got the same error message
about loading shared libraries.
Cheers,
Rob
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com