Last patch hopefully to get OS/2 USB support working out of the box...
Cheers,
Paul.
-------------- next part --------------
--- configure.in Fri Aug 19 20:23:42 2005
+++ configure.in.mod Fri Aug 19 20:23:08 2005
@@ -135,14 +135,11 @@
])
AC_CHECK_HEADER(usbcalls.h,[
- AC_CHECK_LIB(
- usbcalls,
- rsm_open_device,[
AC_DEFINE(HAVE_USBCALLS,1,[define if you have the
usbcalls library])
LIBS="$LIBS -lusbcalls"
- ]
- )
-])
+ ],,[
+#include <usb.h>
+#include <os2.h>])
dnl ***********************************************************************
From [email protected] Fri Aug 19 12:55:36 2005
From: [email protected] (Spiro Angeli)
Date: Fri Aug 19 12:55:44 2005
Subject: [sane-devel] amd64 and vewscan
Message-ID: <[email protected]>
Hi,
while waiting for Ariel for the Nikon LS-5000 driver to be developped, I am
trying out VewScan, but I am unable to make it run on AMD64 os. Anybody has
amd64 and VewScan running? If so, please let me know how to make it work.
Thank you,
Spiro