It appears my compiler didn't catch that bug. Remove the ';' from the end of line 1448 and 1528 in parser_gram.y. I forgot to remove them when I added another line to the expression. The trailing semicolon is supposed to only occur at the end of the last line in both cases. I'll fix that in the next release.

Drew

On 03/20/09 06:45 AM, Tim Becker wrote:
I'm attempting to compile filebench 1.4.4 on sparc with SunStudio 12 and am 
getting the following error

cc: Warning: -xarch=v9 is deprecated, use -m64 to create 64-bit programs
bison -y -d parser_gram.y
parser_gram.y:1448.1: syntax error, unexpected "|"
parser_gram.y:1528.1: syntax error, unexpected "|"
*** Error code 1
make: Fatal error: Command failed for target `parser_gram.c'
Current working directory /root/filebench-1.4.4/filebench
*** Error code 1
make: Fatal error: Command failed for target `package'

Any ideas?

Thanks.

_______________________________________________
perf-discuss mailing list
perf-discuss@opensolaris.org

Reply via email to