[sane-devel] error building using --enable-static

2012-08-09 Thread Chris Bagwell
Could you submit the changes then? With that combo below, it should make it so only frontends/Makefile.am and frontsends/Makefile.in need to be submitted that have minor changes. With my installed tools, its closer to 10 or more files with large changes. Chris On Wed, Aug 8, 2012 at 2:45 PM,

[sane-devel] error building using --enable-static

2012-08-09 Thread m. allan noah
I have committed these changes. allan On Thu, Aug 9, 2012 at 12:52 PM, Chris Bagwell chris at cnpbagwell.com wrote: Could you submit the changes then? With that combo below, it should make it so only frontends/Makefile.am and frontsends/Makefile.in need to be submitted that have minor

[sane-devel] error building using --enable-static

2012-08-09 Thread Chris Bagwell
Thank you much, Allan. Although its compiling for me on OS X now, Stef identified an additional patch needed for Linux. Can you commit it as well? diff --git a/frontend/Makefile.am b/frontend/Makefile.am index 4ceae3b..74e7425 100644 --- a/frontend/Makefile.am +++ b/frontend/Makefile.am @@

[sane-devel] error building using --enable-static

2012-08-08 Thread Stef
On 08/08/2012 04:44, Chris Bagwell wrote: I fixed the kvs backend symbol issues and committed them. Also, I believe I have a fix for jpeg symbols. I think its just a linking ordering issue. At least I got it working by hand editing the frontend/Makefile and moving the libraries with missing

[sane-devel] error building using --enable-static

2012-08-08 Thread Chris Bagwell
On Wed, Aug 8, 2012 at 12:49 AM, Stef stef.dev at free.fr wrote: Hello, thanks for the patches. They work great here. For the linking problem, what should be the version number for old autoconf tools? The Makefile.in in git have a automake 1.11.1 tag, is it old enough? I may have

[sane-devel] error building using --enable-static

2012-08-08 Thread Stef
Hello, on my test system (Slackware 13.37): - i cloned current git tree - did a static build that failed linking - applied the library order patch - done 'autoreconf' - rebuilt successfully and got a ~9.5 MB scanimage and saned The 'auto' packages used were: autoconf 2.68

[sane-devel] error building using --enable-static

2012-08-07 Thread Chris Bagwell
I fixed the kvs backend symbol issues and committed them. Also, I believe I have a fix for jpeg symbols. I think its just a linking ordering issue. At least I got it working by hand editing the frontend/Makefile and moving the libraries with missing symbols to later in line of saned_LDADD and

[sane-devel] error building using --enable-static

2012-08-04 Thread stef
Hello, while debugging saned/genesys backend I noted that a static build : ./configure 'CFLAGS=-ggdb' '--prefix=/usr' '--sysconfdir=/etc' '--enable-pnm-backend' '--enable-parport-directio' '--enable-locking' --enable-static --disable-shared fails with: