xili wrote: > Hi, > > I am trying to build OpenOffice under Windows platform. > > Source File is: OOo_2.0beta2_src.tar.gz > My OS is : Windows XP with Service Pack 2 > Compiler: MS visual studio 2003 > Bison version: 1.875b(20030307-1) > > > I met this problem: > ========================================================================= > Making: ../wntmsci10.pro/misc/parser.cxx > tr -d "\015" < parser.y > ../wntmsci10.pro/misc/stripped_parser.y > bison -d -l -o ../wntmsci10.pro/misc/parser.cxx > ../wntmsci10.pro/misc/stripped_p > arser.y > ../wntmsci10.pro/misc/stripped_parser.y: conflicts: 5 shift/reduce > dmake: Error code 141, while making '../wntmsci10.pro/misc/parser.cxx' > ---* TARGET.MK *--- > dmake: Error code 255, while making '../wntmsci10.pro/misc/idlc.dpc' > ---* TG_SLO.MK *--- > > ERROR: Error 65280 occurred while making /cygdrive/c/OOo_2.0beta2/idlc/source > dmake: Error code 1, while making 'build_instsetoo_native' > ---* tg_merge.mk *--- > ========================================================================= > > > > Can someone help please. > Thanks.
The grammar of the idlc parser does have some harmless shift/reduce conflicts. Normally, bison does not generate an error for this---are you using a nonstandard one? -Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
