On 11/6/14 8:40 PM, Nico Kadel-Garcia wrote: > Isn't clang installed with MacPorts? Or is that just more recent > versions of clang?
Barry said in his original posting he was using clang from XCode 6.1 command line tools package, which is Apple's official distribution of a compiler toolchain for OS X. As others have mentioned to you there's no mention of MacPorts on this thread. Even then it doesn't matter what compiler is in use, the problem is missing declarations. All compilers will have the same problem.