chromatic via RT wrote: > On Wednesday 03 December 2008 18:00:32 Jarkko Hietaniemi wrote: > >> First we get a couple of warnings fro some files, but then one file >> refuses to compile (see below). I didn't notice any other warnings or >> failures during Configure.pl and/or during compilation. > > Thanks for the report.
Thanks for looking into it. I synced to r34297 and it seems to compile in Tru64, thanks! I am seeing some new warnings, if I find the time I'll file a new bug on those. An easy quick one to fix would be this: cc: Info: ./include/parrot/sub.h, line 47: Trailing comma found in enumerator list. (trailcomma) } sub_flags_enum; ^ Trailing commas in enum lists are not portable across cranky C compilers.