Hi,
The following happens when 'make'ing OpenDX-CVS:
[...]
gmake[3]: Entering directory `/home/lahaye/SOFTWARE/dx/src/exec/dpexec'
local.mk:11: warning: overriding commands for target `.y.c'
Makefile:231: warning: ignoring old commands for target `.y.c'
echo '/***********************************************************************/'
>> compile.h
echo '/* Open Visualization Data Explorer */'
>> compile.h
echo '/* (C) Copyright IBM Corp. 1989,1999 */'
>> compile.h
echo '/* ALL RIGHTS RESERVED */'
>> compile.h
echo '/* This code licensed under the */'
>> compile.h
echo '/* "IBM PUBLIC LICENSE - Open Visualization Data Explorer" */'
>> compile.h
echo '/***********************************************************************/'
>> compile.h
echo '#define' EX_COM_DATE '"'`date`'"' >> compile.h
echo '#define' EX_COM_HOST '"'`uname -a`'"' >> compile.h
bison -y -d ./yuiif.y
./yuiif.y:1554.12: parse error, unexpected ":", expecting ";" or "|"
./yuiif.y:1567.3-1568.8: $$ of `semicolon' has no declared type
./yuiif.y:1567.3-1568.31: $1 of `semicolon' has no declared type
gmake[3]: *** [yuiif.h] Error 1
gmake[3]: Leaving directory `/home/lahaye/SOFTWARE/dx/src/exec/dpexec'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/lahaye/SOFTWARE/dx/src/exec'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/lahaye/SOFTWARE/dx/src'
gmake: *** [all-recursive] Error 1
$
-----------------------
I'm using bison (GNU Bison) 1.75. Is that a problem for OpenDX-CVS:
$ bison -y -d src/exec/dpexec/yuiif.y
src/exec/dpexec/yuiif.y:1554.12: parse error, unexpected ":", expecting ";" or
"|"
src/exec/dpexec/yuiif.y:1567.3-1568.8: $$ of `semicolon' has no declared type
src/exec/dpexec/yuiif.y:1567.3-1568.31: $1 of `semicolon' has no declared type
$
Or is something else wrong ?
Thanks,
Rob.