[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Ignore message on segfaults
From: |
Alejandro Lopez-Valencia |
Subject: |
Re: [Groff] Ignore message on segfaults |
Date: |
Mon, 07 Apr 2003 10:35:29 -0500 |
At 01:14 a.m. 07/04/2003, Werner LEMBERG wrote:
> >`make distclean' is not needed normally. Say `make dep' to build
> >dependency files once; this has to be rerun only if new source
> >files are added to the repository.
>
> Hmmm... Speaking of make depend, the depend,temp rule in
> Makefile.comm seems to be broken, but I don't understand where. It
> fails to build a proper target for pic.cc.
I can't find a problem. Please describe in greater detail.
Perhaps it is related to building in a different directory to the source dirs:
make[2]: Cambiando a directorio `/tmp/groff_build/src/preproc/pic'
> depend.temp;
test -z "/cvsroot/groff/src/preproc/pic/lex.cc
/cvsroot/groff/src/preproc/pic/ma
in.cc /cvsroot/groff/src/preproc/pic/object.cc
/cvsroot/groff/src/preproc/pic/co
mmon.cc /cvsroot/groff/src/preproc/pic/troff.cc
/cvsroot/groff/src/preproc/pic/t
ex.ccpic.cc" \
|| g++ -I. -I/cvsroot/groff/src/preproc/pic
-I/tmp/groff_build/src/include -I/
cvsroot/groff/src/include -DHAVE_CONFIG_H -g -O2 -MM
/cvsroot/groff/src/preproc
/pic/lex.cc /cvsroot/groff/src/preproc/pic/main.cc
/cvsroot/groff/src/preproc/pi
c/object.cc /cvsroot/groff/src/preproc/pic/common.cc
/cvsroot/groff/src/preproc/
pic/troff.cc /cvsroot/groff/src/preproc/pic/tex.cc pic.cc >>depend.temp
g++: pic.cc: No such file or directory
make[2]: *** [depend.temp] Error 1
make[2]: Saliendo directorio `/tmp/groff_build/src/preproc/pic'
make[1]: *** [src/preproc/pic] Error 2
make[1]: Saliendo directorio `/tmp/groff_build'
make: *** [depend] Error 2