sane-project-website/old-archive/1997-10/0020.html

69 wiersze
2.4 KiB
HTML

<!-- received="Tue Oct 7 10:07:40 1997 MST" -->
<!-- sent="Tue, 07 Oct 1997 08:23:59 -0400" -->
<!-- name="Christoph Doerbeck" -->
<!-- email="doerbeck@dma.isg.mot.com" -->
<!-- subject="GIMP and SANE (how to fix)" -->
<!-- id="199710071224.IAA26460@prospero.dma.isg.mot.com" -->
<!-- inreplyto="" -->
<title>sane-devel: GIMP and SANE (how to fix)</title>
<h1>GIMP and SANE (how to fix)</h1>
<b>Christoph Doerbeck</b> (<a href="mailto:doerbeck@dma.isg.mot.com"><i>doerbeck@dma.isg.mot.com</i></a>)<br>
<i>Tue, 07 Oct 1997 08:23:59 -0400</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#20">[ date ]</a><a href="index.html#20">[ thread ]</a><a href="subject.html#20">[ subject ]</a><a href="author.html#20">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0021.html">Michael Ritzert: "Re: sane-0.65 released"</a>
<li> <b>Previous message:</b> <a href="0019.html">Michael Ritzert: "Re: sane-0.65 released"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>
<!-- body="start" -->
Greetings,<br>
<p>
for the record, here's how I fixed the GIMP / SANE problem.<br>
<p>
<i>&gt; Mathias wrote :</i><br>
<i>&gt;</i><br>
<i>&gt; ... I found that in gimp.h another file is included which is not</i><br>
<i>&gt; at the expected place</i><br>
<p>
CORRECT! In my case, the gimp is installed in /usr/local. There<br>
is a /usr/local/include/glib.h which gimp.h expects in<br>
/usr/local/include/glib. So here's a simple work around:<br>
<p>
<i> &gt;cd /usr/local/include</i><br>
<i> &gt;mkdir glib</i><br>
<i> &gt;cd glib</i><br>
<i> &gt;ln -s ../glib.h</i><br>
<p>
Now return to your sane-build directory<br>
<p>
<i> &gt;rm ./config.cache</i><br>
<i> &gt;./configure</i><br>
<i> &gt;grep gimp config.cache</i><br>
ac_cv_header_libgimp_gimp_h=${ac_cv_header_libgimp_gimp_h='yes'}<br>
<p>
<i> &gt;make all</i><br>
<i> &gt;make install</i><br>
<p>
<p>
- Christoph<br>
<p>
<p>
<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="0021.html">Michael Ritzert: "Re: sane-0.65 released"</a>
<li> <b>Previous message:</b> <a href="0019.html">Michael Ritzert: "Re: sane-0.65 released"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>