sane-project-website/old-archive/2000-09/0031.html

246 wiersze
6.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: glib-gtk</TITLE>
<META NAME="Author" CONTENT="Peter Kirchgessner (peter@kirchgessner.net)">
<META NAME="Subject" CONTENT="Re: glib-gtk">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: glib-gtk</H1>
<!-- received="Mon Sep 4 01:11:06 2000" -->
<!-- isoreceived="20000904081106" -->
<!-- sent="Mon, 04 Sep 2000 09:54:56 +0200" -->
<!-- isosent="20000904075456" -->
<!-- name="Peter Kirchgessner" -->
<!-- email="peter@kirchgessner.net" -->
<!-- subject="Re: glib-gtk" -->
<!-- id="39B35550.508AB8AE@kirchgessner.net" -->
<!-- inreplyto="000a01c015c2$da09fbe0$473e9fc1@kaispc" -->
<STRONG>From:</STRONG> Peter Kirchgessner (<A HREF="mailto:peter@kirchgessner.net?Subject=Re:%20glib-gtk&In-Reply-To=&lt;39B35550.508AB8AE@kirchgessner.net&gt;"><EM>peter@kirchgessner.net</EM></A>)<BR>
<STRONG>Date:</STRONG> Mon Sep 04 2000 - 00:54:56 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0032.html">Christopher Wiggins: "Scanport SQ300 with SANE / microtek2 backend"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0030.html">Anatoly V. Vdovichev: "Re: little tool for cracking VxDs (or: how to write a driver without...)"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0025.html">Kai S. Loebel: "glib-gtk"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0042.html">Kai S. Loebel: "Re: glib-gtk"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0042.html">Kai S. Loebel: "Re: glib-gtk"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#31">[ date ]</A>
<A HREF="index.html#31">[ thread ]</A>
<A HREF="subject.html#31">[ subject ]</A>
<A HREF="author.html#31">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Hi Kai,
<BR>
<P>you need to install the X11 development package.
<BR>
<P>--Peter
<BR>
<P><EM>&gt; &quot;Kai S. Loebel&quot; wrote:
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Hi there,
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; I need help!
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Actually I just wanted to install &quot;sane-1.0.3&quot;,
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; &quot;xsane-0.61&quot; and &quot;sane-umax-1.0.2-build-20&quot;. Then I
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; realized that I had to install &quot;glib-1.2.8&quot;, &quot;gtk+-
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; 1.2.8&quot; and &quot;gimp-1.0.4&quot; at first. So I tried to do it
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; the way it is decribed in various FAQ's. I removed all
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; glib libs, gtk libs and subdirs and removed all
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; gimp libs and subdirs of the older versions.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; I installed glib-1.2.8 in /usr/lib/glib-1.2.8 and then
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; tried to install gtk+-1.2.8 in /usr/lib/gtk+-1.2.8.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; After './configure' I got this message:
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; checking for glib-config... /usr/local/bin/glib-config
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; checking for GLIB - version &gt;= 1.2.8... yes
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; checking for X... no
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; configure: error:
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; *** X libraries or include files not found. Check 'config.log' for
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; *** more details.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; and in 'config.log' this:
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; configure:4537: checking for X
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; configure:4604: gcc -E conftest.c &gt;/dev/null 2&gt;conftest.out
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; configure:4600: X11/Intrinsic.h: No such file or directory
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; configure: failed program was:
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; #line 4599 &quot;configure&quot;
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; #include &quot;confdefs.h&quot;
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; #include &lt;X11/Intrinsic.h&gt;
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; configure:4680: gcc -o conftest -g -O2 -Wall conftest.c -lXt 1&gt;&amp;5
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; configure: In function `main':
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; configure:4676: warning: implicit declaration of function `XtMalloc'
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; /usr/i486-suse-linux/bin/ld: cannot find -lXt
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; collect2: ld returned 1 exit status
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; configure: failed program was:
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; #line 4673 &quot;configure&quot;
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; #include &quot;confdefs.h&quot;
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; int main() {
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; XtMalloc()
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; ; return 0; }
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; What did I wrong, is there any help available?
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Thank you!
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Kai.
</EM><BR>
<P><PRE>
--
Peter Kirchgessner
WWW: <A HREF="http://www.kirchgessner.net">http://www.kirchgessner.net</A>
e-mail: <A HREF="mailto:peter@kirchgessner.net?Subject=Re:%20glib-gtk&In-Reply-To=&lt;39B35550.508AB8AE@kirchgessner.net&gt;">peter@kirchgessner.net</A>
<P><P>--
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?Subject=Re:%20glib-gtk&In-Reply-To=&lt;39B35550.508AB8AE@kirchgessner.net&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0032.html">Christopher Wiggins: "Scanport SQ300 with SANE / microtek2 backend"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0030.html">Anatoly V. Vdovichev: "Re: little tool for cracking VxDs (or: how to write a driver without...)"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0025.html">Kai S. Loebel: "glib-gtk"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0042.html">Kai S. Loebel: "Re: glib-gtk"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0042.html">Kai S. Loebel: "Re: glib-gtk"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#31">[ date ]</A>
<A HREF="index.html#31">[ thread ]</A>
<A HREF="subject.html#31">[ subject ]</A>
<A HREF="author.html#31">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Mon Sep 04 2000 - 01:12:11 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>