Compilation from source on macOS fails in libuv #45200
Labels
building
Build system, or building Julia or its dependencies
external dependencies
Involves LLVM, OpenBLAS, or other linked libraries
system:mac
Affects only macOS
Running
make USE_BINARYBUILDER=0 VERBOSE=1
on macOS 12 on julia master gives:The code in question is:
but
execvpe
is not available on macOS. I suppose either the code should be fixed, or be compiled with-Wno-implicit-function-declaration
on compilers that enable it by default (clang).The text was updated successfully, but these errors were encountered: