[MacPorts] #67072: cmake-bootstrap @3.9.6: Cannot find appropriate C compiler on this system.
MacPorts
noreply at macports.org
Sun Sep 29 09:32:25 UTC 2024
#67072: cmake-bootstrap @3.9.6: Cannot find appropriate C compiler on this system.
------------------------------+---------------------------
Reporter: ryandesign | Owner: kencu
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: fixed | Keywords: arm64 ventura
Port: cmake-bootstrap |
------------------------------+---------------------------
Comment (by amadeus24):
Changed line 6 in cmake root tree the Source/cmStandardLexer.h
Downloaded version:
{{{
#include "cmConfigure.h" // IWYU pragma: keep */
}}}
Changed, by capturing the absolute path:
{{{
#include "/opt/local/var/macports/build/_opt_local-
new_var_macports_sources_rsync.macports
.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-
bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmConfigure.h" // IWYU pragma:
keep
}}}
It's not the elegant way, but gmake was then running successful.
--
Ticket URL: <https://trac.macports.org/ticket/67072#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list