Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling on Mac OS X not working #21

Open
ghost opened this issue Dec 14, 2018 · 1 comment
Open

Compiling on Mac OS X not working #21

ghost opened this issue Dec 14, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 14, 2018

I am not sure if may I misunderstood something, as I don't do this often, but when I try compiling cmake works, but when I try calling make is fatally errors. The error it gives is below.

[  3%] Built target bin2c
[  5%] Building CXX object build/CMakeFiles/llvm-lua_dynamic.dir/LLVMCompiler.o
/Users/coderboy14/Desktop/tests/tools/llvm-lua/llvm-lua/LLVMCompiler.cpp:25:10: fatal error: 'llvm/LLVMContext.h' file not found
#include "llvm/LLVMContext.h"
         ^~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [build/CMakeFiles/llvm-lua_dynamic.dir/LLVMCompiler.o] Error 1
make[1]: *** [build/CMakeFiles/llvm-lua_dynamic.dir/all] Error 2
make: *** [all] Error 2

I installed cmake via home-brew, and as I said, that works. This doesn't however. I am trying to Debug build type, hoping it would give more information, but alas, it didn't.

@AsynchronousAI
Copy link

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant