[sane-devel] Mac OSX 10.3.3 - Fujitsu fi-4120C

2004-05-07 Thread m. allan noah
need more debugging information. are you using usb or scsi? can you do: SANE_DEBUG_FUJITSU=128 scanimage --resulution=100 2 fujitsu.log foo,pnm (all on one line) then gzip and send me the fujitsu.log? allan On Thu, 6 May 2004, avv. Giovanni Rocchi wrote: Hi, I downloaded the binary

[sane-devel] Mac OSX 10.3.3 - Fujitsu fi-4120C

2004-05-07 Thread m. allan noah
yes, i was going to ask how he got it working with osx :) i have rolled your patch up with another fix of mine, but i only have linux threads to test with. if we determine that giovanni's problem is not related, i will commit patch to the backend. allan On Fri, 7 May 2004, Mattias Ellert

[sane-devel] Mac OSX 10.3.3 - Fujitsu fi-4120C

2004-05-07 Thread Mattias Ellert
This is a cryptographically signed message in MIME format. --ms090502010901060009010508 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit m. allan noah wrote: yes, i was going to ask how he got it working with osx :) i have rolled your patch

[sane-devel] Mac OSX 10.3.3 - Fujitsu fi-4120C

2004-05-06 Thread avv.GiovanniRocchi
Hi, I downloaded the binary installer packages from Mattias Ellert site and for the first time my configuration works. The scanner is properly recognized, scanimage works, the twain interface works quite well. Good job guys! However there are some problems to solve: 1) when scanning

[sane-devel] mac osx w/ epson backend status

2003-02-12 Thread Henning Meier-Geinitz
Hi, On Tue, Feb 11, 2003 at 10:53:11PM -0800, Ricky Charlet wrote: I cannot get sane to work in my environment (mac osx(Jaguar 10.2.3/darwin Kernel 6.3), sane-backends-1.0.10, libusb-0.1.7 and an epson perfection 636 scanner. What happens is that (with either scanimage or

[sane-devel] mac osx w/ epson backend status

2003-02-12 Thread Karl Heinz Kremer
Henning Meier-Geinitz said: [ ... ] o What reports of success with the sane-epson backend with perfection 6363 have been made? I run into the same problems with my system. I suspect that this is a problem with libusb. I can communicate with the scanner to setup a scan operation (that means I

[sane-devel] mac osx: cannot build scanimage

2003-02-11 Thread Henning Meier-Geinitz
Hi, On Fri, Feb 07, 2003 at 10:04:48PM +0900, Peter O'Gorman wrote: Yes, it is because you have a libdl somewhere, but that is not part of the standard OS distribution. sane-backends builds fine if there is no libdl. Perhaps the code should be changed to be #if defined(HAVE_DLOPEN)

[sane-devel] mac osx: cannot build scanimage

2003-02-11 Thread Ricky Charlet
Yes this works. I did a `make distclean` and then a ./configure;make with your new configure script and the whole package built and linked up cleanly without linking to my dl library. Thanks Ricky Henning Meier-Geinitz wrote: Hi, On Thu, Feb 06, 2003 at 11:09:22AM -0800,

[sane-devel] mac osx: cannot build scanimage

2003-02-08 Thread Henning Meier-Geinitz
Hi, On Fri, Feb 07, 2003 at 09:29:17AM -0800, rchar...@sonicwall.com wrote: Ah. Thanks. Well then, is there a simple way I can make the config believe that I don't have libdl? You could edit include/sane/config.h (after running configure) and comment out the HAVE_DLOPEN define. Bye,

[sane-devel] mac osx: cannot build scanimage

2003-02-07 Thread Henning Meier-Geinitz
Hi, On Thu, Feb 06, 2003 at 11:09:22AM -0800, rchar...@sonicwall.com wrote: From a `make` command with sane 1.0.10 in mac osx I get Standard sane-backends-1.0.10 without any change? I'm asking because there have been reports that building prereleases works ok on MacOS X. At least I

[sane-devel] mac osx: cannot build scanimage

2003-02-07 Thread Peter O'Gorman
Yes, it is because you have a libdl somewhere, but that is not part of the standard OS distribution. sane-backends builds fine if there is no libdl. Perhaps the code should be changed to be #if defined(HAVE_DLOPEN) defined(HAVE_DLFCN_H) !defined(HAVE_NSLINKMODULE) #define USE_DLOPEN 1 #endif

[sane-devel] mac osx: cannot build scanimage

2003-02-07 Thread rchar...@sonicwall.com
: [sane-devel] mac osx: cannot build scanimage =20 =20 Yes, it is because you have a libdl somewhere, but that is=20 not part of=20 the standard OS distribution. sane-backends builds fine if=20 there is no=20 libdl. Perhaps the code should be changed to be =20 #if defined(HAVE_DLOPEN) defined

[sane-devel] mac osx: cannot build scanimage

2003-02-06 Thread rchar...@sonicwall.com
Howdy, From a `make` command with sane 1.0.10 in mac osx I get ---cut- making all in frontend gcc -o .libs/scanimage scanimage.o stiff.o ../sanei/libsanei.a = -L../backend/.libs -lsane ../lib/liblib.a -L/usr/local/lib -lusb -lIOKit = -lm /usr/bin/ld: Undefined

[sane-devel] mac osx with epson usb backend

2003-01-12 Thread Henning Meier-Geinitz
Hi, On Sat, Jan 11, 2003 at 09:24:33AM -0800, Ricky Charlet wrote: Mac OSX 10.2.3 libusb-0.1.7 BUT! from your advice in the previous post, I replaced my sane-backends with the sane-backends-2003-01-11 snapshot. (I did a make uninstall; make distclean in sane-backends-1.0.9 and

[sane-devel] mac osx with epson usb backend

2003-01-12 Thread Henning Meier-Geinitz
Hi, On Sun, Jan 12, 2003 at 06:46:08AM -0500, Karl Heinz Kremer wrote: On Sun, Jan 12, 2003 at 12:12:56PM +0100, Henning Meier-Geinitz wrote: [ ... ] usb_bulk_write: endpoint=0x02 size=2 TO=6 write completed CFLoopRun returned [sanei_usb] sanei_usb_write_bulk: wanted 2 bytes,

[sane-devel] mac osx with epson usb backend

2003-01-11 Thread Henning Meier-Geinitz
Hi, On Fri, Jan 10, 2003 at 03:49:59PM -0800, rchar...@sonicwall.com wrote: I'm seeking help with getting an epson USB u636 scanner working with sane (xsane scanimage). I've come down quite a long path to arrive at it's just so close but not yet working. I hope to find the needed help to get

[sane-devel] mac osx with epson usb backend

2003-01-11 Thread Ricky Charlet
Howdy, Thanks for your help!! So I had: Mac OSX 10.2.3 libusb-0.1.7 sane-backends-1.0.9 -- gtk+1.2.10-10 (via fink) the apple beta release of x11 sane-frontends-1.0.9 xsane-0.90 gimp 1.2.3-9 (via fink) BUT! from your advice in the previous post,

[sane-devel] mac osx with epson usb backend

2003-01-10 Thread rchar...@sonicwall.com
Howdy, I'm seeking help with getting an epson USB u636 scanner working with = sane (xsane scanimage). I've come down quite a long path to arrive at = it's just so close but not yet working. I hope to find the needed help = to get the job done here. My current problem is that

[sane-devel] mac osx

2002-12-14 Thread John Q.
hi, is the actual version from CVS runable for mac osx? Or are there to many bugs in there? Thanks Raphael

[sane-devel] mac osx

2002-12-14 Thread Henning Meier-Geinitz
Hi, On Sat, Dec 14, 2002 at 04:18:57PM +0100, John Q. wrote: is the actual version from CVS runable for mac osx? Or are there to many bugs in there? Libtool needs to be updated. It's in my local tree but I can't commit it because the development CVS server is still down. There was also a

[sane-devel] mac osx

2002-10-31 Thread k...@khk.net
[ ... ] found USB scanner (vendor=0x04a9 [Canon], product=0x2206 [CanoScan]) at libusb:-06:002 device 0x05ac/0x8005 is not configured Well, the -6 looks a bit suspicious. This is probably OK, I get -7 on my iMac, and - depending on what else I did with the system before - sometimes I can

[sane-devel] mac osx

2002-10-30 Thread John Doe
I have look into the configure from libusb!! They write checking if dev/usb/usb.h uses new naming convention but in the folder /dev is no folder usb!!! Is it possible that sane looks in another folder find usb.h an then it=20= can=B4t find the libusb get not used? Raphael

[sane-devel] mac osx

2002-10-30 Thread Henning Meier-Geinitz
Hi, On Wed, Oct 30, 2002 at 04:15:42PM +0100, John Doe wrote: I have look into the configure from libusb!! They write checking if dev/usb/usb.h uses new naming convention That's only valid if you use one of the BSDs, nor MacOS. but in the folder /dev is no folder usb!!! I think they are

[sane-devel] mac osx

2002-10-30 Thread Henning Meier-Geinitz
Hi, Please reply to the sane-devel mailing list, not me. I've send the mail to the list again. On Wed, Oct 30, 2002 at 07:47:44PM +0100, John Doe wrote: OK, I have look for the libusb.so and find nothing!! In the /usr/local/lib their are only libusb.a libusb-0.1.4.1.1.dylib libusb.dylib

[sane-devel] mac osx

2002-10-29 Thread Henning Meier-Geinitz
Hi, On Tue, Oct 29, 2002 at 02:45:20PM +0100, John Doe wrote: I would like to use sane on mac os x jaguar!! But my problem is ro find the usb device!! in the folder /dev is nothing!! Well, unless your system has a kernel USB scanner driver, that's ok. When I look in the system profiler I