[sane-devel] [PATCH] Do not use STRINGIFY for LIBDIR but pass LIBDIR from build system

2015-06-10 Thread Niels Ole Salscheider
Otherwise, linux will be expanded to 1 when it is stringified. This is a problem for e. g. LIBDIR, which might contain a target triplet. On my system, /usr/x86_64-pc-linux-gnu-gcc would expand to x86_64-pc-1-gnu-gcc. --- backend/Makefile.am | 2 +- backend/dll.c | 6 +++--- 2 files

Re: [sane-devel] [PATCH] undef linux before defining STRINGIFY

2015-06-10 Thread Niels Ole Salscheider
On Wednesday 10 June 2015, 08:38:53, Olaf Meeuwissen wrote: Olaf Meeuwissen writes: Niels Ole Salscheider writes: Am 2015-06-09 14:21, schrieb m. allan noah: We need more info here. Where do you see this expansion problem? allan The problem is that LIBDIR is passed as a define

Re: [sane-devel] iX100 receipt scanner

2015-06-10 Thread m. allan noah
This is the first I have heard of this scanner, so I doubt it will work with sane currently. There is a good chance that this scanner would use a protocol similar to other Epson-based Fujitsu scanners, which are supported by the epjitsu backend, not the fujitsu backend. Are you able to get a log

Re: [sane-devel] iX100 receipt scanner

2015-06-10 Thread m. allan noah
On Wed, Jun 10, 2015 at 5:59 PM, m. allan noah kitno...@gmail.com wrote: This is the first I have heard of this scanner, so I doubt it will work with sane currently. There is a good chance that this scanner would use a protocol similar to other Epson-based Fujitsu scanners, which are supported

[sane-devel] iX100 receipt scanner

2015-06-10 Thread Tom Buckler
Hello, I'm trying to make an iX100 Fujitsu scanner operate with SANE under OSX 10.10.3. I've used several other Fujitsu scanners in the past, though none were receipt scanners. I added to Fujitsu.conf the following: ##ScanSnap CUSTOM iX100 usb 0x04c5 0x13f4 and can see the scanner now: BME

Re: [sane-devel] [PATCH] undef linux before defining STRINGIFY

2015-06-10 Thread Olaf Meeuwissen
Niels Ole Salscheider writes: On Wednesday 10 June 2015, 08:38:53, Olaf Meeuwissen wrote: [...] The double quotes in Makefile.am are eaten by the shell. You would also need to change the above to -DLIBDIR=\$(libdir)/sane\ in backend/Makefile.am and run autoreconf to update the rest