Adding -I/usr/local/include fixes that.
Also, the dc210 backend doesn't compile:
gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=1 -DV_MINOR=0 -DBACKEND_NAME=dc210 -DLIBDIR=/usr/local/lib/sane dc210.c
dc210.c: In function `init_dc210':
dc210.c:344: `TCSBRKP' undeclared (first use this function)
dc210.c:344: (Each undeclared identifier is reported only once
dc210.c:344: for each function it appears in.)gmake[1]: *** [dc210.lo] Error 1gmake[1]: Leaving directory `/usr/local/src/sane-1.00/backend'gmake: *** [all-recursive] Error 1
Commenting out the dc210 backend works around the problem.
Also, for some reason, the changes I submitted for FreeBSD's CAM
interface are only partially present in 1.0. Specifically, the config
stuff is missing, causing the -lcam not to be included.
What happened?
+C
-- Thinking of purchasing RAM from the Chip Merchant? Please read this first: <http://www.enigami.com/~ckempf/chipmerchant.html>Cory Kempf Macintosh / Unix Consulting & Software Development ckempf@enigami.com <http://www.enigami.com/~ckempf/>
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com