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


Ignore:
Timestamp:
Sep 29, 2023, 8:41:56 AM (12 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68274, comment 3

    initial v1  
    1 Ran into the same issue. The root cause for me is that it somehow picks the system clang compiler. I see this in the log file:\\
    2 \\
    3 configure:5103: result: x86_64-apple-darwin23.0.0\\
    4 configure:6372: checking for C compiler version \\
    5 configure:6381: /usr/bin/clang --version >&5 \\
    6 Apple clang version 15.0.0 (clang-1500.0.40.1) \\
    7 Target: x86_64-apple-darwin23.0.0 \\
    8 Thread model: posix \\
    9 \\
    10 Which is strange, since I did install the clang-14 and I did do a port select clang mp-clang-14.\\
     1Ran into the same issue. The root cause for me is that it somehow picks the system clang compiler. I see this in the log file:
    112
    12 @Georges-MacBook-Pro-5 ~ % which clang\\
    13 /opt/local/bin/clang\\
    14 \\
     3{{{
     4configure:5103: result: x86_64-apple-darwin23.0.0
     5configure:6372: checking for C compiler version
     6configure:6381: /usr/bin/clang --version >&5
     7Apple clang version 15.0.0 (clang-1500.0.40.1)
     8Target: x86_64-apple-darwin23.0.0
     9Thread model: posix
     10}}}
     11
     12Which is strange, since I did install the clang-14 and I did do a port select clang mp-clang-14.
     13
     14{{{
     15@Georges-MacBook-Pro-5 ~ % which clang
     16/opt/local/bin/clang
     17}}}
     18
    1519I did try installing emacs-devel as well. That port does pick the correct clang executable, but requires libgccjit, which I don't know how to install.