Source build: llvmunwind should be compiled after llvm #45379
Labels
building
Build system, or building Julia or its dependencies
external dependencies
Involves LLVM, OpenBLAS, or other linked libraries
system:mac
Affects only macOS
This was first reported in a comment in this PR: #45189 (comment)
I'm creating its own issue, now that the PR is merged.
I'm building from master source on macOS (
make USE_BINARYBUILDER=0 VERBOSE=1 CFLAGS='-Wno-implicit-function-declaration'
; CFLAGS is there to avoid this other bug: #45200)I get:
because it's trying to build llvmunwind before it's built llvm, and therefore
llvm-config
cannot be found. There needs to be something in the makefiles that enforces that, and there isn't.The text was updated successfully, but these errors were encountered: