Thanks I didn't know which flag too pick.
I finally did get flex and bison to run.
Do you thing you could annotate the rest of the flags as to when they
are used?
Kevin
Leopold Toetsch wrote:
Am Mittwoch, 18. Oktober 2006 17:20 schrieb Kevin Tew:
Working code with test.
I stole PBC_POSTCOMP's flag for the short term.
That's an unfortunate decision. There are load-time flags and run-time flags.
You can just take one of the runtime-flags. I'd propose you use:
SUB_FLAG_TAILCALL = PObj_private2_FLAG, /* runtime usage */
SUB_FLAG_PF_INIT = PObj_private2_FLAG, /* loadtime usage */
A part from that, the patch is looking good to me.
Re:
compilers/imcc/main.c:476: error: ‘INIT’ undeclared (first use in this
function)
this could be a missing dependency or bogus make rule. Does it work after make
realclean?
HTH,
leo