Changes between Initial Version and Version 1 of Ticket #71061, comment 3


Ignore:
Timestamp:
Oct 10, 2024, 8:47:37 AM (6 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71061, comment 3

    initial v1  
    22Apparently something scary is done during migration after upgrade to another OS version.
    33I had to remove from .zshrc lines
    4 ```
     4{{{
    55export CPLUS_INCLUDE_PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
    66export LIBRARY_PATH=$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
    7 ```
     7}}}
    88that 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.
    99