The distribution I try to install is Covered
Development Release 20030925. Followed by
the "configuretion", the install instruction is needed.
However, I encountered some trouble over here.
Call for help. Does anybody have met this kind of error
message before?I have read all the disscussions in the
list, but it seemed that no people are the same as me.
I have try to install different bision edition. The above
discussion mentioned about that, but it's of no use.
The error messages are as following
make all-recursive
make[1]: Entering directory /home/odie/covered-
20030925'
Making all in src
make[2]: Entering directory/home/odie/covered-
20030925/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c
parser.c
parser.c: In function VLparse':
parser.c:3532: subscripted value is neither array nor
pointer
parser.c:3532: subscripted value is neither array nor
pointer
parser.c:3532: subscripted value is neither array nor
pointer
parser.c:3532: subscripted value is neither array nor
pointer
parser.c:3532: subscripted value is neither array nor
pointer
make[2]: *** [parser.o] Error 1
make[2]: Leaving directory/home/odie/covered-
20030925/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/odie/covered-
20030925'
make: *** [all-recursive-am] Error 2
Logged In: YES
user_id=512771
If you are attempting to use a version of Covered that is
this old, you need to use Bison version 1.35 to generate the
parser. The error that you are encountering seems to be an
issue for versions of Bison older than 1.875.
Logged In: YES
user_id=1237105
I installed Bison version 1.35. The error messages are as
following:
make all-recursive
make[1]: Entering directory
/home/odie/covered-20030925' Making all in src make[2]: Entering directory/home/odie/covered-20030925/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c arc.c
bison --verbose -t -p VL -d -o parser.c ./parser.y
make[2]: bison: Command not found
make[2]: *** [parser.c] Error 127
make[2]: Leaving directory
/home/odie/covered-20030925/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/home/odie/covered-20030925'make: *** [all-recursive-am] Error 2
Logged In: YES
user_id=1237105
Now the error messages are as following
./pplexer.l: In function
def_match': ./pplexer.l:298:yytext_ptr' undeclared (first use in thisfunction)
./pplexer.l:298: (Each undeclared identifier is reported only
once
./pplexer.l:298: for each function it appears in.)
./pplexer.l: In function
do_include': ./pplexer.l:474: warning: passing arg 1 ofPPVL_switch_to_buffer' makes pointer from integer without acast
make[2]: *** [pplexer.o] Error 1
make[2]: Leaving directory
/home/odie/covered-20030925/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/home/odie/covered-20030925'make: *** [all-recursive-am] Error 2
Logged In: YES
user_id=512771
This bug has been fixed in the latest CVS version and will
be available in the next stable/development release of
Covered.