Trying to do a first pass at building sane-backends release package. I have discovered that changing is_release to yes in configure will prevent epsonds from building. Usually these are uninitialized variable issues, but not always. This particular one looks like a syntax error somewhere. I've not had time to dig into this, perhaps someone else has a minute.
/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane -I. -I. -I../include -I../include -DLIBDIR="\"/usr/lib64/sane\"" -DBACKEND_NAME=epsonds -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/usr/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -g -O2 -W -Wall -MT libepsonds_la-epsonds-jpeg.lo -MD -MP -MF .deps/libepsonds_la-epsonds-jpeg.Tpo -c -o libepsonds_la-epsonds-jpeg.lo `test -f 'epsonds-jpeg.c' || echo './'`epsonds-jpeg.c In file included from epsonds.h:41:0, from epsonds-jpeg.c:18: ../include/sane/sanei_backend.h:99:33: error: two or more data types in declaration specifiers # define sigset_t int ^ make[2]: *** [libepsonds_la-epsonds-jpeg.lo] Error 1 make[2]: Leaving directory `/home/anoah/sane/sane-backends/backend' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/anoah/sane/sane-backends/backend' make: *** [all-recursive] Error 1 allan -- "well, I stand up next to a mountain- and I chop it down with the edge of my hand" -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_password" to sane-devel-requ...@lists.alioth.debian.org