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