-
Notifications
You must be signed in to change notification settings - Fork 3.7k
LLVM version error during EOS install #2998
Comments
@bladexxv EOS.IO requires LLVM 4 to compile successfully. brew remove --force llvm To verify the LLVM install after running the build script you can run: $ /usr/local/bin/llvm-config --has-rtti --version |
Hi @pacificcode It worked out by adding '' to LLVM@4 dir as |
not work, problem still exist |
CleanFirst off, make sure you clean your build folder by running PullThen, pull the latest updates: git pull
git submodule update --init --recursive Install LLVM 4Follow instructions from #43 to make sure you have the correct version of llvm (which is 4) and you have set the BuildRun |
Hi, |
Hi,
I came across LLVM error while installing EOS. EOS requires LLVM 4.x, while Homebrew provides 6.x for Mac OSX HighSierra. I do export the LLVM_DIR and it does not work. When I use homebrew to check LLVM info, it shows only LLVM 6.0, while LLVM 4.x is another package LLVM@4.
Error message:
The text was updated successfully, but these errors were encountered: