View Single Post
Old 08-16-2017, 07:28 PM   #10
earlevel
Human being with feelings
 
Join Date: Dec 2015
Posts: 331
Default

Quote:
Originally Posted by olilarkin View Post
Thanks for your comments everyone. As you can see I have pretty much decided already to get rid of rtas :-) . Youlean - we should be okay to use the latest Mac SDK and target 10.7, although I think lib C++ requires 10.9 . personally I don't think it is yet time to get rid of 32 bit support on OS X, although I would really like to. I haven't tried it yet but 10.13 /Xcode 9 May finally remove carbon and audio unit version 2 /component manager, which means there might be some work to do
libc++ requires Mac OS X 10.7 or later, according to multiple references on web. However, I know the warning "clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9". I can't reconcile that difference at the moment. But I target 10.8, and libc++ works fine for me...

Add:

https://developer.apple.com/library/...roduction.html

"Projects created using this Xcode release use the new libc++ implementation of the standard C++ library. The libc++ library is available only on iOS 5.0 and later and OS X 10.7 and later."

Last edited by earlevel; 08-16-2017 at 07:38 PM.
earlevel is offline   Reply With Quote