kopia lustrzana https://gitlab.com/sane-project/website
				
				
				
			
		
			
				
	
	
		
			130 wiersze
		
	
	
		
			4.5 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			130 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: sane 1.0.2 compile problem with AIX 432</TITLE>
 | 
						|
<META NAME="Author" CONTENT="Petter Reinholdtsen (pere@hungry.com)">
 | 
						|
<META NAME="Subject" CONTENT="Re: sane 1.0.2 compile problem with AIX 432">
 | 
						|
</HEAD>
 | 
						|
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
 | 
						|
<H1>Re: sane 1.0.2 compile problem with AIX 432</H1>
 | 
						|
<!-- received="Sun Mar 19 20:10:03 2000" -->
 | 
						|
<!-- isoreceived="20000320041003" -->
 | 
						|
<!-- sent="Mon, 20 Mar 2000 12:19:19 +0800" -->
 | 
						|
<!-- isosent="20000320041919" -->
 | 
						|
<!-- name="Petter Reinholdtsen" -->
 | 
						|
<!-- email="pere@hungry.com" -->
 | 
						|
<!-- subject="Re: sane 1.0.2 compile problem with AIX 432" -->
 | 
						|
<!-- id="200003200419.MAA04652@xena.ee.uwa.edu.au" -->
 | 
						|
<!-- inreplyto="sane 1.0.2 compile problem with AIX 432" -->
 | 
						|
<STRONG>From:</STRONG> Petter Reinholdtsen (<A HREF="mailto:pere@hungry.com?Subject=Re:%20sane%201.0.2%20compile%20problem%20with%20AIX%20432&In-Reply-To=<200003200419.MAA04652@xena.ee.uwa.edu.au>"><EM>pere@hungry.com</EM></A>)<BR>
 | 
						|
<STRONG>Date:</STRONG> Sun Mar 19 2000 - 20:19:19 PST
 | 
						|
<P>
 | 
						|
<!-- next="start" -->
 | 
						|
<LI><STRONG>Next message:</STRONG> <A HREF="0198.html">Mário Rui P. F. N. Costa: "Re: Umax scanners impossible to get"</A>
 | 
						|
<UL>
 | 
						|
<LI><STRONG>Previous message:</STRONG> <A HREF="0196.html">Pierre Fortin: "Re: Umax scanners"</A>
 | 
						|
<LI><STRONG>Maybe in reply to:</STRONG> <A HREF="0121.html">Robert Nadot: "sane 1.0.2 compile problem with AIX 432"</A>
 | 
						|
<!-- nextthread="start" -->
 | 
						|
<!-- reply="end" -->
 | 
						|
<LI><STRONG>Messages sorted by:</STRONG> 
 | 
						|
<A HREF="date.html#197">[ date ]</A>
 | 
						|
<A HREF="index.html#197">[ thread ]</A>
 | 
						|
<A HREF="subject.html#197">[ subject ]</A>
 | 
						|
<A HREF="author.html#197">[ author ]</A>
 | 
						|
</UL>
 | 
						|
<HR NOSHADE><P>
 | 
						|
<!-- body="start" -->
 | 
						|
<P>
 | 
						|
[Robert Nadot]
 | 
						|
<BR>
 | 
						|
<EM>> I suppose the problem comes from configure time ?  If sanei_scsi.c
 | 
						|
</EM><BR>
 | 
						|
<EM>> is compiled for LINUX, it seems not surprising there is problems
 | 
						|
</EM><BR>
 | 
						|
<EM>> with AIX ?!
 | 
						|
</EM><BR>
 | 
						|
[...]
 | 
						|
<BR>
 | 
						|
<EM>> Did you have ideas ?
 | 
						|
</EM><BR>
 | 
						|
<P>Not really.  I copy this to the mailing list in case anyone there know
 | 
						|
<BR>
 | 
						|
what is wrong.
 | 
						|
<BR>
 | 
						|
<P>A workaround to test if this is a configation problem, try this patch
 | 
						|
<BR>
 | 
						|
to override the choosen SCSI interface.
 | 
						|
<BR>
 | 
						|
<P>Index: sanei_scsi.c
 | 
						|
<BR>
 | 
						|
===================================================================
 | 
						|
<BR>
 | 
						|
RCS file: /cvsroot/external/sane/sanei/sanei_scsi.c,v
 | 
						|
<BR>
 | 
						|
retrieving revision 1.1.1.1.2.9
 | 
						|
<BR>
 | 
						|
diff -c -r1.1.1.1.2.9 sanei_scsi.c
 | 
						|
<BR>
 | 
						|
*** sanei_scsi.c	2000/03/15 09:46:17	1.1.1.1.2.9
 | 
						|
<BR>
 | 
						|
--- sanei_scsi.c	2000/03/20 04:18:12
 | 
						|
<BR>
 | 
						|
***************
 | 
						|
<BR>
 | 
						|
*** 171,176 ****
 | 
						|
<BR>
 | 
						|
--- 171,178 ----
 | 
						|
<BR>
 | 
						|
  # include "sanei_DomainOS.h"
 | 
						|
<BR>
 | 
						|
  #endif
 | 
						|
<BR>
 | 
						|
  
 | 
						|
<BR>
 | 
						|
+ #define USE AIX_GSC_INTERFACE
 | 
						|
<BR>
 | 
						|
+ 
 | 
						|
<BR>
 | 
						|
  #ifndef USE
 | 
						|
<BR>
 | 
						|
  # define USE STUBBED_INTERFACE
 | 
						|
<BR>
 | 
						|
  #endif
 | 
						|
<BR>
 | 
						|
<P><PRE>
 | 
						|
-- 
 | 
						|
##>  Petter Reinholdtsen <##    | <A HREF="mailto:pere@td.org.uit.no?Subject=Re:%20sane%201.0.2%20compile%20problem%20with%20AIX%20432&In-Reply-To=<200003200419.MAA04652@xena.ee.uwa.edu.au>">pere@td.org.uit.no</A>
 | 
						|
 O-  <SCRIPT Language="Javascript">window.close()</SCRIPT>
 | 
						|
<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%201.0.2%20compile%20problem%20with%20AIX%20432&In-Reply-To=<200003200419.MAA04652@xena.ee.uwa.edu.au>">majordomo@mostang.com</A>
 | 
						|
</PRE>
 | 
						|
<P><!-- body="end" -->
 | 
						|
<HR NOSHADE>
 | 
						|
<UL>
 | 
						|
<!-- next="start" -->
 | 
						|
<LI><STRONG>Next message:</STRONG> <A HREF="0198.html">Mário Rui P. F. N. Costa: "Re: Umax scanners impossible to get"</A>
 | 
						|
<LI><STRONG>Previous message:</STRONG> <A HREF="0196.html">Pierre Fortin: "Re: Umax scanners"</A>
 | 
						|
<LI><STRONG>Maybe in reply to:</STRONG> <A HREF="0121.html">Robert Nadot: "sane 1.0.2 compile problem with AIX 432"</A>
 | 
						|
<!-- nextthread="start" -->
 | 
						|
<!-- reply="end" -->
 | 
						|
<LI><STRONG>Messages sorted by:</STRONG> 
 | 
						|
<A HREF="date.html#197">[ date ]</A>
 | 
						|
<A HREF="index.html#197">[ thread ]</A>
 | 
						|
<A HREF="subject.html#197">[ subject ]</A>
 | 
						|
<A HREF="author.html#197">[ 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>Sun Mar 19 2000 - 20:12:42 PST</EM>
 | 
						|
</EM>
 | 
						|
</SMALL>
 | 
						|
</BODY>
 | 
						|
</HTML>
 |