Dino Vliet <[EMAIL PROTECTED]> 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"
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to