kopia lustrzana https://gitlab.com/sane-project/website
				
				
				
			
		
			
				
	
	
		
			118 wiersze
		
	
	
		
			4.4 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			118 wiersze
		
	
	
		
			4.4 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: xscanimage -g (a new problem)</TITLE>
 | 
						|
<META NAME="Author" CONTENT="Henning Meier-Geinitz (hmg-ml@gmx.de)">
 | 
						|
<META NAME="Subject" CONTENT="Re: xscanimage -g (a new problem)">
 | 
						|
</HEAD>
 | 
						|
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
 | 
						|
<H1>Re: xscanimage -g (a new problem)</H1>
 | 
						|
<!-- received="Mon Dec 18 12:32:22 2000" -->
 | 
						|
<!-- isoreceived="20001218203222" -->
 | 
						|
<!-- sent="Mon, 18 Dec 2000 21:07:23 +0100" -->
 | 
						|
<!-- isosent="20001218200723" -->
 | 
						|
<!-- name="Henning Meier-Geinitz" -->
 | 
						|
<!-- email="hmg-ml@gmx.de" -->
 | 
						|
<!-- subject="Re: xscanimage -g (a new problem)" -->
 | 
						|
<!-- id="20001218210723.F21930@vortex.swb.de" -->
 | 
						|
<!-- inreplyto="TradeClient.0.7.3-34.Linux-2.2.18.001218122011FFFFFFFA.6680@storm" -->
 | 
						|
<STRONG>From:</STRONG> Henning Meier-Geinitz (<A HREF="mailto:hmg-ml@gmx.de?Subject=Re:%20xscanimage%20-g%20(a%20new%20problem)&In-Reply-To=<20001218210723.F21930@vortex.swb.de>"><EM>hmg-ml@gmx.de</EM></A>)<BR>
 | 
						|
<STRONG>Date:</STRONG> Mon Dec 18 2000 - 12:07:23 PST
 | 
						|
<P>
 | 
						|
<!-- next="start" -->
 | 
						|
<LI><STRONG>Next message:</STRONG> <A HREF="0219.html">Paul Floyd: "Re: Building frozen pre-1.0.4"</A>
 | 
						|
<UL>
 | 
						|
<LI><STRONG>Previous message:</STRONG> <A HREF="0217.html">Oliver Nittka: "documentation of net-protocol ?"</A>
 | 
						|
<LI><STRONG>In reply to:</STRONG> <A HREF="0213.html">Olly Edgar Mctwist: "xscanimage -g (a new problem)"</A>
 | 
						|
<!-- nextthread="start" -->
 | 
						|
<!-- reply="end" -->
 | 
						|
<LI><STRONG>Messages sorted by:</STRONG> 
 | 
						|
<A HREF="date.html#218">[ date ]</A>
 | 
						|
<A HREF="index.html#218">[ thread ]</A>
 | 
						|
<A HREF="subject.html#218">[ subject ]</A>
 | 
						|
<A HREF="author.html#218">[ author ]</A>
 | 
						|
</UL>
 | 
						|
<HR NOSHADE><P>
 | 
						|
<!-- body="start" -->
 | 
						|
<P>
 | 
						|
Hi,
 | 
						|
<BR>
 | 
						|
<P>On Mon, Dec 18, 2000 at 06:20:11PM +0000, Olly Edgar Mctwist wrote:
 | 
						|
<BR>
 | 
						|
<EM>> I have sane(1.01) working fine,
 | 
						|
</EM><BR>
 | 
						|
<P>1.01 is really old. I'm pretty sure that it has lots of bugs.
 | 
						|
<BR>
 | 
						|
<P><EM>> in the aspect that xscanimage and
 | 
						|
</EM><BR>
 | 
						|
<EM>> scanimage etc. work great.  I have gimp/	gimp-dev(1.04) installed.  I
 | 
						|
</EM><BR>
 | 
						|
<EM>> configure spits out looking for gimp.h...yes.  Then I run make,
 | 
						|
</EM><BR>
 | 
						|
<P>If configure finds the header I'm pretty sure that it's there.
 | 
						|
<BR>
 | 
						|
Probably in /usr/include/libgimp/gimp.h or /usr/local/include/libgimp/gimp.h.
 | 
						|
<BR>
 | 
						|
<P><EM>> everything compiles fine.
 | 
						|
</EM><BR>
 | 
						|
<P>look for the output when xscanimage.c is compiled/linked. There should be a
 | 
						|
<BR>
 | 
						|
"-lgimp" in the compiler line. Try "nm /usr/local/bin/xscanimage | grep gimp".
 | 
						|
<BR>
 | 
						|
This should show all references to gimp functions in the xscanimage
 | 
						|
<BR>
 | 
						|
binary.
 | 
						|
<BR>
 | 
						|
<P><EM>> Make install, great.  xscanimage -g spits out
 | 
						|
</EM><BR>
 | 
						|
<EM>> no gimp support!!!!!!!!!!!!!!!!!
 | 
						|
</EM><BR>
 | 
						|
<P>This is misleading. The -g option shouldn't be used manually. Just try
 | 
						|
<BR>
 | 
						|
to start xscanimage by gimp (put a link to xscanimage into
 | 
						|
<BR>
 | 
						|
~/.gimp/plug-ins/).
 | 
						|
<BR>
 | 
						|
<P><EM>> note: I did a find / gimp.h on my system and turned up nothing.  The
 | 
						|
</EM><BR>
 | 
						|
<EM>> complete sources for gimp do not include this file either
 | 
						|
</EM><BR>
 | 
						|
<P>I'm sure they do. Try 'locate gimp.h' or 'find / -name "gimp\.h" -print'
 | 
						|
<BR>
 | 
						|
<P>Bye,
 | 
						|
<BR>
 | 
						|
  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:%20xscanimage%20-g%20(a%20new%20problem)&In-Reply-To=<20001218210723.F21930@vortex.swb.de>">majordomo@mostang.com</A>
 | 
						|
</PRE>
 | 
						|
<P><!-- body="end" -->
 | 
						|
<HR NOSHADE>
 | 
						|
<UL>
 | 
						|
<!-- next="start" -->
 | 
						|
<LI><STRONG>Next message:</STRONG> <A HREF="0219.html">Paul Floyd: "Re: Building frozen pre-1.0.4"</A>
 | 
						|
<LI><STRONG>Previous message:</STRONG> <A HREF="0217.html">Oliver Nittka: "documentation of net-protocol ?"</A>
 | 
						|
<LI><STRONG>In reply to:</STRONG> <A HREF="0213.html">Olly Edgar Mctwist: "xscanimage -g (a new problem)"</A>
 | 
						|
<!-- nextthread="start" -->
 | 
						|
<!-- reply="end" -->
 | 
						|
<LI><STRONG>Messages sorted by:</STRONG> 
 | 
						|
<A HREF="date.html#218">[ date ]</A>
 | 
						|
<A HREF="index.html#218">[ thread ]</A>
 | 
						|
<A HREF="subject.html#218">[ subject ]</A>
 | 
						|
<A HREF="author.html#218">[ 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 Dec 18 2000 - 12:34:14 PST</EM>
 | 
						|
</EM>
 | 
						|
</SMALL>
 | 
						|
</BODY>
 | 
						|
</HTML>
 |