Hi folks, I am struggling to compile sane-backends on FC8 x86_64 I've googled and searched the lists but the only similar problem I could find was back in June 2004 and the noted solution didn't work for me. Please can anyone help? The output of make is below. Please let me know if I need to provide any other information.
Many thanks Chris making depend in include make[1]: Entering directory `/home/cnolan/Download/sane-backends-1.0.18/include' make[1]: Nothing to be done for `depend'. make[1]: Leaving directory `/home/cnolan/Download/sane-backends-1.0.18/include' making depend in lib make[1]: Entering directory `/home/cnolan/Download/sane-backends-1.0.18/lib' makedepend -I. -I../include *.c 2>/dev/null make[1]: Leaving directory `/home/cnolan/Download/sane-backends-1.0.18/lib' making depend in sanei make[1]: Entering directory `/home/cnolan/Download/sane-backends-1.0.18/sanei' makedepend -I. -I../include *.c 2>/dev/null make[1]: Leaving directory `/home/cnolan/Download/sane-backends-1.0.18/sanei' making depend in backend make[1]: Entering directory `/home/cnolan/Download/sane-backends-1.0.18/backend' makedepend -I. -I. -I../include -I../include *.c 2>/dev/null makedepend -a -o.lo -I. -I. -I../include -I../include *.c 2>/dev/null make[1]: Leaving directory `/home/cnolan/Download/sane-backends-1.0.18/backend' making depend in frontend make[1]: Entering directory `/home/cnolan/Download/sane-backends-1.0.18/frontend' makedepend -I. -I. -I../include -I../include -I/usr/local/include *.c 2>/dev/null make[1]: Leaving directory `/home/cnolan/Download/sane-backends-1.0.18/frontend' making depend in tools make[1]: Entering directory `/home/cnolan/Download/sane-backends-1.0.18/tools' makedepend -I. -I. -I../include -I../include *.c 2>/dev/null make[1]: Leaving directory `/home/cnolan/Download/sane-backends-1.0.18/tools' making depend in doc make[1]: Entering directory `/home/cnolan/Download/sane-backends-1.0.18/doc' make[1]: Nothing to be done for `depend'. make[1]: Leaving directory `/home/cnolan/Download/sane-backends-1.0.18/doc' making depend in po make[1]: Entering directory `/home/cnolan/Download/sane-backends-1.0.18/po' make[1]: Nothing to be done for `depend'. make[1]: Leaving directory `/home/cnolan/Download/sane-backends-1.0.18/po' making all in include make[1]: Entering directory `/home/cnolan/Download/sane-backends-1.0.18/include' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/cnolan/Download/sane-backends-1.0.18/include' making all in lib make[1]: Entering directory `/home/cnolan/Download/sane-backends-1.0.18/lib' gcc -c -DHAVE_CONFIG_H -I. -I. -I../include/sane -I../include -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/local/share -DPATH_SANE_LOCK_DIR= -DV_MAJOR=1 -DV_MINOR=0 -g -O2 -W -Wall getenv.c getenv.c:13:4: error: #error "Missing getenv() on this platform. Please implement." getenv.c: In function ?getenv?: getenv.c:6: warning: unused parameter ?name? make[1]: *** [getenv.o] Error 1 make[1]: Leaving directory `/home/cnolan/Download/sane-backends-1.0.18/lib' make: *** [all-recursive] Error 1
