Closed khyperia closed 11 years ago
I resolved the problem by using the following command to install the package -
C:\Users\Evan> cabal install llvm-general --extra-include-dirs=C:\Users\Evan\llvm\build\include --extra-include-dirs=C:\Users\Evan\llvm\include
(If someone else happens across this post, replace "C:\Users\Evan\llvm \build" of the first include with the build directory, and "C:\Users\Evan\llvm" of the second with the SVN unpack location)
Also, I was just informed that the problem was probably that I did not run "make install" in the llvm build directory. Try this first before doing the above solution.
I built LLVM with MinGW, added the LLVM bin directory to my PATH, then attempted to install llvm-general. Please let me know what information you need or if I should try anything, I'm unsure of all what you need. Here is the cabal log for installing llvm-general.