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

104 wiersze
4.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: Re: backend includes of package files</TITLE>
<META NAME="Author" CONTENT="Henning Meier-Geinitz (hmg-ml@gmx.de)">
<META NAME="Subject" CONTENT="Re: backend includes of package files">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: backend includes of package files</H1>
<!-- received="Sat Jul 29 06:28:12 2000" -->
<!-- isoreceived="20000729132812" -->
<!-- sent="Sat, 29 Jul 2000 15:35:10 +0200" -->
<!-- isosent="20000729133510" -->
<!-- name="Henning Meier-Geinitz" -->
<!-- email="hmg-ml@gmx.de" -->
<!-- subject="Re: backend includes of package files" -->
<!-- id="20000729153510.A28696@hmg1.vortex.swb.de" -->
<!-- inreplyto="3982C6E0.15215CDE@wolfsburg.de" -->
<STRONG>From:</STRONG> Henning Meier-Geinitz (<A HREF="mailto:hmg-ml@gmx.de?Subject=Re:%20backend%20includes%20of%20package%20files&In-Reply-To=&lt;20000729153510.A28696@hmg1.vortex.swb.de&gt;"><EM>hmg-ml@gmx.de</EM></A>)<BR>
<STRONG>Date:</STRONG> Sat Jul 29 2000 - 06:35:10 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0245.html">Henning Meier-Geinitz: "TODO for 1.0.3"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0243.html">Oliver Rauch: "backend includes of package files"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0243.html">Oliver Rauch: "backend includes of package files"</A>
<!-- nextthread="start" -->
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#244">[ date ]</A>
<A HREF="index.html#244">[ thread ]</A>
<A HREF="subject.html#244">[ subject ]</A>
<A HREF="author.html#244">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Hi,
<BR>
<P>On Sat, Jul 29, 2000 at 01:58:25PM +0200, Oliver Rauch wrote:
<BR>
<EM>&gt; I think a lot of backends do have a little bug in the #includes path.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; The include files that are part of the package should not
</EM><BR>
<EM>&gt; be included with &lt;headerfile&gt;, it should be &quot;headerfile&quot;.
</EM><BR>
<P>I think you are right. It isn't usefull to search the standard directories
<BR>
(e.g. /usr/include) for the SANE header files.
<BR>
<P><EM>&gt; I am not sure if the &quot;../include/sane/...&quot; version is needed or if &quot;sane/...&quot; also is ok in all cases.
</EM><BR>
<EM>&gt; We should use a common version for all backends!
</EM><BR>
<P>#include &quot;sane/config.h&quot; (e.g.) will suffice because the &quot;-Iinclude&quot; option
<BR>
to each cc compile command. See backend/Makefile.in:
<BR>
INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include
<BR>
<P>I will pu this on the todo list and fix the mustek and the unmaintained
<BR>
backends.
<BR>
<P>By,
<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:%20backend%20includes%20of%20package%20files&In-Reply-To=&lt;20000729153510.A28696@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="0245.html">Henning Meier-Geinitz: "TODO for 1.0.3"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0243.html">Oliver Rauch: "backend includes of package files"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0243.html">Oliver Rauch: "backend includes of package files"</A>
<!-- nextthread="start" -->
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#244">[ date ]</A>
<A HREF="index.html#244">[ thread ]</A>
<A HREF="subject.html#244">[ subject ]</A>
<A HREF="author.html#244">[ 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 Jul 29 2000 - 06:29:54 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>