Re: [sane-devel] Building backends on FreeBSD?

2020-04-30 Thread Olaf Meeuwissen
Hi Torfinn, Torfinn Ingolfsen writes: > [...] > Anyway, I've fixed the error that led to the umax_pp backend failing. > Turns out that the patch (from the FreeBSD port( that I thought was > already in backend/umax_pp_low.c wasn't. > The original umax_pp_low.c has this snippet: > # ifdef

Re: [sane-devel] Building backends on FreeBSD?

2020-04-30 Thread Olaf Meeuwissen
Hi Allan, m. allan noah writes: > You set the BACKENDS env var after the call to configure. I don't > think that works. Our very own sane-backends README says: To limit the backends that are compiled, set the variable BACKENDS to the list of backends to compile. The following will limit

Re: [sane-devel] Building backends on FreeBSD?

2020-04-30 Thread Olaf Meeuwissen
Hi Torfinn, Torfinn Ingolfsen writes: > Ok, I remembered to look at the FreeBSD port, and check how things are > done there. Now I'm using this configure line: > tingo@kg-core1$ MAKE=gmake CPPFLAGS=-I/usr/local/include > LDFLAGS=-L/usr/local/lib ./configure --disable-locking > --enable-pthread

[sane-devel] Sane-genesys.5

2020-04-30 Thread Marcel Rekers
Hello, according to webpage http://www.sane-project.org/man/sane-genesys.5.html a DocketPORT 467 scanner should work with the sane-genesys backend. I've installed Xsane on my laptop with Linux Mint 19.2 Cinnamon (version 4.2.4). After starting up Xsane it can find the DocketPORT 467 scanner.

Re: [sane-devel] Plustek OpticFilm 7600i

2020-04-30 Thread Torfinn Ingolfsen
On Wed, Apr 29, 2020 at 8:36 PM Povilas Kanapickas wrote: > > > I've implemented support for Plustek OpticFilm 7600i scanner since > 1.0.29 was released. You could try building the master branch, all > features should work. > > Regards, > Povilas Thanks! I've built master now, and scanimage

Re: [sane-devel] Building backends on FreeBSD?

2020-04-30 Thread Torfinn Ingolfsen
On Thu, Apr 30, 2020 at 5:46 PM m. allan noah wrote: > > You set the BACKENDS env var after the call to configure. I don't > think that works. Possible. Anyway, I've fixed the error that led to the umax_pp backend failing. Turns out that the patch (from the FreeBSD port( that I thought was

Re: [sane-devel] Building backends on FreeBSD?

2020-04-30 Thread m. allan noah
You set the BACKENDS env var after the call to configure. I don't think that works. On Thu, Apr 30, 2020 at 11:37 AM Torfinn Ingolfsen wrote: > > Ok, I remembered to look at the FreeBSD port, and check how things are > done there. Now I'm using this configure line: > tingo@kg-core1$ MAKE=gmake

Re: [sane-devel] Building backends on FreeBSD?

2020-04-30 Thread Torfinn Ingolfsen
Ok, I remembered to look at the FreeBSD port, and check how things are done there. Now I'm using this configure line: tingo@kg-core1$ MAKE=gmake CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --disable-locking --enable-pthread --without-api-spec --without-systemd

[sane-devel] Building backends on FreeBSD?

2020-04-30 Thread Torfinn Ingolfsen
So I'm trying to build master on FreeBSD. FreeBSD version is 11.3-stable: tingo@kg-core1$ uname -a FreeBSD kg-core1.kg4.no 11.3-STABLE FreeBSD 11.3-STABLE #2 r352605: Sun Sep 22 22:53:27 CEST 2019 r...@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 I've checked out backends from git:

Re: [sane-devel] Getting a Canon TS9120 scanner to be recognized

2020-04-30 Thread Alexander Pevzner
Hi Anton, On 4/30/20 5:53 AM, Anton Khabbaz wrote: It is very plausible that I installed things incorrectly.  When I installed the backends I used ./configure Backends="pixma" before installing.  I did not install all of them as perhaps I should have. I will figure out how to reinstall/ or