This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: treelang does not build in current CVS
- From: Tim Josling <tej at melbpc dot org dot au>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 19 Jun 2002 05:05:27 +1000
- Subject: Re: treelang does not build in current CVS
- Organization: Melbourne PC User Group
- References: <u8660gychi.fsf@gromit.moeb>
Andreas Jaeger wrote:
>
> I just got on i686-linux-gnu this error when building treelang:
>
> stage1/xgcc -Bstage1/ -B/opt/gcc/3.2-devel/i686-pc-linux-gnu/bin/ -o treelang/treetree.o -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wmissing-prototypes -Wmissing-declarations -DHAVE_CONFIG_H -I. -Itreelang -I/cvs/gcc/gcc -I/cvs/gcc/gcc/treelang -I/cvs/gcc/gcc/config -I/cvs/gcc/gcc/../include /cvs/gcc/gcc/treelang/treetree.c
> In file included from /cvs/gcc/gcc/treelang/treetree.c:73:
> config.h:32:29: insn-constants.h: No such file or directory
> <etc>
> Andreas Jaeger
> SuSE Labs aj@suse.de
It is not finding some of the header files... I built it yesterday OK, I will
refresh and have a look at it.
Tim Josling