[sane-devel] sane-backends 1.0.20 Released

2009-05-04 Thread Chris Bagwell
On Mon, May 4, 2009 at 10:06 AM, m. allan noah wrote: > On Mon, May 4, 2009 at 11:03 AM, Julien BLACHE wrote: > > Chris Bagwell wrote: > > > > Hi, > > > >>> It switches sanei_thread from using fork() to using pthreads for > >>> reader processes. > >> > >> Ah, thats the part I was missing and ca

[sane-devel] sane-backends 1.0.20 Released

2009-05-04 Thread Julien BLACHE
Chris Bagwell wrote: Hi, >> It switches sanei_thread from using fork() to using pthreads for >> reader processes. > > Ah, thats the part I was missing and can now reproduce. Some of that double > negative logic in acinclude.m4 was confusing me and I thought my test on > Darwin would have fully

[sane-devel] sane-backends 1.0.20 Released

2009-05-04 Thread Julien BLACHE
"m. allan noah" wrote: Hi, > well, there's always 1.0.21 :) Yup, if we pile up enough fixes over the coming week, looks like there's a bugfix release looming :) JB. -- Julien BLACHE GPG KeyID 0xF5D6

[sane-devel] sane-backends 1.0.20 Released

2009-05-04 Thread Julien BLACHE
Chris Bagwell wrote: Hi Chris, > Are you referring to sane-backends? I can't find a --enable-pthreads > option. Also, I tried for the first time the --enable-fork-process > option but still had no compile issues. Yes, that's sane-backends and the option is actually --disable-fork-process (whi

[sane-devel] sane-backends 1.0.20 Released

2009-05-04 Thread Julien BLACHE
"m. allan noah" wrote: Hi, > * FreeBSD users should use LDFLAGS="-lcam" > * users with gphoto2 installed outside of /usr/lib should use > LDFLAGS="-L/path/to/gphoto" Building with --enable-pthreads, all hell breaks loose as not everybody is linking $(PTHREADS_LIBS) in. Chris, you've got work :

[sane-devel] sane-backends 1.0.20 Released

2009-05-04 Thread m. allan noah
On Mon, May 4, 2009 at 11:03 AM, Julien BLACHE wrote: > Chris Bagwell wrote: > > Hi, > >>> It switches sanei_thread from using fork() to using pthreads for >>> reader processes. >> >> Ah, thats the part I was missing and can now reproduce. ?Some of that double >> negative logic in acinclude.m4 wa

[sane-devel] sane-backends 1.0.20 Released

2009-05-04 Thread Chris Bagwell
On Mon, May 4, 2009 at 9:03 AM, Julien BLACHE wrote: > Chris Bagwell wrote: > > Hi Chris, > > > Are you referring to sane-backends? I can't find a --enable-pthreads > > option. Also, I tried for the first time the --enable-fork-process > > option but still had no compile issues. > > Yes, that'

[sane-devel] sane-backends 1.0.20 Released

2009-05-04 Thread m. allan noah
On Mon, May 4, 2009 at 5:17 AM, Julien BLACHE wrote: > "m. allan noah" wrote: > > Hi, > >> * FreeBSD users should use LDFLAGS="-lcam" >> * users with gphoto2 installed outside of /usr/lib should use >> LDFLAGS="-L/path/to/gphoto" > > Building with --enable-pthreads, all hell breaks loose as not >

[sane-devel] sane-backends 1.0.20 Released

2009-05-04 Thread Chris Bagwell
On 05/04/2009 04:17 AM, Julien BLACHE wrote: > "m. allan noah" wrote: > > Hi, > > >> * FreeBSD users should use LDFLAGS="-lcam" >> * users with gphoto2 installed outside of /usr/lib should use >> LDFLAGS="-L/path/to/gphoto" >> > > Building with --enable-pthreads, all hell breaks loose as

[sane-devel] sane-backends 1.0.20 Released

2009-05-03 Thread m. allan noah
sane-backends 1.0.20 was released 2009-05-03. Changes include: * New backends: canon_dr (Canon DR-series), coolscan3 (Nikon LS & Coolscan), rts8891 (Umax & HP 44xx), xerox_mfp (Samsung/Xerox/Dell MFPs) * Many backends updated. * 75 more scanner models supported. * New build system (thanks Chris