Re: Portable.NET 0.6.8 released
Rhys Weatherley <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | Southern Storm Software, Pty Ltd |
| Message-ID | <[email protected]> |
On Tuesday 10 August 2004 05:14 am, pancake wrote: > yacc -d ilasm_grammar.y && mv y.tab.c ilasm_grammar.c > yacc: e - line 970 of "ilasm_grammar.y", syntax error > %expect 9 > ^ > make[1]: *** [ilasm_grammar.c] Error 1 > make[1]: Leaving directory `/tmp/lang/pnet/work/pnet-0.6.8/ilasm' > make: *** [all-recursive] Error 1 It looks like your version of "yacc" doesn't understand the "%expect" command. Try using bison or byacc instead. Cheers, Rhys.