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

136 wiersze
4.9 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: sane-1.0.3 released</TITLE>
<META NAME="Author" CONTENT="Petter Reinholdtsen (pere@hungry.com)">
<META NAME="Subject" CONTENT="Re: sane-1.0.3 released">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: sane-1.0.3 released</H1>
<!-- received="Mon Aug 14 02:55:50 2000" -->
<!-- isoreceived="20000814095550" -->
<!-- sent="Mon, 14 Aug 2000 17:59:11 +0800" -->
<!-- isosent="20000814095911" -->
<!-- name="Petter Reinholdtsen" -->
<!-- email="pere@hungry.com" -->
<!-- subject="Re: sane-1.0.3 released" -->
<!-- id="200008140959.RAA07203@poseidon.ee.uwa.edu.au" -->
<!-- inreplyto="sane-1.0.3 released" -->
<STRONG>From:</STRONG> Petter Reinholdtsen (<A HREF="mailto:pere@hungry.com?Subject=Re:%20sane-1.0.3%20released&In-Reply-To=&lt;200008140959.RAA07203@poseidon.ee.uwa.edu.au&gt;"><EM>pere@hungry.com</EM></A>)<BR>
<STRONG>Date:</STRONG> Mon Aug 14 2000 - 02:59:11 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0119.html">Jochen Eisinger: "Re: Mustek 600III EP Plus"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0117.html">Harald Finster: "Re: ScanMaker X6EL vertical line artifact"</A>
<LI><STRONG>Maybe in reply to:</STRONG> <A HREF="0099.html">Oliver Rauch: "sane-1.0.3 released"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0129.html">Martin: "Re: sane-1.0.3 released"</A>
<LI><STRONG>Next in thread:</STRONG> <A HREF="0121.html">Mentore Siesto: "Re: sane-1.0.3 released"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0129.html">Martin: "Re: sane-1.0.3 released"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#118">[ date ]</A>
<A HREF="index.html#118">[ thread ]</A>
<A HREF="subject.html#118">[ subject ]</A>
<A HREF="author.html#118">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
[Martin]
<BR>
<EM>&gt; Because of the new V4L backend I can't compile it on my Server. (no
</EM><BR>
<EM>&gt; X on that machine...)
</EM><BR>
<P>What a strange thing for a SANE backend to depend on. It seems it is
<BR>
only using the X11 headerfile to define TRUE and FALSE. Apply this
<BR>
patch to fix the problem:
<BR>
<P>Index: v4l.c
<BR>
===================================================================
<BR>
RCS file: /cvsroot/external/sane/backend/v4l.c,v
<BR>
retrieving revision 1.1.2.6
<BR>
diff -u -r1.1.2.6 v4l.c
<BR>
--- v4l.c 2000/08/02 06:35:02 1.1.2.6
<BR>
+++ v4l.c 2000/08/14 09:57:55
<BR>
@@ -82,8 +82,6 @@
<BR>
&nbsp;#include &quot;sane/sanei.h&quot;
<BR>
&nbsp;#include &quot;sane/saneopts.h&quot;
<BR>
<P>-#include &lt;X11/Intrinsic.h&gt;
<BR>
-
<BR>
&nbsp;#include &quot;v4l-grab.h&quot;
<BR>
&nbsp;#if what_is_this
<BR>
&nbsp;# include &quot;colorspace.h&quot;
<BR>
@@ -93,6 +91,9 @@
<BR>
&nbsp;#include &lt;linux/videodev.h&gt;
<BR>
<P>&nbsp;#define SYNC_TIMEOUT 1
<BR>
+
<BR>
+#define TRUE 1
<BR>
+#define FALSE 0
<BR>
<P>&nbsp;#include &quot;v4l.h&quot;
<BR>
<P><PRE>
--
##&gt; Petter Reinholdtsen &lt;## | <A HREF="mailto:pere@td.org.uit.no?Subject=Re:%20sane-1.0.3%20released&In-Reply-To=&lt;200008140959.RAA07203@poseidon.ee.uwa.edu.au&gt;">pere@td.org.uit.no</A>
O- &lt;SCRIPT Language=&quot;Javascript&quot;&gt;window.close()&lt;/SCRIPT&gt;
<A HREF="http://www.hungry.com/~pere/">http://www.hungry.com/~pere/</A> | Go Mozilla, go! Go!
<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:%20sane-1.0.3%20released&In-Reply-To=&lt;200008140959.RAA07203@poseidon.ee.uwa.edu.au&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0119.html">Jochen Eisinger: "Re: Mustek 600III EP Plus"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0117.html">Harald Finster: "Re: ScanMaker X6EL vertical line artifact"</A>
<LI><STRONG>Maybe in reply to:</STRONG> <A HREF="0099.html">Oliver Rauch: "sane-1.0.3 released"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0129.html">Martin: "Re: sane-1.0.3 released"</A>
<LI><STRONG>Next in thread:</STRONG> <A HREF="0121.html">Mentore Siesto: "Re: sane-1.0.3 released"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0129.html">Martin: "Re: sane-1.0.3 released"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#118">[ date ]</A>
<A HREF="index.html#118">[ thread ]</A>
<A HREF="subject.html#118">[ subject ]</A>
<A HREF="author.html#118">[ 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 Aug 14 2000 - 02:57:33 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>