sane-project-website/old-archive/2000-12/0250.html

255 wiersze
7.0 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: Configure not finding SANE</TITLE>
<META NAME="Author" CONTENT="Doug X (fearless1@visto.com)">
<META NAME="Subject" CONTENT="Configure not finding SANE">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Configure not finding SANE</H1>
<!-- received="Fri Dec 22 19:43:40 2000" -->
<!-- isoreceived="20001223034340" -->
<!-- sent="Fri, 22 Dec 2000 19:53:44 -0800" -->
<!-- isosent="20001223035344" -->
<!-- name="Doug X" -->
<!-- email="fearless1@visto.com" -->
<!-- subject="Configure not finding SANE" -->
<!-- id="200012230343.TAA04483@panda.mostang.com" -->
<STRONG>From:</STRONG> Doug X (<A HREF="mailto:fearless1@visto.com?Subject=Re:%20Configure%20not%20finding%20SANE&In-Reply-To=&lt;200012230343.TAA04483@panda.mostang.com&gt;"><EM>fearless1@visto.com</EM></A>)<BR>
<STRONG>Date:</STRONG> Fri Dec 22 2000 - 19:53:44 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0251.html">James Tappin: "Re: xsane-0.65 configure script"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0249.html">Per Aalrust: "Re: xsane-0.65 configure script"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0252.html">Henning Meier-Geinitz: "Re: Configure not finding SANE"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0252.html">Henning Meier-Geinitz: "Re: Configure not finding SANE"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0259.html">Doug X: "Re: Configure not finding SANE"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#250">[ date ]</A>
<A HREF="index.html#250">[ thread ]</A>
<A HREF="subject.html#250">[ subject ]</A>
<A HREF="author.html#250">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Hi all,
<BR>
&nbsp;&nbsp;I just updated to sane 1.0.4 and I have got stuck in configuring the frontends. The sane-frontends-1.0.4/configure script won't find the freshly installed sane.
<BR>
<P>System info
<BR>
Mandrake 7.2
<BR>
linux 2.2.17
<BR>
128MB
<BR>
P1 200mmx
<BR>
<P>What I did was as user,
<BR>
cd sane-backends-1.0.4
<BR>
./configure
<BR>
make
<BR>
su
<BR>
make install
<BR>
exit
<BR>
cd ../sane-frontends-1.0.4
<BR>
./configure
<BR>
<P>and then it ...
<BR>
<P>[doug@heavenbound sane-frontends-1.0.4]$ script
<BR>
Script started, file is typescript
<BR>
[doug@heavenbound sane-frontends-1.0.4]$ ./configure
<BR>
creating cache ./config.cache
<BR>
checking whether GIMP plugin is requested... yes
<BR>
checking for gcc... gcc
<BR>
checking whether the C compiler (gcc ) works... yes
<BR>
checking whether the C compiler (gcc ) is a cross-compiler... no
<BR>
checking whether we are using GNU C... yes
<BR>
checking whether gcc accepts -g... yes
<BR>
checking how to run the C preprocessor... gcc -E
<BR>
checking for AIX... no
<BR>
checking for minix/config.h... no
<BR>
checking for POSIXized ISC... no
<BR>
checking for gcc option to accept ANSI C... no
<BR>
checking for a BSD compatible install... /usr/bin/install -c
<BR>
checking whether make sets ${MAKE}... yes
<BR>
checking how to run the C preprocessor... gcc -E
<BR>
checking whether gcc needs -traditional... no
<BR>
checking for ANSI C header files... yes
<BR>
checking for fcntl.h... yes
<BR>
checking for unistd.h... yes
<BR>
checking for libc.h... no
<BR>
checking for sys/time.h... yes
<BR>
checking for sys/types.h... yes
<BR>
checking for working const... yes
<BR>
checking for inline... inline
<BR>
checking return type of signal handlers... void
<BR>
checking for size_t... yes
<BR>
checking for pid_t... yes
<BR>
checking for ssize_t... yes
<BR>
checking for u_char... yes
<BR>
checking for u_int... yes
<BR>
checking for u_long... yes
<BR>
checking for sqrt in -lm... yes
<BR>
checking for working alloca.h... yes
<BR>
checking for alloca... yes
<BR>
checking for unistd.h... (cached) yes
<BR>
checking for getpagesize... yes
<BR>
checking for working mmap... yes
<BR>
checking for atexit... yes
<BR>
checking for mkdir... yes
<BR>
checking for sigprocmask... yes
<BR>
checking for strdup... yes
<BR>
checking for strndup... yes
<BR>
checking for strftime... yes
<BR>
checking for strstr... yes
<BR>
checking for strsep... yes
<BR>
checking for strtod... yes
<BR>
checking for snprintf... yes
<BR>
checking for usleep... yes
<BR>
checking for strcasecmp... yes
<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>
[doug@heavenbound sane-frontends-1.0.4]$ sane-config --version
<BR>
1.0.4
<BR>
[doug@heavenbound sane-frontends-1.0.4]$ scanimage -L
<BR>
device `hp:/dev/sga' is a Hewlett-Packard C7670A flatbed scanner
<BR>
[doug@heavenbound sane-frontends-1.0.4]$ exit
<BR>
Script done, file is typescript
<BR>
<P>What does the script use to find the version no. This is an out of the box install effort, but it worked with 1.0.3.
<BR>
<P>What do I need to do to get this to configure?
<BR>
<P>Thanks in advance
<BR>
<P>Doug.
<BR>
___________________________________________________________________________
<BR>
Visit <A HREF="http://www.visto.com/info">http://www.visto.com/info</A>, your free web-based communications center.
<BR>
Visto.com. Life on the Dot.
<BR>
<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?Subject=Re:%20Configure%20not%20finding%20SANE&In-Reply-To=&lt;200012230343.TAA04483@panda.mostang.com&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0251.html">James Tappin: "Re: xsane-0.65 configure script"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0249.html">Per Aalrust: "Re: xsane-0.65 configure script"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0252.html">Henning Meier-Geinitz: "Re: Configure not finding SANE"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0252.html">Henning Meier-Geinitz: "Re: Configure not finding SANE"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0259.html">Doug X: "Re: Configure not finding SANE"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#250">[ date ]</A>
<A HREF="index.html#250">[ thread ]</A>
<A HREF="subject.html#250">[ subject ]</A>
<A HREF="author.html#250">[ 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>Fri Dec 22 2000 - 19:48:47 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>