Changes between Initial Version and Version 1 of Ticket #70750, comment 92


Ignore:
Timestamp:
Sep 24, 2024, 6:54:21 AM (2 weeks ago)
Author:
lcvisser (Ludo Visser)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70750, comment 92

    initial v1  
    55> As your `clang --version` output shows, you are using Xcode, not the CLTs. If you `export DEVELOPER_DIR=/Library/Developer/CommandLineTools` before trying the example, you should reproduce the issue. This happens because /usr/bin/clang is a shim that finds and runs the real compiler based on your settings.
    66
    7 Ah, yes, you're right. With the DEVELOPER_DIR I can reproduce it with the example. Thanks!
     7Ah, yes, you're right. With the DEVELOPER_DIR I can reproduce it with the example, I overlooked that part. Thanks!