sane-project-website/old-archive/2000-08/0103.html

139 wiersze
5.3 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: [patch] sane 1.0.3 for linux + xsane problems</TITLE>
<META NAME="Author" CONTENT="Douglas Gilbert (dgilbert@interlog.com)">
<META NAME="Subject" CONTENT="[patch] sane 1.0.3 for linux + xsane problems">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>[patch] sane 1.0.3 for linux + xsane problems</H1>
<!-- received="Sat Aug 12 21:18:19 2000" -->
<!-- isoreceived="20000813041819" -->
<!-- sent="Sun, 13 Aug 2000 00:24:37 -0400" -->
<!-- isosent="20000813042437" -->
<!-- name="Douglas Gilbert" -->
<!-- email="dgilbert@interlog.com" -->
<!-- subject="[patch] sane 1.0.3 for linux + xsane problems" -->
<!-- id="39962305.65AC0209@interlog.com" -->
<STRONG>From:</STRONG> Douglas Gilbert (<A HREF="mailto:dgilbert@interlog.com?Subject=Re:%20[patch]%20sane%201.0.3%20for%20linux%20%2B%20xsane%20problems&In-Reply-To=&lt;39962305.65AC0209@interlog.com&gt;"><EM>dgilbert@interlog.com</EM></A>)<BR>
<STRONG>Date:</STRONG> Sat Aug 12 2000 - 21:24:37 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0104.html">Oliver Rauch: "Re: [patch] sane 1.0.3 for linux + xsane problems"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0102.html">Shrijeet Mukherjee: "Re: TODO for 1.0.4"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0104.html">Oliver Rauch: "Re: [patch] sane 1.0.3 for linux + xsane problems"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0104.html">Oliver Rauch: "Re: [patch] sane 1.0.3 for linux + xsane problems"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0106.html">Oliver Rauch: "Re: [patch] sane 1.0.3 for linux + xsane problems"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0120.html">Petter Reinholdtsen: "Re: [patch] sane 1.0.3 for linux + xsane problems"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#103">[ date ]</A>
<A HREF="index.html#103">[ thread ]</A>
<A HREF="subject.html#103">[ subject ]</A>
<A HREF="author.html#103">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
With the recently released sane 1.0.3 tarball when I
<BR>
tried to build it, the compile failed on a file inclusion
<BR>
in sanei_scsi.c . Usually this sort of thing involves
<BR>
digging through someone else's source. Not this time,
<BR>
it was my code that broke (with help from some other
<BR>
party).
<BR>
<P>Using a linux kernel 2.4.0-test6 probably doesn't
<BR>
alter the problem with the sane source. As I don't
<BR>
have CVS access here is a patch in &quot;diff -du&quot;
<BR>
format to fix the problem:
<BR>
<P>vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
<BR>
--- sanei/linux_sg3_err.h_orig Sat Aug 12 10:53:44 2000
<BR>
+++ sanei/linux_sg3_err.h Sat Aug 12 18:00:57 2000
<BR>
@@ -1,7 +1,7 @@
<BR>
&nbsp;#ifndef SG_ERR_H
<BR>
&nbsp;#define SG_ERR_H
<BR>
&nbsp;#include &lt;linux/../scsi/scsi.h&gt; /* cope with silly includes */
<BR>
-#include &lt;sg.h&gt;
<BR>
+#include &lt;linux/../scsi/sg.h&gt;
<BR>
&nbsp;
<BR>
&nbsp;/* Feel free to copy and modify this GPL-ed code into your applications. */
<BR>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<BR>
<P>If it is not clear to the sane maintainers why that line
<BR>
is incorrect, contact me.
<BR>
<P><P>Downloaded xsane 0.61 and it built clean but failed with
<BR>
my Umax 1220S scanner. It gave a &quot;Failed to start scanner:
<BR>
Device busy&quot; error. It also lost track of the scan head
<BR>
and after several retries bashed the head against the
<BR>
far end of the mechanism. [Also retried xsane 0.59 with
<BR>
sane 1.0.3 and it failed the same way.] Haven't seen
<BR>
anything like this before.
<BR>
<P>Doug Gilbert
<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:%20[patch]%20sane%201.0.3%20for%20linux%20%2B%20xsane%20problems&In-Reply-To=&lt;39962305.65AC0209@interlog.com&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0104.html">Oliver Rauch: "Re: [patch] sane 1.0.3 for linux + xsane problems"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0102.html">Shrijeet Mukherjee: "Re: TODO for 1.0.4"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0104.html">Oliver Rauch: "Re: [patch] sane 1.0.3 for linux + xsane problems"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0104.html">Oliver Rauch: "Re: [patch] sane 1.0.3 for linux + xsane problems"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0106.html">Oliver Rauch: "Re: [patch] sane 1.0.3 for linux + xsane problems"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0120.html">Petter Reinholdtsen: "Re: [patch] sane 1.0.3 for linux + xsane problems"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#103">[ date ]</A>
<A HREF="index.html#103">[ thread ]</A>
<A HREF="subject.html#103">[ subject ]</A>
<A HREF="author.html#103">[ 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>Sat Aug 12 2000 - 21:19:41 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>