-
Notifications
You must be signed in to change notification settings - Fork 3.8k
EOS build failed on macOS High Sierra 10.13.2 #1026
Comments
Should we installed llvm manually? |
It was fixed by: |
@heifner can you check with bill (I don't know his github handle) to see if this issue is resolved in |
@pacificcode Please verify this is fixed with your changes to the mac build. |
After installed llvm@4 and uninstalled llvm v6.0.0, I have to export LLVM_DIR
|
@jmiddleton exporting the LLVM_DIR will work but you should not have to do that If brew creates its sym links to /usr/local/bin successfully. If not then this will get you what you need. brew unlink llvm@4 && brew link --force llvm@4 the eosio_build.sh script also does this for you when installing llvm@4. |
CMake Error at libraries/wasm-jit/Source/Runtime/CMakeLists.txt:26 (find_package):
Could not find a configuration file for package "LLVM" that is compatible
with requested version "4.0".
» uname -an
Darwin liujd 17.3.0 Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 x86_64 i386 MacBookPro10,1 Darwin
The text was updated successfully, but these errors were encountered: