You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is an error when executing export: CXX=g++-12 on macOS. Without it, it compiles fine. So, we split the step into two caterogies: steps for unix and steps for macOS
Fixes: nodejs#58219
Version
22.x
Platform
Subsystem
No response
What steps will reproduce the bug?
On a brand new Mac, following the BUILDING.md steps, specifically
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:
Additional information
No response
The text was updated successfully, but these errors were encountered: