On Thu, 2002-02-21 at 20:09, Jan-Hendrik Palic wrote: > Hi .. > > I should write mail, wenn Im very tired .. sorry .. > > Ok. I told, that I applied the bison patch from IssueZilla to get > OpenOffice build with bison 1.3x. It works but shortly after that, I got > this: > > ../../unxlngppc.pro/obj/rsclex.o: In function `parser(RscFileInst *)': > ../../unxlngppc.pro/obj/rsclex.o(.text+0x1304): undefined reference to > `yyparse(void)' > ../../unxlngppc.pro/obj/rsclex.o: In function `MacroParser(RscFileInst &)': > ../../unxlngppc.pro/obj/rsclex.o(.text+0x1408): undefined reference to > `yyparse(void)' > ../../unxlngppc.pro/obj/rsclex.o(.got2+0x3c): undefined reference to `yylval'
cd rsc rm -rf unxlngppc.pro build This will force a total rebuild in the rsc directory. The problem is that the unxlnppc.pro/inc/rscyacc.yxx is created as header code using the old version of the makefile.rc and the new version will not remake it because the date stamp is newer than the source file (cant remember off the source filename the top of my head). You may get further problems. Take look for rsc problems showing up on the list currently, I beleive these are related. Hope this helps KenF --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]