Problem: build_osx.sh hangs
bentxt opened this issue · 1 comments
bentxt commented
Hi
the ./build_osx.sh progress halts and cmake shows no activity. I try to run cmake in verbose mode and this is what I get and where it ends
[...]
usr/local/Cellar/cmake/3.29.1/share/cmake/Modules/CMakeDetermineCompilerId.cmake(701): configure_file(/usr/local/Cellar/cmake/3.29.1/share/cmake/Modules/CompilerId/Xcode-3.pbxproj.in /Users/ben/build/lobster/lobster.git/dev/xcode-cmake/CMakeFiles/3.29.1/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj @ONLY )
/usr/local/Cellar/cmake/3.29.1/share/cmake/Modules/CMakeDetermineCompilerId.cmake(703): unset(_ENV_MACOSX_DEPLOYMENT_TARGET )
/usr/local/Cellar/cmake/3.29.1/share/cmake/Modules/CMakeDetermineCompilerId.cmake(704): if(DEFINED ENV{MACOSX_DEPLOYMENT_TARGET} )
/usr/local/Cellar/cmake/3.29.1/share/cmake/Modules/CMakeDetermineCompilerId.cmake(708): execute_process(COMMAND xcodebuild WORKING_DIRECTORY /Users/ben/build/lobster/lobster.git/dev/xcode-cmake/CMakeFiles/3.29.1/CompilerIdC OUTPUT_VARIABLE CMAKE_C_COMPILER_ID_OUTPUT ERROR_VARIABLE CMAKE_C_COMPILER_ID_OUTPUT RESULT_VARIABLE CMAKE_C_COMPILER_ID_RESULT )
bentxt commented
There was an individual problem with my Xcode setup, where I've moved and symlinked some very large Xcode data folders in ~/Library/Developer/... and /Library/Developer to an external mobile drive. Those links where broken ...