the current build fails on Mac El Capitan 10.11.6 (15G1108) with the error message:
Unsupported DARWIN_VERSION: 15
I managed to find that this version is not handled in
src/common/cmake/GetSystemVersion.cmake
But if I include it in the if-else chain, then I get another error later in cmake, please find below.
could you please help me in this?
best
Stating compilation
System-specific folder name: Mac
Subsystem-specific folder name: 10.10
Set CMAKE_BUILD_TYPE to Release
CMAKE_BUILD_TYPE=Release
SDK: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
Deployment target: 10.10
Common output dir: /Users/admin/Downloads/camb-master/camb/src/build/dist/Mac/10.10
Indigo
System-specific folder name: Mac
Subsystem-specific folder name: 10.10
CMAKE_BUILD_TYPE=Release
SDK: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
Deployment target: 10.10
Common output dir: /Users/admin/Downloads/camb-master/camb/src/build/dist/Mac/10.10
Using local ZLib library
Indigo version is 1.1.10
Indigo-inchi
System-specific folder name: Mac
Subsystem-specific folder name: 10.10
CMAKE_BUILD_TYPE=Release
SDK: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
Deployment target: 10.10
Common output dir: /Users/admin/Downloads/camb-master/camb/src/build/dist/Mac/10.10
Indigo-renderer
System-specific folder name: Mac
Subsystem-specific folder name: 10.10
CMAKE_BUILD_TYPE=Release
SDK: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
Deployment target: 10.10
Common output dir: /Users/admin/Downloads/camb-master/camb/src/build/dist/Mac/10.10
Using local LibPNG library
Using local Pixman library
Using local Cairo library
System-specific folder name: Mac
Subsystem-specific folder name: 10.10
ERROR: Framework ApplicationServices not foundERROR: Framework ApplicationServices not found
Configuring done
Dear developers,
the current build fails on Mac El Capitan 10.11.6 (15G1108) with the error message: Unsupported DARWIN_VERSION: 15
I managed to find that this version is not handled in src/common/cmake/GetSystemVersion.cmake
But if I include it in the if-else chain, then I get another error later in cmake, please find below. could you please help me in this?
best