On 12/11/2007, James Keenan via RT <[EMAIL PROTECTED]> wrote:
> On Sun Nov 11 10:27:32 2007, ptc wrote:
> > kid51,
> >
> > this error is caused by gcc_pcc.h using 'inline' directly, and I added
> > -std=c89 to the list of gcc compiler options just recently.  What you
> > need to do is replace the 'inline' keyword in gcc_pcc.h with
> > PARROT_INLINE and everything should work again.
> >
>
> Sorry, everything did not work again.  While substituting PARROT_INLINE
> for inline did not prevent 'make' from succeeding on Linux, I got
> extensive failures on Darwin.

My next guess now is that the -std=c89 gcc compiler option doesn't
play nicely with your system headers.  I've removed the compiler flag
in r22809, see how you go.

Paul

Reply via email to