Re: 10.9 and compiler

2013-11-17 Thread Joshua Root
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

Re: 10.9 and compiler

2013-11-17 Thread Ryan Schmidt
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

Re: 10.9 and compiler

2013-11-17 Thread Blair Zajac
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.

Re: 10.9 and compiler

2013-11-17 Thread Ryan Schmidt
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

Re: 10.9 and compiler

2013-11-17 Thread Blair Zajac
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

Re: 10.9 and compiler

2013-11-17 Thread Lawrence Velázquez
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

Re: 10.9 and compiler

2013-11-17 Thread Christopher Jones
>>> >>> >>> 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

Re: 10.9 and compiler

2013-11-17 Thread Blair Zajac
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

Re: 10.9 and compiler

2013-11-17 Thread Christopher Jones
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

10.9 and compiler

2013-11-17 Thread Blair Zajac
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