sane-project-website/old-archive/2000-10/0314.html

132 wiersze
4.5 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: configure --without-x</TITLE>
<META NAME="Author" CONTENT="Henning Meier-Geinitz (hmg-ml@gmx.de)">
<META NAME="Subject" CONTENT="Re: configure --without-x">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: configure --without-x</H1>
<!-- received="Mon Oct 30 11:30:18 2000" -->
<!-- isoreceived="20001030193018" -->
<!-- sent="Mon, 30 Oct 2000 20:14:17 +0100" -->
<!-- isosent="20001030191417" -->
<!-- name="Henning Meier-Geinitz" -->
<!-- email="hmg-ml@gmx.de" -->
<!-- subject="Re: configure --without-x" -->
<!-- id="20001030201417.E9226@vortex.swb.de" -->
<!-- inreplyto="39FD5E5E.52CCAF8E@gno.de" -->
<STRONG>From:</STRONG> Henning Meier-Geinitz (<A HREF="mailto:hmg-ml@gmx.de?Subject=Re:%20configure%20--without-x&In-Reply-To=&lt;20001030201417.E9226@vortex.swb.de&gt;"><EM>hmg-ml@gmx.de</EM></A>)<BR>
<STRONG>Date:</STRONG> Mon Oct 30 2000 - 11:14:17 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0315.html">Mark Plowman: "Re: TODO list"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0313.html">Henning Meier-Geinitz: "Re: TODO list"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0307.html">Jochen Eisinger: "configure --without-x"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0316.html">Jochen Eisinger: "Re: configure --without-x"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0316.html">Jochen Eisinger: "Re: configure --without-x"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#314">[ date ]</A>
<A HREF="index.html#314">[ thread ]</A>
<A HREF="subject.html#314">[ subject ]</A>
<A HREF="author.html#314">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
On Mon, Oct 30, 2000 at 12:41:18PM +0100, Jochen Eisinger wrote:
<BR>
<EM>&gt; This option doesn't work... at least in my case :-)
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; configure looks for GTK, finds it and enables xscanimage &amp; xcam,
</EM><BR>
<EM>&gt; although I don't wan't (and actually have) X-support -&gt; make fails
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Has anyone a patch for this?
</EM><BR>
<P>The following seems to work for me. However the whole X/gtk-thing can
<BR>
be removed when the frontends are moved their own package.
<BR>
<P>Index: configure.in
<BR>
===================================================================
<BR>
RCS file: /cvsroot/external/sane/configure.in,v
<BR>
retrieving revision 1.4
<BR>
diff -u -r1.4 configure.in
<BR>
--- configure.in 2000/08/15 18:28:39 1.4
<BR>
+++ configure.in 2000/10/30 18:16:52
<BR>
@@ -154,7 +154,9 @@
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;AC_CHECK_FUNCS(shl_load, enable_dynamic=yes,)],)
<BR>
&nbsp;fi
<BR>
&nbsp;
<BR>
-AM_PATH_GTK(0.99.13, HAVE_GTK=yes, )
<BR>
+if test &quot;${window_system}&quot; != &quot;none&quot; ; then
<BR>
+ AM_PATH_GTK(0.99.13, HAVE_GTK=yes, )
<BR>
+fi
<BR>
&nbsp;
<BR>
&nbsp;# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
<BR>
&nbsp;# for the tests that follow. We set it back to REAL_CFLAGS later on.
<BR>
<P><P><P>Bye,
<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:%20configure%20--without-x&In-Reply-To=&lt;20001030201417.E9226@vortex.swb.de&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0315.html">Mark Plowman: "Re: TODO list"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0313.html">Henning Meier-Geinitz: "Re: TODO list"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0307.html">Jochen Eisinger: "configure --without-x"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0316.html">Jochen Eisinger: "Re: configure --without-x"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0316.html">Jochen Eisinger: "Re: configure --without-x"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#314">[ date ]</A>
<A HREF="index.html#314">[ thread ]</A>
<A HREF="subject.html#314">[ subject ]</A>
<A HREF="author.html#314">[ 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 Oct 30 2000 - 11:31:05 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>