Skip to content

Instantly share code, notes, and snippets.

@vjdhama
Created September 25, 2015 09:22
Show Gist options
  • Save vjdhama/a53e22f5a616e0a1330e to your computer and use it in GitHub Desktop.
Save vjdhama/a53e22f5a616e0a1330e to your computer and use it in GitHub Desktop.
$ 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