sane-project-website/old-archive/1998-01/0003.html

66 wiersze
2.6 KiB
HTML

<!-- received="Sun Jan 4 01:29:32 1998 PST" -->
<!-- sent="04 Jan 1998 01:29:14 -0800" -->
<!-- name="Ben Gertzfield" -->
<!-- email="che@debian.org" -->
<!-- subject="Compilation problems and fix for 0.68 with Gtk 0.99.2" -->
<!-- id="" -->
<!-- inreplyto="" -->
<title>sane-devel: Compilation problems and fix for 0.68 with Gtk 0.99.2</title>
<h1>Compilation problems and fix for 0.68 with Gtk 0.99.2</h1>
<b>Ben Gertzfield</b> (<a href="mailto:che@debian.org"><i>che@debian.org</i></a>)<br>
<i>04 Jan 1998 01:29:14 -0800</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#3">[ date ]</a><a href="index.html#3">[ thread ]</a><a href="subject.html#3">[ subject ]</a><a href="author.html#3">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0004.html">Helmut Koeberle: "Re: canon 2700F backend wanted..."</a>
<li> <b>Previous message:</b> <a href="0002.html">Henning Meier-Geinitz: "Re: Problems with Mustek 600 II N"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>
<!-- body="start" -->
I'm not on this mailing list right now, so please Cc: me if responding<br>
-- this is a quick fix I made that will help you all in compiling SANE<br>
with Gtk 0.99.2.<br>
<p>
Gtk 0.99.2 has been released, and the function gtk_tooltips_destroy<br>
has been renamed to gtk_tooltips_unref.<br>
<p>
This tiny patch to frontend/gtkglue.c lets SANE compile with Gtk<br>
0.99.2:<br>
<p>
--- sane-0.68.orig/frontend/gtkglue.c<br>
+++ sane-0.68/frontend/gtkglue.c<br>
@@ -801,7 +801,7 @@<br>
GSGDialogElement *elem;<br>
int i, j;<br>
<p>
- gtk_tooltips_destroy (dialog-&gt;tooltips);<br>
+ gtk_tooltips_unref (dialog-&gt;tooltips);<br>
gtk_widget_destroy (dialog-&gt;main_hbox);<br>
<p>
/* free the menu labels of integer/fix-point word-lists: */<br>
<p>
<p>
<pre>
--
Brought to you by the letters F and X and the number 7.
"He's kissing Christian.. and it's making you die." -- that dog.
Ben Gertzfield &lt;<a href="http://www.imsa.edu/~wilwonka/">http://www.imsa.edu/~wilwonka/</a>&gt; Finger me for my public
PGP key. I'm on FurryMUCK as Che, and EFNet and YiffNet IRC as Che_Fox.
<p>
<pre>
--
Source code, list archive, and docs: <a href="http://www.mostang.com/sane/">http://www.mostang.com/sane/</a>
To unsubscribe: echo unsubscribe sane-devel | mail <a href="mailto:majordomo@mostang.com">majordomo@mostang.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0004.html">Helmut Koeberle: "Re: canon 2700F backend wanted..."</a>
<li> <b>Previous message:</b> <a href="0002.html">Henning Meier-Geinitz: "Re: Problems with Mustek 600 II N"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>