Chris Bagwell wrote:
Hi,
>> BACKENDS=xerox_mfp ./configure --sysconfdir=/etc --prefix=/usr
>> make
>
> Ahh yes. Fixed in CVS now. Its on my TODO list to clean up and
Great :)
> expand what can be optionally compiled in sanei directory to
> scsi/usb/tiff/etc files as well. Need to get all de
Chris Bagwell wrote:
Hi,
> I just submitted a rather large CVS update related to backend/ changing
> to automake and some related portability fixes. To be safe, please do a
> "make distclean" before updating to current CVS. I'm not aware of any
> issues if you do not but just a warning.
An
Chris Bagwell wrote:
Hi,
> Thanks for the report. I should have also mentioned that part as a
> warning. I modified backend/Makefile to only link in what it needs. On
> my platform, coolscan2 didn't need math for some reason.
Look in the Debian sane-backends sources, in
11_minimum_linkage.
> Thanks for the report. I should have also mentioned that part as a
> warning. I modified backend/Makefile to only link in what it needs. On
> my platform, coolscan2 didn't need math for some reason.
>
> I'll submit the fix in a minute but if others have similar issues, here
> is a list of item
Thanks Chris for this information.
This MATH_LIB statement looks to be needed at least on Ubuntu 8.04 (gcc
4.2.4 for i486) and on an older Mandriva 2007 (gcc 4.1.2 for i586)
Nicolas
Le samedi 31 janvier 2009 ? 09:59 -0600, Chris Bagwell a ?crit :
> Thanks for the report. I should have also men
Julien BLACHE wrote:
> ../sanei/sanei_jpeg.c:229: fatal error: opening dependency file
> .deps/../sanei/sanei_jpeg.Tpo: No such file or directory
> compilation terminated.
> make[1]: *** [../sanei/sanei_jpeg.lo] Error 1
> make[1]: Leaving directory `/home/julien/devel/sane/sane-backends/backend'
>
Hi,
Just tried a full CVS rebuild.
Compilation fails for me when linking coolscan2:
/bin/sh ../libtool --silent --tag=CC --mode=link gcc -g -O2 -W -Wall
-Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes
-Wpointer-arith -Wreturn-type -Wstrict-prototypes -pedantic -ansi
-Wl,
Thanks for the report. I should have also mentioned that part as a
warning. I modified backend/Makefile to only link in what it needs. On
my platform, coolscan2 didn't need math for some reason.
I'll submit the fix in a minute but if others have similar issues, here
is a list of items that y
Hi all,
I just submitted a rather large CVS update related to backend/ changing
to automake and some related portability fixes. To be safe, please do a
"make distclean" before updating to current CVS. I'm not aware of any
issues if you do not but just a warning.
Thanks also to Olaf for helpi