-
Notifications
You must be signed in to change notification settings - Fork 34
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
Trying to build llvm bindings for legacy code #77
Comments
I'd suggest trying to port Hydra to use LLVM-General rather than llvm/llvm-base, as a more effective use of your time. There may be ways to travel "back in time", but you'll be putting yourself in a configuration that doesn't have anyone actively supporting it. In contrast, if you can migrate hydra to llvm-general, it'll become accessible to a lot more people! |
I realize this may not be the answer you were hoping to hear, but if upstream support while trying to get hydra in shape to play with matters, llvm-general is the way to role (and that would be REALLY AWESOME too) |
I do realize that this is the way to go in the long term. However, it would be really useful to have a running version of Hydra to try out before venturing into such port (although it would lessen the motivation for doing so). The llvm bindings are used quite a bit throughout Hydra and my understanding of what is happening inside Hydra is far from complete. Thanks for the quick answer though. At least now I have another opinion for supporting such venture. It's either that or I'll try to do a Hydra rewrite. |
I am working on a fork of llvm-base/llvm, namely llvm-ffi/llvm-tf that is closer to the original project than llvm-general. It may be easier to adapt Hydra to that. The main difference to the original project is that I use type families rather than functional dependencies, especially I use the |
Then I'll hope that I'll get around at giving this pet project of mine another try soon. |
Yesterday I released the two packages: |
Hi, as part of a free time project I've tried and failed multiple times to get this project to build. I'm stuck at getting these llvm bindings to build. I gave up trying to get llvm-0.10.0.1 to build (the actual dependency). it seemed just to old.
The last couple of tries I've tried to get llvm-3.2.0.2 to build. At least now I can use Vagrant to get an environment that is more likely to work, Currently "precise32". So I have installed llvm 2.9 and clang 2.9 with apt-get. At least that worked now. But when I try to build llvm-3.2.0.2 llvm-base-3.2.0.2 complains about missing c headers (Core.h, Linker.h). I've managed to hack myself past some such problems but there are always new ones. Seems there is some version discrepancy.
Most preferably I would get llvm-0.10.0.1 to build though.
Does anyone have any pointers for getting at least one of the versions of the llvm bindings to build on an ubuntu machine (precise pangolin or other - I'm using Vagrant so I can easily change)? What version of build tools do I need (g++/gcc)? Any recommendations?
The text was updated successfully, but these errors were encountered: