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

llvm-config error #22

Open
luc-wallace opened this issue Nov 4, 2024 · 1 comment
Open

llvm-config error #22

luc-wallace opened this issue Nov 4, 2024 · 1 comment

Comments

@luc-wallace
Copy link

I have installed LLVM 17 on my system, but when I try and build my project with the library I get the following error from setup.exe :

Error: setup.exe: 'C:\Program Files\LLVM\bin\llvm-config.exe' exited with an
error:
llvm-config: error: LLVM-17git.dll is missing

I have tried LLVM installations from different sources but can't get this to work. Any ideas?

@luc-tielen
Copy link
Owner

Hey @luc-wallace 👋.

I haven't used windows in years but check the following things:

  • is that dll somewhere on your system (it should be after installing llvm17)
  • is the directory the dll is in on your "$PATH" (idk what it's called in windows anymore 😅). Add it to the system path if not and try running the command again.

Try those things first, if those are both ok, then it's something in the Setup.hs of this repo that we need to change. Let me know how it goes!

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

2 participants