bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

1.8 compile - syntax error.


From: Eric Gebhart
Subject: 1.8 compile - syntax error.
Date: Sat, 16 Aug 2003 19:15:22 -0400
User-agent: Mutt/1.4i

My system is:

I successfully built 1.6.12 with the same configuration.

thanks,

Eric


FreeBSD 4.8-PRERELEASE #0: Tue Feb 25 02:58:26 EST 2003


I'm trying to build 1.8 from the tarball.

my configure looked like this.

./configure --prefix=/usr/local 
--with-kpathsea-include=/usr/local/include/kpathsea 
--with-kpathsea-lib=/usr/local/lib/


gmake all

bison -o out/parser.cc parser.yy
parser.yy: warning: 2 shift/reduce conflicts
mv -f parser.yy.tab.c out/parser.cc # bison < 1.30
mv: rename parser.yy.tab.c to out/parser.cc: No such file or directory
gmake: [out/parser.cc] Error 1 (ignored)
rm -f ./out/parser.dep; DEPENDENCIES_OUTPUT="./out/parser.dep ./out/parser.o" 
g++ -c   -DHAVE_CONFIG_H  -DSTRING_UTILS_INLINED -Iinclude -I./out 
-I../flower/include -I../flower/./out -I../flower/include -O2 
-finline-functions -g -I/usr/local/include  -I/usr/local/include/kpathsea 
-I/usr/local/include/python2.3 -I/usr/local/include     -O2 -finline-functions 
-g -I/usr/local/include  -I/usr/local/include/kpathsea 
-I/usr/local/include/python2.3 -I/usr/local/include -Wall  -W 
-Wmissing-prototypes -Wconversion  -o out/parser.o out/parser.cc
parser.yy: In function `int yyparse(void *)':
parser.yy:1882: syntax error before `}'
gmake: *** [out/parser.o] Error 1
rm out/parser.cc

bison --version
bison (GNU Bison) 1.75





reply via email to

[Prev in Thread] Current Thread [Next in Thread]