[MacPorts] #69812: cmake-bootstrap @3.9.6 does not compile under rosetta2
MacPorts
noreply at macports.org
Sat Jun 8 00:02:34 UTC 2024
#69812: cmake-bootstrap @3.9.6 does not compile under rosetta2
------------------------------+--------------------
Reporter: lukaso | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: cmake-bootstrap |
------------------------------+--------------------
Comment (by ryandesign):
What executable? In comment:11 it says it can't find the <iostream.h>
header, which is probably correct, since the header is
[https://stackoverflow.com/questions/2976477/difference-between-iostream-
and-iostream-h called <iostream>] in modern systems. We'd need to see the
contents of temp.cpp but maybe its purpose is to discover what the name of
the iostream header is on your system.
And in comment:13 it gives errors about an argument that is definitely not
known to clang, so temp.cxx is probably designed to test whether the
compiler supports this flag and it has correctly determined that it does
not.
So errors these are not bugs; these errors are the configure script
working as intended.
--
Ticket URL: <https://trac.macports.org/ticket/69812#comment:14>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list