Re: another pre-test

Petter Reinholdtsen (pere@hungry.com)
Mon, 8 Mar 1999 17:53:23 +0100

> BTW: I haven't heard from anyone using *BSD or any other platform
> other than Linux or Irix. If you want to make sure your platform is
> supported, please test this pre-release (if I don't hear, I'll just
> assume everything works great... ;-).

Here are my notes and patches for HP/UX 10.20.

- small patch to remove redundant cast giving error on native
compiler
- library order is wrong for xscanimage. '-lgimp -L/store/lib -lgtk'
should be '-L/store/lib -lgimp -lgtk'. Not sure how to fix this in
configure.in
- libtool 1.2 don't make shared libraries on HP/UX, The solution is
to use libtool 1.1. Might work with current CVS version, but I
have tested it.
- As libtool 1.1 don't relink when installing dynamic linked
programs, I had to link then myself after installing the libraries.

diff -ru src-pre1.01-3/backend/microtek2.c src-pre1.01-3-hppa20ux10/backend/microtek2.c
--- src-pre1.01-3/backend/microtek2.c Sun Feb 28 20:04:43 1999
+++ src-pre1.01-3-hppa20ux10/backend/microtek2.c Mon Mar 8 14:27:03 1999
@@ -834,7 +834,7 @@
return SANE_STATUS_INVAL;
}

- (SANE_Int) *fd = ms->fd[0];
+ *fd = ms->fd[0];
return SANE_STATUS_GOOD;
}

-- 
##>  Petter Reinholdtsen <##    | pere@td.org.uit.no
 O-  <SCRIPT Language="Javascript">window.close()</SCRIPT>
http://www.hungry.com/~pere/    | Go Mozilla, go! Go!

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com