Changes between Initial Version and Version 1 of Ticket #71061, comment 3
- Timestamp:
- Oct 10, 2024, 8:47:37 AM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71061, comment 3
initial v1 2 2 Apparently something scary is done during migration after upgrade to another OS version. 3 3 I had to remove from .zshrc lines 4 ``` 4 {{{ 5 5 export CPLUS_INCLUDE_PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 6 6 export LIBRARY_PATH=$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib 7 ``` 7 }}} 8 8 that alone did not solve the problem so I removed xcode-command line tools and reinstalled them again, next back and fort selected not command line tools folder but Xcode.app/ , removed symlink to SDK 14.4 changed to 14.5 and then first simple test program compiled without errors and later cmake and clang and llvm went without problem. I have no idea what was wrong. 9 9