Created
August 5, 2016 03:28
-
-
Save kofno/7ec74e7855bbb521ea6796a167e8f603 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error in /usr/local/Cellar/crystal-lang/0.18.7_1/src/llvm/lib_llvm.cr:3: expanding macro | |
{% begin %} | |
^ | |
in /usr/local/Cellar/crystal-lang/0.18.7_1/src/llvm/lib_llvm.cr:5: error executing command: command -v llvm-config-3.8 || command -v llvm-config38 || (command -v llvm-config > /dev/null && (case "$(llvm-config --version)" in 3.8*) command -v llvm-config;; *) false;; esac)) || command -v llvm-config-3.6 || command -v llvm-config36 || command -v llvm-config-3.5 || command -v llvm-config35 || command -v llvm-config , got exit status 1 | |
LLVM_CONFIG = {{`command -v llvm-config-3.8 || command -v llvm-config38 || (command -v llvm-config > /dev/null && (case "$(llvm-config --version)" in 3.8*) command -v llvm-config;; *) false;; esac)) || command -v llvm-config-3.6 || command -v llvm-config36 || command -v llvm-config-3.5 || command -v llvm-config35 || command -v llvm-config `.chomp.stringify}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment