Created
September 25, 2015 09:22
-
-
Save vjdhama/a53e22f5a616e0a1330e 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
$ make clean crystal | |
rm -rf .build | |
rm -rf ./doc | |
rm -rf src/llvm/ext/llvm_ext.o | |
c++ -c -o src/llvm/ext/llvm_ext.o src/llvm/ext/llvm_ext.cc ` --cxxflags` | |
/bin/bash: --cxxflags: command not found | |
src/llvm/ext/llvm_ext.cc:1:10: fatal error: 'llvm-c/Core.h' file not found | |
#include <llvm-c/Core.h> | |
^ | |
1 error generated. | |
make: *** [src/llvm/ext/llvm_ext.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment