Bug report, version 0.72, with hack fixes..

Bill's way in if the password server fails (kosh@merl.com)
Mon, 27 Apr 1998 14:46:58 -0400

When building SANE 0.72 against GTK 0.99.8 and with gimp 0.99.26,
I had the following gotchas...

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