On 2013-11-18 08:07 , Blair Zajac wrote:
> I just got a new MacBook Pro and is the first machine I have access to that
> can run 10.9, so I’m running into problems with fwknop-client port getting it
> to compile. It fails on something as simple as this:
>
>
> #include
>
> size_t strlcat(char
On Nov 17, 2013, at 16:15, Blair Zajac wrote:
> On Nov 17, 2013, at 2:14 PM, Ryan Schmidt wrote:
>
>> On Nov 17, 2013, at 16:11, Blair Zajac wrote:
>>
>>> Can we not use blacklists on 10.9?
>>
>> compiler.blacklist should work the same on 10.9 as it does on other systems.
>>
>>
>>> I got
On Nov 17, 2013, at 2:14 PM, Ryan Schmidt wrote:
>
> On Nov 17, 2013, at 16:11, Blair Zajac wrote:
>
>> Can we not use blacklists on 10.9?
>
> compiler.blacklist should work the same on 10.9 as it does on other systems.
>
>
>> I got it. I assumed the other compilers were still there.
On Nov 17, 2013, at 16:11, Blair Zajac wrote:
> Can we not use blacklists on 10.9?
compiler.blacklist should work the same on 10.9 as it does on other systems.
> I got it. I assumed the other compilers were still there. Thanks for
> clarifying.
gcc was removed from Xcode in 4.2, leavin
On Nov 17, 2013, at 1:54 PM, Christopher Jones wrote:
Can we not use blacklists on 10.9? Do we need to always use clang? Or is
that only for C++ code that we have to use clang?
>>>
>>> On 10.9, clang is the only system compiler. So for OSX 10.9, you need to
>>> use cla
On Nov 17, 2013, at 4:42 PM, Blair Zajac wrote:
> On Nov 17, 2013, at 1:35 PM, Christopher Jones
> wrote:
>
>> On 17 Nov 2013, at 9:07pm, Blair Zajac wrote:
>>
>>> Can we not use blacklists on 10.9? Do we need to always use clang? Or is
>>> that only for C++ code that we have to use clang
>>>
>>>
>>> Can we not use blacklists on 10.9? Do we need to always use clang? Or is
>>> that only for C++ code that we have to use clang?
>>
>> On 10.9, clang is the only system compiler. So for OSX 10.9, you need to use
>> clang, for C C++, Obj-C etc.
>
> Thanks. Technically, one could u
On Nov 17, 2013, at 1:35 PM, Christopher Jones wrote:
>
> On 17 Nov 2013, at 9:07pm, Blair Zajac wrote:
>
>> I just got a new MacBook Pro and is the first machine I have access to that
>> can run 10.9, so I’m running into problems with fwknop-client port getting
>> it to compile. It fails
On 17 Nov 2013, at 9:07pm, Blair Zajac wrote:
> I just got a new MacBook Pro and is the first machine I have access to that
> can run 10.9, so I’m running into problems with fwknop-client port getting it
> to compile. It fails on something as simple as this:
>
>
> #include
>
> size_t strl
I just got a new MacBook Pro and is the first machine I have access to that can
run 10.9, so I’m running into problems with fwknop-client port getting it to
compile. It fails on something as simple as this:
#include
size_t strlcat(char *dst, const char *src, size_t siz);
int main()
{
retu
10 matches
Mail list logo