Re: PB compile sane-0.71

Kevin Dalley (kevind@rahul.net)
14 Mar 1998 13:34:24 -0800

I still have problem compiling sane-0.71 with gtk+-0.99.4 (now
0.99.5). I applied the patches posted by Hugo van der Kooij, with
slight modifications so that they would be accepted by patch.
xscanimage dies when I try to run it directly. I am compiled it on
Linux x86 with libgtk1 0.99.5. The line mentioning
gtk_tooltips_set_tip is bad.

Is an official set of patches available?

--- gtkglue.c.olf Tue Jan 27 08:38:36 1998
+++ gtkglue.c Sun Mar 8 00:02:46 1998
@@ -71,7 +71,7 @@
set_tooltip (GtkTooltips *tooltips, GtkWidget *widget, const char *desc)
{
if (desc && desc[0])
- gtk_tooltips_set_tips (tooltips, widget, (char *) desc);
+ gtk_tooltips_set_tip (tooltips, widget, (char *) desc, (char *)
desc);
}

int

-- 
Kevin Dalley
kevind@rahul.net

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com