sane-project-website/old-archive/2000-07/0132.html

258 wiersze
9.2 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: Feature freeze for 1.0.3</TITLE>
<META NAME="Author" CONTENT="Henning Meier-Geinitz (hmg-ml@gmx.de)">
<META NAME="Subject" CONTENT="Re: Feature freeze for 1.0.3">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: Feature freeze for 1.0.3</H1>
<!-- received="Mon Jul 17 06:39:56 2000" -->
<!-- isoreceived="20000717133956" -->
<!-- sent="Sun, 16 Jul 2000 20:00:39 +0200" -->
<!-- isosent="20000716180039" -->
<!-- name="Henning Meier-Geinitz" -->
<!-- email="hmg-ml@gmx.de" -->
<!-- subject="Re: Feature freeze for 1.0.3" -->
<!-- id="20000716200039.A26403@hmg1.vortex.swb.de" -->
<!-- inreplyto="20000716010757.A19249@hmg1.vortex.swb.de" -->
<STRONG>From:</STRONG> Henning Meier-Geinitz (<A HREF="mailto:hmg-ml@gmx.de?Subject=Re:%20Feature%20freeze%20for%201.0.3&In-Reply-To=&lt;20000716200039.A26403@hmg1.vortex.swb.de&gt;"><EM>hmg-ml@gmx.de</EM></A>)<BR>
<STRONG>Date:</STRONG> Sun Jul 16 2000 - 11:00:39 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0133.html">Oliver Rauch: "Re: Possible sane problem with version 1.0.2 or system"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0131.html">Harald Finster: "Re: firmware update microtek scanmaker X6 was: poor poor support fromMicrotek"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0118.html">Henning Meier-Geinitz: "Re: Feature freeze for 1.0.3"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0119.html">Petter Reinholdtsen: "Re: Feature freeze for 1.0.3"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#132">[ date ]</A>
<A HREF="index.html#132">[ thread ]</A>
<A HREF="subject.html#132">[ subject ]</A>
<A HREF="author.html#132">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Hi,
<BR>
<P><EM>&gt; I am trying to compile SANE for all platforms I have access to. I don't
</EM><BR>
<EM>&gt; have scanners on these computers so I can't test scanning.
</EM><BR>
<P>One more platform (with current cvs):
<BR>
*** Irix 5.3 on mips RS4000 gcc 2.95.2
<BR>
&nbsp;&nbsp;compiling seems to be ok (gcc seems to ignore the u_int*_t redefinition)
<BR>
&nbsp;&nbsp;but when linking the following happens:
<BR>
&nbsp;&nbsp;
<BR>
&nbsp;&nbsp;making all in frontend
<BR>
&nbsp;&nbsp;make[1]: Entering directory /u2/people/henning/sane/frontend'
<BR>
&nbsp;&nbsp;gcc -L/usr/local/lib -o .libs/saned saned.o ../sanei/libsanei.a
<BR>
&nbsp;&nbsp;../backend/.libs/libsane.so ../lib/liblib.a -ldl -ljpeg -lm -Wl,-rpath
<BR>
&nbsp;&nbsp;-Wl,/usr/local/lib
<BR>
&nbsp;&nbsp;/usr/bin/../lib/ld:
<BR>
&nbsp;&nbsp;The shared object /usr/lib/libdl.so did not resolve any symbols.
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You may want to remove it from your link line.
<BR>
&nbsp;&nbsp;The shared object /usr/local/lib/libjpeg.so did not resolve any symbols.
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You may want to remove it from your link line.
<BR>
&nbsp;&nbsp;The shared object /usr/lib/libm.so did not resolve any symbols.
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You may want to remove it from your link line.
<BR>
&nbsp;&nbsp;Unresolved:
<BR>
&nbsp;&nbsp;isfdtype
<BR>
&nbsp;&nbsp;collect2: ld returned 1 exit status
<BR>
&nbsp;&nbsp;make[1]: *** [saned] Error 1
<BR>
&nbsp;&nbsp;make[1]: Leaving directory /u2/people/henning/sane/frontend'
<BR>
&nbsp;&nbsp;make: *** [all-recursive] Error 1
<BR>
<P><P><EM>&gt; *** AIX 4.1.5 on IBM RS/6000 J40 gcc 2.8.1
</EM><BR>
<EM>&gt; With gmake:
</EM><BR>
<P>&nbsp;&nbsp;has changed with latest cvs:
<BR>
<P>&nbsp;&nbsp;making all in frontend
<BR>
&nbsp;&nbsp;gmake[1]: Entering directory /tmp/sane/frontend'
<BR>
&nbsp;&nbsp;libtool: link: warning: this platform does not like uninstalled shared
<BR>
&nbsp;&nbsp;librarieslibtool: link: saned' will be relinked during installation
<BR>
&nbsp;&nbsp;gcc -o .libs/saned saned.o ../sanei/libsanei.a -L/tmp/sane/backend/.libs
<BR>
&nbsp;&nbsp;-lsane
<BR>
&nbsp;&nbsp;../lib/liblib.a -ldl -lnsl -lm -L/tmp/sane/backend/.libs -L/usr/local/lib
<BR>
&nbsp;&nbsp;collect2: ld returned 8 exit status
<BR>
&nbsp;&nbsp;ld: 0711-224 WARNING: Duplicate symbol: .sanei_config_open
<BR>
&nbsp;&nbsp;ld: 0711-224 WARNING: Duplicate symbol: .sanei_config_skip_whitespace
<BR>
&nbsp;&nbsp;ld: 0711-224 WARNING: Duplicate symbol: .sanei_config_get_string
<BR>
&nbsp;&nbsp;ld: 0711-224 WARNING: Duplicate symbol: .sanei_config_read
<BR>
&nbsp;&nbsp;ld: 0711-224 WARNING: Duplicate symbol: sanei_debug_sanei_config
<BR>
&nbsp;&nbsp;ld: 0711-224 WARNING: Duplicate symbol: .sanei_init_debug
<BR>
&nbsp;&nbsp;ld: 0711-224 WARNING: Duplicate symbol: .sanei_debug
<BR>
&nbsp;&nbsp;ld: 0711-224 WARNING: Duplicate symbol: .sanei_debug_max
<BR>
&nbsp;&nbsp;ld: 0711-224 WARNING: Duplicate symbol: sanei_debug_sanei_debug
<BR>
&nbsp;&nbsp;ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
<BR>
&nbsp;&nbsp;ld: 0711-317 ERROR: Undefined symbol: .isfdtype
<BR>
&nbsp;&nbsp;ld: 0711-317 ERROR: Undefined symbol: .vsyslog
<BR>
&nbsp;&nbsp;gmake[1]: *** [saned] Error 1
<BR>
&nbsp;&nbsp;gmake[1]: Leaving directory /tmp/sane/frontend'
<BR>
&nbsp;&nbsp;gmake: *** [all-recursive] Error 1
<BR>
<P>So the plustek problem seems to be solved for this platform?
<BR>
<P><EM>&gt; *** IRIX Release 6.2 IP25 on SGI Power Onyx cc ?
</EM><BR>
<P>Can't test at the moment, computer seems to be down (as well as most of the
<BR>
others at tu-darmstadt.de).
<BR>
<P><EM>&gt; *** Sun Solaris 2.6 on Sun Ultra 10 gcc 2.95
</EM><BR>
<EM>&gt; make stops with:
</EM><BR>
<P>This hasn't changed much since the last change to cvs:
<BR>
<P>&nbsp;&nbsp;gcc -c -g -O2 -W -Wall -DSCSIBUFFERSIZE=131072 -DHAVE_CONFIG_H -I. -I.
<BR>
&nbsp;&nbsp;-I../include -I../include -D_GNU_SOURCE -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d
<BR>
&nbsp;&nbsp;-DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=1 -DV_MINOR=0
<BR>
&nbsp;&nbsp;-DBACKEND_NAME=plustek -DLIBDIR=/usr/local/lib/sane plustek.c -fPIC -DPIC -o .libs/plustek.lo
<BR>
&nbsp;&nbsp;plustek.c:195: warning: missing initializer
<BR>
&nbsp;&nbsp;plustek.c:195: warning: (near initialization for dummy_dev.model')
<BR>
&nbsp;&nbsp;plustek.c: In function drvopen':
<BR>
&nbsp;&nbsp;plustek.c:220: warning: implicit declaration of function _IOW'
<BR>
&nbsp;&nbsp;plustek.c:220: parse error before unsigned'
<BR>
&nbsp;&nbsp;plustek.c:243: warning: implicit declaration of function _IOWR'
<BR>
&nbsp;&nbsp;plustek.c:243: parse error before int'
<BR>
&nbsp;&nbsp;plustek.c:244: warning: implicit declaration of function _IO'
<BR>
&nbsp;&nbsp;plustek.c: In function do_cancel':
<BR>
&nbsp;&nbsp;plustek.c:376: parse error before int'
<BR>
&nbsp;&nbsp;plustek.c: In function attach':
<BR>
&nbsp;&nbsp;plustek.c:618: warning: implicit declaration of function _IOR'
<BR>
&nbsp;&nbsp;plustek.c:618: parse error before ScannerCaps'
<BR>
&nbsp;&nbsp;plustek.c:625: parse error before LensInfo'
<BR>
&nbsp;&nbsp;plustek.c:600: warning: result' might be used uninitialized in this function
<BR>
&nbsp;&nbsp;plustek.c: In function sane_plustek_start':
<BR>
&nbsp;&nbsp;plustek.c:1210: parse error before ScannerCaps'
<BR>
&nbsp;&nbsp;plustek.c:1217: parse error before LensInfo'
<BR>
&nbsp;&nbsp;plustek.c:1288: parse error before CmdBlk'
<BR>
&nbsp;&nbsp;plustek.c:1295: parse error before CropInfo'
<BR>
&nbsp;&nbsp;plustek.c:1342: parse error before ScanInfo'
<BR>
&nbsp;&nbsp;plustek.c:1349: parse error before StartScan'
<BR>
&nbsp;&nbsp;plustek.c:1178: warning: result' might be used uninitialized in this function
<BR>
&nbsp;&nbsp;gmake[1]: *** [plustek.lo] Error 1
<BR>
&nbsp;&nbsp;gmake[1]: Leaving directory /tmp/sane/backend'
<BR>
&nbsp;&nbsp;gmake: *** [all-recursive] Error 1
<BR>
&nbsp;
<BR>
So here the plustek problems haven't vanished.
<BR>
<P>Ciao,
<BR>
&nbsp;&nbsp;Henning
<BR>
<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:%20Feature%20freeze%20for%201.0.3&In-Reply-To=&lt;20000716200039.A26403@hmg1.vortex.swb.de&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0133.html">Oliver Rauch: "Re: Possible sane problem with version 1.0.2 or system"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0131.html">Harald Finster: "Re: firmware update microtek scanmaker X6 was: poor poor support fromMicrotek"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0118.html">Henning Meier-Geinitz: "Re: Feature freeze for 1.0.3"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0119.html">Petter Reinholdtsen: "Re: Feature freeze for 1.0.3"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#132">[ date ]</A>
<A HREF="index.html#132">[ thread ]</A>
<A HREF="subject.html#132">[ subject ]</A>
<A HREF="author.html#132">[ 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 Jul 17 2000 - 06:41:49 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>