This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
Re: libffi onOpenBSD 3.9
Andrew Pinski schrieb:
> 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
$ g++ --version
g++ (GCC) 3.3.5 (propolice)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$
I cannot find a newer package on ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/3.9/packages/i386.
Ok, so maybe this can be ignored.
Thanks,
Thomas