* Michael Rickmann <mrickma at gwdg.de> [Sep 13. 2012 10:55]: > Hi Jan, hello Klaus, > first I tried to clone Jan's backend from Klaus repository at github > but failed to reconfigure it.
Sorry it didn't work for you. I usually remove generated files from git. After git checkout, you should run (documented here for sane-devel) - libtoolize - autoreconf -fi - BACKENDS=pie ./configure --prefix=/usr --libdir=/usr/lib64 \ --sysconfdir=/etc --localstatedir=/var --enable-libusb_1_0 \ --disable-static (--libdir is for a 64bit system, change it to /usr/lib for 32bit) You probably missed the libtoolize part. [...] > I have attached a completely untested file (a mixture between your, > mine and genesys backend code) which is just a study to show the > interplay between sane_init, sane_get_devices and sane_open using > SANE's configuration framework. Great. That was a complete mystery to me when reading the old pie.c file. I've checked in your code as branch "mrickma" into my sane-backup github repo: https://github.com/kkaempf/sane-backends/tree/mrickma See https://github.com/kkaempf/sane-backends/commit/20ef5bef944fc1120342c014b2e232a747af48b1 for the changes needed to recognize a Reflecta DigitDia 6000 (should be identical to PIE PowerSlide 3600) scanner. Regards, Klaus -- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer, HRB 16746 (AG N?rnberg) Maxfeldstra?e 5, 90409 N?rnberg, Germany
