diff --git a/ChangeLog b/ChangeLog index 427026363..84202e00e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * TODO: Added entries for "missing" scanners in desc files: snapscan and epson. Added sanei_usb issues. Updated MacOS X and OS/2 porting issues. + * README.darwin: Updated. 2002-12-07 Abel Deuring * sanei/sanei_scsi.c: improved error handling diff --git a/README.darwin b/README.darwin index 2ecdb2e02..f2c616dd1 100644 --- a/README.darwin +++ b/README.darwin @@ -11,6 +11,9 @@ try to reduce optimization (e.g. CFLAGS="-O1" ./configure). Another work-around: Disable the canon backend in backend/Makefile.in (look at PRELOADABLE_BACKENDS) and rerun configure. +Building with dynamic loading enabled seems to need a patch to libtool. See +http://www.mostang.com/pipermail/sane-devel/2002-November/005361.html + SCSI-scanners: -------------- Probably not supported because there are no functions in sanei_scsi to access @@ -18,12 +21,13 @@ the Darwin generic SCSI devices. Patches are welcome. USB-scanners: ------------- -Untested. May work if libusb is used. Try "sane-find-scanner -v -v" and report -success or failure to the SANE mailing list. +Works with libusb. Very limited testing until now. Try +"sane-find-scanner -v -v" and report success or failure to the SANE mailing +list. Parport-scanners: ----------------- I don't have any information about these. Please contact me or the SANE mailing list if you succeeded in using one of these. -2002-07-15 Henning Meier-Geinitz +2002-12-08 Henning Meier-Geinitz