Re: [perl #61038] parrot 0.8.0 compilation failure in Tru64 5.1B
[email protected] (chromatic)
| Newsgroups | perl.perl6.internals,perl.perl6.internals |
|---|---|
| Organization | Snafu |
| Message-ID | <[email protected]> |
On Tuesday 23 December 2008 14:53:15 Jarkko Hietaniemi wrote: > 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. Fixed in r34299, thanks. I cranked up the optimization level to -O2 and am fixing as many warnings as possible with GCC 4.3, but I'm sure that leaves plenty for pickier compilers to complain about. -- c