On Fri, 2001-12-14 at 10:37, Paul Oliver wrote: > Hi all, > > I have no problem compiling evolution stable releases, but for some > reason I could never get the CVS version to compile for me. > > Here's the problem. I've been looking all over for help on this before > I wasted bandwidth on this mailing list, but no dice. Anyway, it always > craps out on the bison file libical/src/libical/icalyacc.y, with the error: > > > bison -y -d -v -t -pical_yy icalyacc.y && mv y.tab.c icalyacc.c > 1 rules never reduced > icalyacc.y contains 1 useless nonterminal and 1 useless rule > make[1]: *** [icalyacc.c] Error 139 > make[1]: Leaving directory > `/usr/local/sources/gnomecvs/evolution/libical/src/libical' > make: *** [all-recursive] Error 1 > > I'm running: > > $> bison --version > bison (GNU Bison) 1.30
I've got 1.28. I get the same output except for the 'Error 139' line. I don't really understand yacc stuff so can't really help much. If you just run: bison -y -d -v -t -pical_yy icalyacc.y does it still output y.tab.c ? Damon _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
