Closed npyl closed 7 years ago
OSX does not define the csr_get_active_config in versions Mavericks and before! Therefore we can't use it in our code. On versions higher than Mavericks though it is defined thus we can at least compile.
EXTREMELY IMPORTANT: If you are compiling on Mavericks or lower please set the CMAKE_OSX_DEPLOYMENT_TARGET to the corresponding version ( e.g for Mavericks set to 10.9 and so on..)
For versions higher than Mavericks this is not required!!!
Problems when compiling on Mavericks:
There is no clock_gettime() function -- RESOLVED with d12d6aa and of course the patch a4285d0
There isn't compiler that supports the C++11 feature
thread_local
-- RESOLVED by installing newer compilers ( you need to install versions equivalent to Xcode 8 or higher... Don't overdo though because it may not be able to run on such an old system ) NOTE: I think I can make it work without installing other newer compilers... I will investigate further and update this!SIP code can't link causes linking errors -- RESOLVED with 3903e2a