Hi Mathew, > I have Visioneer 6100 USB scanner and have been trying to get it working. I > know it works because I was able to use Steven Charlie's e3 patch v 0.4 with > sane, and it worked fine. Now I wish to get the newer patch to work but am > having difficulty compiling the drivers and I am asking for some help. When > compiling the drivers these are the errors/warnings I am getting, any help > would be greatly appreciated. (Sorry if its a bit long): > > (This may be normal but I thought I would paste it anyways.) > sanei_save_values.c: In function `sanei_save_values': > sanei_save_values.c:99: warning: comparison between signed and unsigned > sanei_save_values.c:127: warning: comparison between signed and unsigned > > (This starts the Viceo part of the compiling.) > In file included from sc.cpp:8: > viceo/global.h:15: warning: `BACKEND_NAME' redefined > *Initialization*:1: warning: this is the location of the previous definition > [cut ... cut ... cut ... ]
BACKEND_NAME is defined in the command line. Remove the definition from global.h. As far as I can see, the rest of the code is "just" warnings. Is there a file that does not compile? Frank.
