1) g_str_equal isn't defined in libgimp; it's in the gtk toolkit.
hack fix: snarf the source, insert it into xscanimage.c
proper fix: reference the proper gtk library. The original is
in the file gtk<whatever>/glib/gstring.c
2) g_str_hash isn't defined in libgimp, but it's in the gtk toolkit.
hack fix: snarf the source, insert it into xscanimage.c
proper fix: reference the proper gtk library. Again, the original
code I stole is in gtk<whatever>/glib/gstring.c
3) in "gtkglue.c", routine "static void set_tooltip", the routine
named "gtk_tooltips_set_tip" is called. However, that routine
doesn't seem to exist anywhere I can find it.
hack fix: comment out the "set tip" call. It's just tips, anyway. :-)
proper fix: make it work right. :)
Hope this helps! Great software, by the way!
-Bill Y.
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com