Open
Description
Version
22.x
Platform
Darwin Kernel Version 24.4.0
Subsystem
No response
What steps will reproduce the bug?
On a brand new Mac, following the BUILDING.md steps, specifically
To build Node.js:
export CXX=g++-12
•/configure
make -j4
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
It should compile successfully by following the BUILDING.md steps.
If I skip the export CXX=g++-12
command, it compiles successfully.
Maybe it is a documentation error, or a dependency step that is not working as expected in the latest Mac versions
What do you see instead?
An error:
cc1plus: error: '-Werror=undefined-inline': no option '-Wundefined-inline'; did you mean '-Wundefined-do-loop'?
Additional information
No response