Date: Tue, 3 Mar 1998 00:24:51 -0800 (PST) From: asami@FreeBSD.ORG (Satoshi Asami) To: obrien@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/graphics/sane - Imported sources Message-ID: <199803030824.AAA09989@silvia.HIP.Berkeley.EDU> In-Reply-To: <199803010045.QAA02957@freefall.freebsd.org> (obrien@FreeBSD.ORG)
next in thread | previous in thread | raw e-mail | index | archive | help
* ports/graphics/sane - Imported sources Thank, but I'm having trouble compiling this one. I believe my libgtk is the latest: === ## ldconfig -r | grep gtk 91:-lgtk.1.0 => /usr/X11R6/lib/libgtk.so.1.0 === Satoshi === : gmake[1]: Entering directory `/ccd/ports/graphics/sane/work/sane-0.65/frontend' cc -c -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=0 -DV_MINOR=65 -I/usr/X11R6/include -O2 -pipe -Wall scanimage.c mkdir .libs libtool: link: warning: using a buggy system linker libtool: link: relinking will be required before `scanimage' can be installed cc -L/usr/X11R6/lib -o .libs/scanimage scanimage.o /ccd/ports/graphics/sane/work/sane-0.65/backend/.libs/libsane.so ../lib/liblib.a -lm -lscsi creating scanimage cc -c -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=0 -DV_MINOR=65 -I/usr/X11R6/include -O2 -pipe -Wall xscanimage.c xscanimage.c: In function `input_available': xscanimage.c:706: warning: label `bad_depth' defined but not used cc -c -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=0 -DV_MINOR=65 -I/usr/X11R6/include -O2 -pipe -Wall progress.c cc -c -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=0 -DV_MINOR=65 -I/usr/X11R6/include -O2 -pipe -Wall preview.c cc -c -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=0 -DV_MINOR=65 -I/usr/X11R6/include -O2 -pipe -Wall preferences.c cc -c -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=0 -DV_MINOR=65 -I/usr/X11R6/include -O2 -pipe -Wall gtkglue.c gtkglue.c: In function `panel_destroy': gtkglue.c:813: warning: implicit declaration of function `gtk_tooltips_destroy' libtool: link: warning: using a buggy system linker libtool: link: relinking will be required before `xscanimage' can be installed cc -L/usr/X11R6/lib -o .libs/xscanimage xscanimage.o progress.o preview.o preferences.o gtkglue.o ../sanei/libsanei.a /ccd/ports/graphics/sane/work/sane-0.65/backend/.libs/libsane.so ../lib/liblib.a -lgtk -lgdk -lglib -lXpm -lXext -lX11 -lm -lscsi gtkglue.o: Undefined symbol `_gtk_tooltips_destroy' referenced from text segment gmake[1]: *** [xscanimage] Error 1 gmake[1]: Leaving directory `/ccd/ports/graphics/sane/work/sane-0.65/frontend' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803030824.AAA09989>