Have a look in
http://oss.sgi.com/bugzilla/show_bug.cgi?id=281
I don't see any problems when compiling on Red Hat Linux 9. I've got
byacc-1.9-25 installed, where /usr/bin/byacc is symlink'd to yacc, along with
bison-1.35-6. YACC is assigned in inventor/make/commondefs.
Jonathan
On Thu Jan 13 01:02:54 2005, luca.cappa@xxxxxxxxxxxx wrote:
>
> Hello,
>
> for your information, I got a problem compiling the OpenInventor source
> code with latest Linux/Debian using the "testing" packages.
>
> When I'm compiling (i'm using the make command) in the root directory of
> the openinventor package, I'm getting this error:
>
> make[5]: Entering directory
> `/home/luca/openinventor/inventor/lib/database/src/so/engines'
> /usr/bin/yacc SoCalcParse.y
> SoCalcParse.y:121.7-12: type redeclaration for additive_expression
> make[5]: *** [SoCalcParse.c++] Error 1
> make[5]: Leaving directory
> `/home/luca/openinventor/inventor/lib/database/src/so/engines
>
> I looked to the SoCalcParse.y file, and i just fixed this error removing
> the 'additive_expression' token from the line 121, or from the line 120,
> 'cauyse it is defined two times.
>
> Notice that my Bison version is: bison (GNU Bison) 1.875d Written by
> Robert Corbett and Richard Stallman.
>
> Greetings,
> Luca
|