sane-project-website/old-archive/2001-03/0089.html

218 wiersze
7.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: [configure] Could not run SANE test program (s</TITLE>
<META NAME="Author" CONTENT="Davis, Tom (Tom.Davis@minolta-qms.com)">
<META NAME="Subject" CONTENT="RE: [configure] Could not run SANE test program (still)">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>RE: [configure] Could not run SANE test program (still)</H1>
<!-- received="Tue Mar 6 11:07:52 2001" -->
<!-- isoreceived="20010306190752" -->
<!-- sent="Tue, 6 Mar 2001 13:24:56 -0600 " -->
<!-- isosent="20010306192456" -->
<!-- name="Davis, Tom" -->
<!-- email="Tom.Davis@minolta-qms.com" -->
<!-- subject="RE: [configure] Could not run SANE test program (still)" -->
<!-- id="3D0DF647212CD411B0990008C786947C765879@qms-ex01" -->
<!-- inreplyto="[configure] Could not run SANE test program (still)" -->
<STRONG>From:</STRONG> Davis, Tom (<A HREF="mailto:Tom.Davis@minolta-qms.com?Subject=RE:%20[configure]%20%20Could%20not%20run%20SANE%20test%20program%20(still)&In-Reply-To=&lt;3D0DF647212CD411B0990008C786947C765879@qms-ex01&gt;"><EM>Tom.Davis@minolta-qms.com</EM></A>)<BR>
<STRONG>Date:</STRONG> Tue Mar 06 2001 - 11:24:56 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0090.html">Oliver Rauch: "Re: [configure] Could not run SANE test program (still)"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0088.html">Oliver Rauch: "Re: SANE_INFO_RELOAD_PARAMS on get?"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0090.html">Oliver Rauch: "Re: [configure] Could not run SANE test program (still)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0090.html">Oliver Rauch: "Re: [configure] Could not run SANE test program (still)"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#89">[ date ]</A>
<A HREF="index.html#89">[ thread ]</A>
<A HREF="subject.html#89">[ subject ]</A>
<A HREF="author.html#89">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Did the sane-frontends-1.0.4 'configure' error issue ever get completely
<BR>
resolved?
<BR>
<P>Sorry if I missed the solution, but the following message was the last I can
<BR>
find regarding this subject on the 'sane-devel' list. I just moved to SANE
<BR>
1.0.4 and am having the same problem.
<BR>
<P>Tom Davis
<BR>
<P>-----Original Message-----
<BR>
From: Shea Martin [mailto:<A HREF="mailto:snowsquirrel@home.com?Subject=RE:%20[configure]%20%20Could%20not%20run%20SANE%20test%20program%20(still)&In-Reply-To=&lt;3D0DF647212CD411B0990008C786947C765879@qms-ex01&gt;">snowsquirrel@home.com</A>]
<BR>
Sent: Tuesday, January 23, 2001 6:02 PM
<BR>
To: <A HREF="mailto:sane-devel@mostang.com?Subject=RE:%20[configure]%20%20Could%20not%20run%20SANE%20test%20program%20(still)&In-Reply-To=&lt;3D0DF647212CD411B0990008C786947C765879@qms-ex01&gt;">sane-devel@mostang.com</A>
<BR>
Cc: <A HREF="mailto:oliver.rauch@Wolfsburg.DE?Subject=RE:%20[configure]%20%20Could%20not%20run%20SANE%20test%20program%20(still)&In-Reply-To=&lt;3D0DF647212CD411B0990008C786947C765879@qms-ex01&gt;">oliver.rauch@Wolfsburg.DE</A>
<BR>
Subject: [configure] Could not run SANE test program (still)
<BR>
<P><P>I ran the following
<BR>
export SANE_CONFIG=/usr/local/bin/sane-config
<BR>
./configure
<BR>
<P>this time I do not get the usage: message from the sane-config script. It
<BR>
almost seems like the configure script is not passing the proper arguements
<BR>
to sane-config. Anyway are my output snippets, and my config.log snippets.
<BR>
Hope this helps you Oliver.
<BR>
<P>&lt;output&gt;
<BR>
checking for strncasecmp... yes
<BR>
checking for sane-config... /usr/local/bin/sane-config
<BR>
checking for SANE - version &gt;= 1.0.0... no
<BR>
*** Could not run SANE test program, checking why...
<BR>
*****************************************************************
<BR>
ERROR: SANE is needed for compiling sane-frontends
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- if you installed SANE as rpm make sure you also included
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sane-devel
<BR>
*****************************************************************
<BR>
&lt;/output&gt;
<BR>
<P>&lt;config.log&gt;
<BR>
configure:2380: checking for strncasecmp
<BR>
configure:2408: gcc -o conftest -g -O2 -Wall -D_GNU_SOURCE conftest.c -lm
<BR>
1&gt;&amp;5
<BR>
configure:2475: checking for sane-config
<BR>
configure:2510: checking for SANE - version &gt;= 1.0.0
<BR>
configure:2590: gcc -o conftest -g -O2 -Wall -I/usr/local/include
<BR>
-D_GNU_SOURCE -L/usr/local/lib conftest.c -lm -lsane -lnsl -lm -ljpeg
<BR>
1&gt;&amp;5
<BR>
configure: In function `main':
<BR>
configure:2548: warning: implicit declaration of function `system'
<BR>
configure: failed program was:
<BR>
#line 2538 &quot;configure&quot;
<BR>
#include &quot;confdefs.h&quot;
<BR>
<P>#include &lt;sane/sane.h&gt;
<BR>
#include &lt;stdio.h&gt;
<BR>
<P>int
<BR>
main ()
<BR>
{
<BR>
&nbsp;&nbsp;big main function ...
<BR>
}
<BR>
<P>configure:2636: gcc -o conftest -g -O2 -Wall -I/usr/local/include
<BR>
-D_GNU_SOURCE -L/usr/local/lib conftest.c -lm -lsane -lnsl -lm -ljpeg
<BR>
1&gt;&amp;5
<BR>
configure: In function `main':
<BR>
configure:2632: `sane_major_version' undeclared (first use in this function)
<BR>
configure:2632: (Each undeclared identifier is reported only once
<BR>
configure:2632: for each function it appears in.)
<BR>
configure:2632: `sane_minor_version' undeclared (first use in this function)
<BR>
configure:2632: `sane_micro_version' undeclared (first use in this function)
<BR>
configure: failed program was:
<BR>
#line 2626 &quot;configure&quot;
<BR>
#include &quot;confdefs.h&quot;
<BR>
<P>#include &lt;sane/sane.h&gt;
<BR>
#include &lt;stdio.h&gt;
<BR>
<P>int main() {
<BR>
&nbsp;return ((sane_major_version) || (sane_minor_version) ||
<BR>
(sane_micro_version));
<BR>
; return 0; }
<BR>
<P>&lt;/config.log&gt;
<BR>
<PRE>
--
...elbows out,
stick on the ice!
<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:%20[configure]%20%20Could%20not%20run%20SANE%20test%20program%20(still)&In-Reply-To=&lt;3D0DF647212CD411B0990008C786947C765879@qms-ex01&gt;">majordomo@mostang.com</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:%20[configure]%20%20Could%20not%20run%20SANE%20test%20program%20(still)&In-Reply-To=&lt;3D0DF647212CD411B0990008C786947C765879@qms-ex01&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0090.html">Oliver Rauch: "Re: [configure] Could not run SANE test program (still)"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0088.html">Oliver Rauch: "Re: SANE_INFO_RELOAD_PARAMS on get?"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0090.html">Oliver Rauch: "Re: [configure] Could not run SANE test program (still)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0090.html">Oliver Rauch: "Re: [configure] Could not run SANE test program (still)"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#89">[ date ]</A>
<A HREF="index.html#89">[ thread ]</A>
<A HREF="subject.html#89">[ subject ]</A>
<A HREF="author.html#89">[ 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>Tue Mar 06 2001 - 11:11:49 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>