This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bison 1.75c + FreeBSD 5.0 = can't boostrap gcc from CVS


Hi,

I tried to recently do a make bootstrap from a fresh
CVS checkout of the GCC mainline on my FreeBSD 5.0-CURRENT (prerelease)
machine.

I installed the following version of bison:
bison (GNU Bison) 1.75c

obtained from ftp://alpha.gnu.org/gnu/bison/


When I tried to bootstrap, I got this error:

gcc -c -DIN_GCC -DLOCALEDIR=\"/home/rodrigc/testgcc/build/run/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/rodrigc/testgcc/build/run/share/locale\"  -DLIBDIR=\"/home/rodrigc/testgcc/build/run/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc/gcc/intl -I../../../gcc/gcc  -I../../../gcc/gcc/config -I../../../gcc/gcc/../include  -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common  ../../../gcc/gcc/intl/ngettext.c -o ngettext.o
bison -y -d --name-prefix=__gettext --output plural.c ../../../gcc/gcc/intl/plural.y
conflicts:  7 shift/reduce
../../../gcc/gcc/intl/plural.y: expected 10 shift/reduce conflicts
*** Error code 1


What version of bison should I be using?

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@attbi.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]