Date: Fri, 22 May 1998 13:10:35 -0400 From: Adam McDougall <mcdougall@ameritech.net> To: Eivind Eklund <eivind@yes.no> Cc: Donald Burr <dburr@POBoxes.com>, FreeBSD Ports <freebsd-ports@FreeBSD.ORG>, freebsd-current@FreeBSD.ORG Subject: Re: building gimp-devel and its requirements under -current? Message-ID: <3565B18A.BD17AEDF@ameritech.net> References: <XFMail.980522061623.dburr@POBoxes.com> <19980522164520.56382@follo.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Eivind Eklund wrote: > > Has anyone gotten gimp-devel to compile under -current? I get many link > > errors when compiling both it and xdelta (which gimp-devel requires). > > > > Looks like some recent changes to current w.r.t. errno and other stuff has > > broken these ports (at least xdelta and gimp-devel will not compile). > > > > is there any hope of getting these to work? TIA for any help... > > Re-build the libraries on which gimp-devel depends. > > LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm > LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib > LIB_DEPENDS+= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg > LIB_DEPENDS+= gtk\\.1\\.0:${PORTSDIR}/x11/gtk > LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib > LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png > LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 > LIB_DEPENDS+= xdelta\\.0:${PORTSDIR}/misc/xdelta > > Eivind. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message Been there, done that, ranlib .libs/libxdelta.a creating libxdelta.la (cd .libs && ln -s ../libxdelta.la libxdelta.la) cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -f unroll-loops -Wall -O -pipe -c main.c cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -f unroll-loops -Wall -O -pipe -c getopt.c getopt.c: In function `_getopt_internal': getopt.c:476: warning: `indfound' might be used uninitialized in this function cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -f unroll-loops -Wall -O -pipe -c getopt1.c /bin/sh ./libtool --mode=link cc -O3 -fomit-frame-pointer -funroll-loops -Wall - O -pipe -o xdelta main.o getopt.o getopt1.o libxdelta.la -L/usr/local/lib -lgd bm -lz LD_LIBRARY_PATH=".libs:$LD_LIBRARY_PATH" cc -O3 -fomit-frame-pointer -funroll-lo ops -Wall -O -pipe -o .libs/xdelta main.o getopt.o getopt1.o -R/usr/local/lib -l xdelta -L/usr/local/lib -lgdbm -lz main.o: Undefined symbol `_access' referenced (use -lc ?) main.o: Undefined symbol `___error' referenced (use -lc ?) ld: Spurious undefined symbols: # undefined symbols 2, reported 0 *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3565B18A.BD17AEDF>