-
Notifications
You must be signed in to change notification settings - Fork 2
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
Not Able To build this project #1
Comments
"parser.h" is a symlink that should have been created by the CMake script: Line 32 in 745aa7a
I'm not sure why that didn't work. In any case, I don't think this project still builds with modern versions of LLVM. |
Any continued interest in porting this to a more recent LLVM? I've updated the library paths, but I still get the following error (first of many)
|
I've got no immediate plans for updating this to newer LLVM versions -- I'd gladly accept PRs, however! |
Do you happen to remember what version of llvm you used to develop? |
At the time of the last commit LLVM 3.0 was the latest version, so it should probably work with it. |
After running make command following Error is thrown while building this project
Making all in src
make[1]: Entering directory '/home/sir/llvm_proj/aplc-master/build/src'
make[1]: *** No rule to make target 'parser.h', needed by 'all'. Stop.
make[1]: Leaving directory '/home/sir/llvm_proj/aplc-master/build/src'
Makefile:343: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
The text was updated successfully, but these errors were encountered: