Hallo,
sane steigt beim build'en aus:
freebsd# make install
===> Building for sane-1.00
for subdir in lib sanei backend frontend doc tools; do \
target=`echo all-recursive | sed s/-recursive//`; \
echo making $target in $subdir; \
(cd $subdir && gmake $target) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in lib
gmake[1]: Entering directory `/usr/ports/graphics/sane/work/sane-1.00/lib'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/graphics/sane/work/sane-1.00/lib'
making all in sanei
gmake[1]: Entering directory `/usr/ports/graphics/sane/work/sane-1.00/sanei'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/graphics/sane/work/sane-1.00/sanei'
making all in backend
gmake[1]: Entering directory `/usr/ports/graphics/sane/work/sane-1.00/backend'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/graphics/sane/work/sane-1.00/backend'
making all in frontend
gmake[1]: Entering directory `/usr/ports/graphics/sane/work/sane-1.00/frontend'
cc -o .libs/xscanimage xscanimage.o progress.o preview.o preferences.o gtkglue.o ../sanei/libsanei.a -Wl,--rpath -Wl,/usr/local/lib ../backend/.libs/libsane.so ../lib/liblib.a -lgimp -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/us
r/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -ljpeg -lintl -lm -L/usr/local/lib -lcam
/usr/X11R6/lib/libgimp.so: undefined reference to `g_debug'
/usr/X11R6/lib/libgimp.so: undefined reference to `g_message'
/usr/X11R6/lib/libgimp.so: undefined reference to `g_warning'
/usr/X11R6/lib/libgimp.so: undefined reference to `g_error'
gmake[1]: *** [xscanimage] Error 1
gmake[1]: Leaving directory `/usr/ports/graphics/sane/work/sane-1.00/frontend'
gmake: *** [all-recursive] Error 1
*** Error code 2
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
System ist ein ziemlich aktuelles 3.1-stable.
Wie kann ich da abhelfen ?
Danke.
ciao,
Rainer
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |Rainer Duffner, E-Mail: duffner(at)fh-konstanz.de | | & Rainer.Duffner(at)surf24.de | |Fachhochschule Konstanz, Germany | |"What's a Network ?" - Bill Gates, early 1980s | | WWW:http://www-stud.fh-konstanz.de/~duffner | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Mon 19 Apr 1999 - 08:40:18 CEST