[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error building base with clang 3.2
From: |
Richard Frith-Macdonald |
Subject: |
Re: Error building base with clang 3.2 |
Date: |
Mon, 22 Jul 2013 10:04:38 +0100 |
On 22 Jul 2013, at 09:58, Marcus Müller <znek@mulle-kybernetik.com> wrote:
>
> On 21.07.2013, at 19:36, edwin ancaer <eancaer@gmail.com> wrote:
>
>> Hello,
>>
>> when configuring gnustep base with clang 3.2 on fedora 18, I get the
>> following error:
>>
>> configure: error: Your compiler does not appear to implement the
>> -fconstant-string-class option needed for support of strings.
>>
>> To configure, I used the command:
>>
>> ./configure --disable-mixedabi --disable-unicodeconstants
>> --with-ffi-include=/usr/include/`gcc -dumpmachine`
>>
>> Any idea what's going wrong?
>
> Yes, please see the mail gnustep-base's configure is broken on FreeBSD 9.1
> when used with libobjc and all followups. In short, libobjc2 1.7 Release (or
> trunk before r36851) will work.
I believe David reverted the changfe in libobjc2 in trunk.
So my understanding is that things should now be fine if using the released
version of libobjc, OR if using the latest svn trunk.