Removed comment about dynamic loading. Added sm3600 and fork problems.

RELEASE_1_0_11_BRANCH
Henning Geinitz 2002-12-30 12:32:46 +00:00
rodzic 102118c24b
commit 166711dad9
2 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -3,6 +3,8 @@
* Makefile.in: Removed configure.os2. * Makefile.in: Removed configure.os2.
* PROJECTS: Removed HP 2200c project (now supported by plustek * PROJECTS: Removed HP 2200c project (now supported by plustek
backend). Added "NIASH" keyword to hp3300backend. backend). Added "NIASH" keyword to hp3300backend.
* README.darwin: Removed comment about dynamic loading. Added
sm3600 and fork problems.
2002-12-28 Karl Heinz Kremer <khk@khk.net> 2002-12-28 Karl Heinz Kremer <khk@khk.net>

Wyświetl plik

@ -11,8 +11,10 @@ try to reduce optimization (e.g. CFLAGS="-O1" ./configure). Another
work-around: Disable the canon backend in backend/Makefile.in (look at work-around: Disable the canon backend in backend/Makefile.in (look at
PRELOADABLE_BACKENDS) and rerun configure. PRELOADABLE_BACKENDS) and rerun configure.
Building with dynamic loading enabled seems to need a patch to libtool. See General:
http://www.mostang.com/pipermail/sane-devel/2002-November/005361.html --------
If scanimage -L (or any other frontend) stops with a segmentation fault in the
sm3600 backend, disable sm3600 in dll.conf if you don't need it.
SCSI-scanners: SCSI-scanners:
-------------- --------------
@ -23,11 +25,11 @@ USB-scanners:
------------- -------------
Works with libusb. Very limited testing until now. Try Works with libusb. Very limited testing until now. Try
"sane-find-scanner -v -v" and report success or failure to the SANE mailing "sane-find-scanner -v -v" and report success or failure to the SANE mailing
list. list. Backends that use fork to create separate reader processes seem to fail.
Parport-scanners: Parport-scanners:
----------------- -----------------
I don't have any information about these. Please contact me or the SANE mailing I don't have any information about these. Please contact me or the SANE mailing
list if you succeeded in using one of these. list if you succeeded in using one of these.
2002-12-08 Henning Meier-Geinitz <henning@meier-geinitz.de> 2002-12-30 Henning Meier-Geinitz <henning@meier-geinitz.de>