info-inventor-dev
[Top] [All Lists]

Problems compiling OpenInventor

To: info-inventor-dev@xxxxxxxxxxx
Subject: Problems compiling OpenInventor
From: Luca Cappa <luca.cappa@xxxxxxxxxxxx>
Date: Thu, 13 Jan 2005 10:02:54 +0100
Sender: info-inventor-dev-bounce@xxxxxxxxxxx
User-agent: Mozilla Thunderbird 0.9 (X11/20041124)
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

<Prev in Thread] Current Thread [Next in Thread>