bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU Bison 2.0] testsuite: 108 failed


From: Paul Eggert
Subject: Re: [GNU Bison 2.0] testsuite: 108 failed
Date: Sun, 09 Jan 2005 20:42:35 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Mike Dowling <address@hidden> writes:

>> Can you please run the following and send the output?
>> 
>> cd tests
>> ./testsuite -v -d 108
>> cd testsuite.dir/108
>> gcc -g -O2 -DHAVE_CONFIG_H=1 -I../.. -c input.c -o input.o
>
> Produces the error message:
>
> input.y:3:21: config.h: No such file or directory

Sorry, I guess I gave you the wrong -I option.  The point was to make
config.h visible.  Please try this instead.

gcc -g -O2 -DHAVE_CONFIG_H=1 -I../../.. -c input.c -o input.o

You might also try this, to make sense of any error messages:

gcc -g -O2 -DHAVE_CONFIG_H=1 -I../../.. -E input.c >input.i




reply via email to

[Prev in Thread] Current Thread [Next in Thread]