This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
Re: libffi onOpenBSD 3.9
On Sat, Feb 23, 2008 at 9:12 AM, Thomas Heller <theller@ctypes.org> wrote:
> [forgot to cc the list]\
>
> I installed g++, the logfile testsuite/libffi.log contains these errors:
> /home/theller/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc:10: error: syntax
> error before `__attribute__'
> compiler exited with status 1
> output is:
> /home/theller/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc:10: error: syntax
> error before `__attribute__'
>
> Any idea?
What version of g++? This is most likely due to parser changes in
3.4.0 which changed where __attribute__ is allowed.
-- Pinski