Gesendet:?Samstag, 30. M?rz 2013 um 09:45 Uhr Von:?Stef <stef.dev at free.fr> An:?kazy82 at email.de Cc:?sane-devel at lists.alioth.debian.org Betreff:?Re: [sane-devel] experimental CVS / GIT On 27/03/2013 21:23, Stef wrote: > On 27/03/2013 18:39, kazy82 at email.de wrote: >> Hi, >> I would like to build the cs3200f from the experimental backend. >> I found an info, that the experimental CVS has not moved to the GIT. >> Did it move by now? The snapshot link from alioth.debian.org gives me >> only a 20 Byte tar.gz-file. And the snapshot from >> sane-project.org/snapshot does not seem to contain the needed files too. >> Where can I access the experimental backends? >> >> Thanks in advance, >> kazy >> >> > Hello, > > here is an old backup from my archives. BTW, I have a cs3000 > which is reported to be a gl660+gl646 scanner, what ASIC does > 'sane-find-scanner' find for your scanner ? > > Happy coding, > Stef > > Hello,
here is a patch against latest git source tree to enable cs3200f compile. Copy all cs3200f source files in the backend sub-directory. Apply the patch, then run 'autoreconf -i' . Next run 'configure' and the cs3200f backend will be compiled. Regards, Stef Hi Stef, thanks a lot! Is there a way without autoreconf? I'm trying to build it on my Synology NAS. I have installed automake and perl via ipkg, but Perl is not compiled with threads enabled. Therefore autoreconf does not work. Compiling Perl with threads seems to be tricky as I read in several threads. If there is no other way, I would give it a go, but it seems to be a lot of work... Best regards, Karsten