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
In file included from ../deps/icu-small/source/common/putil.cpp:68:
In file included from ../deps/icu-small/source/common/umutex.h:24:
In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/condition_variable:111:
In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__mutex_base:17:
/Library/Developer/CommandLineTools/usr/include/c++/v1/__threading_support:156:1: error: unknown type name 'mach_port_t'
mach_port_t __libcpp_thread_get_port();
^
/Library/Developer/CommandLineTools/usr/include/c++/v1/__threading_support:300:1: error: unknown type name 'mach_port_t'
mach_port_t __libcpp_thread_get_port() {
^
/Library/Developer/CommandLineTools/usr/include/c++/v1/__threading_support:301:12: error: use of undeclared identifier 'pthread_mach_thread_np'
return pthread_mach_thread_np(pthread_self());
^
3 errors generated.
make[1]: *** [/Users/root1/gabrielschulhof/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/putil.o] Error 1
make: *** [node] Error 2
To reproduce:
git clone https://github.com/nodejs/node
cd node
The result:
master is currently at 668bc11.
The text was updated successfully, but these errors were encountered: