sane-project-website/old-archive/1999-03/0078.html

75 wiersze
3.5 KiB
HTML

<!-- received="Mon Mar 8 08:54:41 1999 PST" -->
<!-- sent="Mon, 8 Mar 1999 17:53:23 +0100" -->
<!-- name="Petter Reinholdtsen" -->
<!-- email="pere@hungry.com" -->
<!-- subject="Re: another pre-test" -->
<!-- id="199903081653.RAA00900@lee.Cc.Uit.No" -->
<!-- inreplyto="another pre-test" -->
<title>sane-devel: Re: another pre-test</title>
<h1>Re: another pre-test</h1>
<b>Petter Reinholdtsen</b> (<a href="mailto:pere@hungry.com"><i>pere@hungry.com</i></a>)<br>
<i>Mon, 8 Mar 1999 17:53:23 +0100</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#78">[ date ]</a><a href="index.html#78">[ thread ]</a><a href="subject.html#78">[ subject ]</a><a href="author.html#78">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0079.html">Oliver Rauch: "new plustek driver and UMAX Astra 1210P"</a>
<li> <b>Previous message:</b> <a href="0077.html">Roderick Klein: "Re: Trust Scanner support"</a>
<li> <b>Maybe in reply to:</b> <a href="0059.html">David Mosberger-Tang: "another pre-test"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0108.html">Milon Firikis: "Re: another pre-test"</a>
<!-- reply="end" -->
</ul>
<!-- body="start" -->
<i>&gt; BTW: I haven't heard from anyone using *BSD or any other platform</i><br>
<i>&gt; other than Linux or Irix. If you want to make sure your platform is</i><br>
<i>&gt; supported, please test this pre-release (if I don't hear, I'll just</i><br>
<i>&gt; assume everything works great... ;-).</i><br>
<p>
Here are my notes and patches for HP/UX 10.20.<br>
<p>
- small patch to remove redundant cast giving error on native<br>
compiler<br>
- library order is wrong for xscanimage. '-lgimp -L/store/lib -lgtk'<br>
should be '-L/store/lib -lgimp -lgtk'. Not sure how to fix this in<br>
configure.in<br>
- libtool 1.2 don't make shared libraries on HP/UX, The solution is <br>
to use libtool 1.1. Might work with current CVS version, but I<br>
have tested it.<br>
- As libtool 1.1 don't relink when installing dynamic linked<br>
programs, I had to link then myself after installing the libraries.<br>
<br>
diff -ru src-pre1.01-3/backend/microtek2.c src-pre1.01-3-hppa20ux10/backend/microtek2.c<br>
--- src-pre1.01-3/backend/microtek2.c Sun Feb 28 20:04:43 1999<br>
+++ src-pre1.01-3-hppa20ux10/backend/microtek2.c Mon Mar 8 14:27:03 1999<br>
@@ -834,7 +834,7 @@<br>
return SANE_STATUS_INVAL;<br>
}<br>
<p>
- (SANE_Int) *fd = ms-&gt;fd[0];<br>
+ *fd = ms-&gt;fd[0];<br>
return SANE_STATUS_GOOD;<br>
}<br>
<pre>
--
##&gt; Petter Reinholdtsen &lt;## | <a href="mailto:pere@td.org.uit.no">pere@td.org.uit.no</a>
O- &lt;SCRIPT Language="Javascript"&gt;window.close()&lt;/SCRIPT&gt;
<a href="http://www.hungry.com/~pere/">http://www.hungry.com/~pere/</a> | Go Mozilla, go! Go!
<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">majordomo@mostang.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0079.html">Oliver Rauch: "new plustek driver and UMAX Astra 1210P"</a>
<li> <b>Previous message:</b> <a href="0077.html">Roderick Klein: "Re: Trust Scanner support"</a>
<li> <b>Maybe in reply to:</b> <a href="0059.html">David Mosberger-Tang: "another pre-test"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0108.html">Milon Firikis: "Re: another pre-test"</a>
<!-- reply="end" -->
</ul>