From owner-freebsd-ports Fri May 22 10:16:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28814 for freebsd-ports-outgoing; Fri, 22 May 1998 10:16:37 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from thing.dyn.ml.org (root@dyn1-tnt12-72.detroit.mi.ameritech.net [209.18.31.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28791; Fri, 22 May 1998 10:16:22 -0700 (PDT) (envelope-from mcdougall@ameritech.net) Received: from ameritech.net (user1@bsdx [192.168.1.2]) by thing.dyn.ml.org (8.8.8/8.8.7) with ESMTP id NAA17710; Fri, 22 May 1998 13:10:36 -0400 (EDT) (envelope-from mcdougall@ameritech.net) Message-ID: <3565B18A.BD17AEDF@ameritech.net> Date: Fri, 22 May 1998 13:10:35 -0400 From: Adam McDougall Reply-To: mcdougall@ameritech.net X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Eivind Eklund CC: Donald Burr , FreeBSD Ports , freebsd-current@FreeBSD.ORG Subject: Re: building gimp-devel and its requirements under -current? References: <19980522164520.56382@follo.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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-ports" in the body of the message