Re: treecc help required, generated code doesn't compile
Pankaj Jangid <[email protected]> Wed, 21 Sep 2005 18:28:43 +0530
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <[email protected]> |
Thank you very much, Rhys. It compiled now. Regards, Pankaj On 21/09/05, Rhys Weatherley <[email protected]> wrote: > > You should add the following to the top of expr.tc <http://expr.tc> to > make sure that expr.h is > included into expr.c before the c_skel.c code: > > %{ > #include "expr.h" > %} > > You will also need to add '#include "expr.h"' to the front of expr.l so > that > the definitions in expr.tab.h are compiled correctly. > > You may want to check out the treecc/examples directory in the source, as > it > contains compilable samples that may be a bit more polished than the ones > in > the documentation. > > Cheers, > > Rhys. > > _______________________________________________ Developers mailing list [email protected] http://dotgnu.org/mailman/listinfo/developers