gtkglue.o: In function `set_tooltip': /tmp/sane-0.72/frontend/gtkglue.c:80: undefined reference to
`gtk_tooltips_set_tip'
Ulrich Hopp suggested that this problem resulted from a typo in gtkglue.c. He suggested that I
change "gtk_tooltips_set_tip" to "gtk_tooltips_set_tips" in line 80 of gtkglue.c. I made this change and
now things compile correctly. Thanks Ulrich.
However, now when I run xscanimage I get the following message:
xscanimage: error in loading shared libraries
: undefined symbol: gtk_tooltips_set_tips
Arrgh! I can compile it but I can't use it. I do have /usr/local/lib in /etc/ld.so.conf. Also, in
/usr/local/lib, both libgtk.so and libgtk.so.1 are linked to libgtk.so.1.0.0.
As I mentioned before, my programming skills are limited to "make" and "make install". :-) I'd really
appreciate it if some wise SANE guru (a scholar, a gentleman and a judge of fine whiskey, I'm sure!)
could suggest how I can fix this problem with xscanimage?
Cheers,
Rob
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com