Date: 24 Dec 2003 10:09:56 -0500 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: Dino Vliet <dino_vliet@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: error in port Message-ID: <44r7yuqmkb.fsf@be-well.ilk.org> In-Reply-To: <20031223185031.51084.qmail@web40108.mail.yahoo.com> References: <20031223185031.51084.qmail@web40108.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Dino Vliet <dino_vliet@yahoo.com> writes: > I'm getting an error when doing a make install clean > in the gnucash 1.8.5 port under freebsd 4.9. > The make prcess stops with the following command: > > .......... > ./src/gdevl256.c:307: warning: implicit declaration of > function 'gl_line' > gmake: ** [obj/gdvel256.o] Error 1 > *** Error code 2 > > Stop in /usr/ports/print/ghostscript-gnu > *** Error code 1 > > Stop in /usr/ports/print/gnomeprint > *** Error code 1 > > Stop in /usr/ports/math/guppi > *** Error code 1 > > Stop in /usr/ports/finance/gnucash > > +++++++++++++++++++++++++++ > > What went wrong? What can I do about it? How can I > remove the files that were already installed? How do I > know which files where already installed? What failed was building ghostscript-gnu, one of the other ports on which gnucash depends. The gnucash port itself did not install anything; the ports system is careful about not installing a port unless that port built properly. So the only thing you need to worry about is why ghostscript didn't build for you. It's building properly for me; did you set any options, or change the driver configuration? [The file that's failing to build for you doesn't exist in my build directory.] -- Lowell Gilbert, embedded/networking software engineer, Boston area: resume/CV at http://be-well.ilk.org:8088/~lowell/resume/ username/password "public"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44r7yuqmkb.fsf>