[sane-devel] Can't build SANE on Ubuntu Feisty 7.04

2007-06-25 Thread Simon Glass
Hi, I am keen to test out my new Fujitsu FI-5750C but it doesn't seem to work out of the box. While trying to build SANE from CVS I initially got an error about md5 which I got around by adding a library explicitly to the Makefile. making all in frontend make[1]: Entering directory `/pub/software

[sane-devel] Can't build SANE on Ubuntu Feisty 7.04

2007-06-25 Thread m. allan noah
On 6/25/07, m. allan noah wrote: > i can confirm this issue- it seems that lib/liblib.a is empty- the > command used to create it: > > ar cru liblib.a > ranlib liblib.a > > should probably be: > > ar cru liblib.a .libs/* > ranlib liblib.a > > and sanei/libsanei.a is also empty > > ar cru libsanei.

[sane-devel] Can't build SANE on Ubuntu Feisty 7.04

2007-06-25 Thread m. allan noah
i can confirm this issue- it seems that lib/liblib.a is empty- the command used to create it: ar cru liblib.a ranlib liblib.a should probably be: ar cru liblib.a .libs/* ranlib liblib.a and sanei/libsanei.a is also empty ar cru libsanei.a ranlib libsanei.a should be: ar cru libsanei.a .libs/