[sane-devel] Re: dc240 only works with GCC

2002-10-12 Thread Peter Fales
Abel, Thanks for the suggesting those changes. When I said I didn't see any easy way to fix it, I had your method in mind as the "hard" way. It sure is a lot easier to let the compiler take care of the little details like that. But I guess that's the price you have to pay for portability. I we

[sane-devel] xsane as normal user

2002-10-12 Thread Henning Meier-Geinitz
Hi, On Sat, Oct 12, 2002 at 07:51:51PM +, Riccardo Ferraro wrote: > I have SUSE 8.0 and an Epson Perfection 1660. > Trying to work whith xsane or xscanimage: > no problems when I login as root. If I log in as normal > user I get "No device installed" or something like that. Set up the permiss

[sane-devel] xsane as normal user

2002-10-12 Thread Till Kamppeter
Do "xhost + localhost" before you "su". Till Riccardo Ferraro wrote: > If, as normal user I type "su" then root password and > try xsane or xscanimage I get: > > Xlib:connection to ":0.0" refused by server > Xlib: invalid MIT-MAGIC-COOKIE-1 key > Gtk-WARNING ** cannot open display :: 0.0 >

[sane-devel] xsane as normal user

2002-10-12 Thread Riccardo Ferraro
I have SUSE 8.0 and an Epson Perfection 1660. Trying to work whith xsane or xscanimage: no problems when I login as root. If I log in as normal user I get "No device installed" or something like that. If, as normal user I type "su" then root password and try xsane or xscanimage I get: Xlib:connect

[sane-devel] pb with xsane

2002-10-12 Thread Henning Meier-Geinitz
Hi, On Sat, Oct 12, 2002 at 06:45:17PM +0200, f.collineau wrote: > I have installed Xsane on my PC. > My scanner is recognize (AGFA SnapScan310) By which program? sane-find-scanner? > When i launch Xsane i have the error message: > No device available. > > What should i do ? Find out, what's g

[sane-devel] New Epson Scanners

2002-10-12 Thread Henning Meier-Geinitz
Hi, On Sat, Oct 12, 2002 at 06:45:25PM +0200, Jaeger, Gerhard wrote: > the problem of recompiling is known, the dependencies do not > work correctly for backend that use mulitple files. The workaround is: We should probably use automake in sane2. Anyone has experiences with automake in complex pr

[sane-devel] New Epson Scanners

2002-10-12 Thread Till Kamppeter
Jaeger, Gerhard wrote: > I'd like to submitt the code, but the CVS server is currently down! > Can you please check 0.44-6 on the download page? > I think this fixes the position problems and you will be able to find > a suitable shading position without tweaking the code... Can you upload it? It

[sane-devel] New Epson Scanners

2002-10-12 Thread Jaeger, Gerhard
Hi Till, the problem of recompiling is known, the dependencies do not work correctly for backend that use mulitple files. The workaround is: touch backend/plustek.conf ; make all I'd like to submitt the code, but the CVS server is currently down! Can you please check 0.44-6 on the download page?

[sane-devel] pb with xsane

2002-10-12 Thread f.collineau
Greetings, Mandrake 9.0 Xsane0.87 I have installed Xsane on my PC. My scanner is recognize (AGFA SnapScan310) When i launch Xsane i have the error message: No device available. What should i do ? Thanks Franck -- Faites un voeu et puis Voi

[sane-devel] New Epson Scanners

2002-10-12 Thread Till Kamppeter
This version works perfectly, I only need to adjust the coordinates for the TPA scanning. Until when they are needed so that they go into 1.0.9? I have one problem with the code: When I edit the code (or replace files by applying your tarballs) and type "make", I get the message that all is up-

[sane-devel] CVS down again???

2002-10-12 Thread Jaeger, Gerhard
Hi Petter, what about cvs.hungry.com? Is it offline again? I need to submit my latest patches befor SANE-1.0.9... Please switch it online - thanks Gerhard

[sane-devel] Any success with USB on OS X?

2002-10-12 Thread Karl Heinz Kremer
--C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Has anybody been successful in running Sane with a USB scanner=20 (using libusb) on Mac OS X? I am trying this with Jaguar and an EPSON scanner. The scanner gets co

[sane-devel] Re: dc240 only works with GCC

2002-10-12 Thread abel deuring
Peter Fales wrote: > I've made this change. I don't see any easy way to fix it > in portable way, and more importantly I don't have any way to > test it. I'll be glad to take patches if someone wants to supply > them. > > > On Fri, Oct 11, 2002 at 06:50:14PM +0200, Petter Reinholdtsen wrote: >