[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: Icarus snapshot 20040606 on Solaris



I'm trying to compile Icarus 20040606 on Solaris 9.  It fails with:
mv functor.d dep/functor.d
flex -PVL -s -olexor.cc ./lexor.lex
"./lexor.lex", line 348: warning, -s option given but default rule can
be matched
bison --verbose -t -p VL -d -o parse.cc ./parse.y
mv parse.cc.h parse.h 2>/dev/null || mv parse.hh parse.h
mv: cannot access parse.hh
make: *** [parse.h] Error 2
[jdboyd@jdboyd verilog-20040606]

I have GCC version 3.3, Bison 1.75, flex 2.5.4, gmake 3.80, and gperf
version 3.0.1.

I have the same trouble trying to install 20040220, and 0.7.

I've seen a lot of notes about troubles with different versions of
Bison, but as best as I can tell, I have the desired version.  It would
be nice if the configure script would check bison versions if it is
going to be so picky.