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

Compilation issues #31

Open
jelenakomljenovic opened this issue May 22, 2023 · 3 comments
Open

Compilation issues #31

jelenakomljenovic opened this issue May 22, 2023 · 3 comments

Comments

@jelenakomljenovic
Copy link

Hello,
When I clone this code and compile it, I get the following error:

LINK : fatal error LNK1104: cannot open file 'LLVM.lib'
Error: linker exited with status 1104
Error C:\D\dmd2\windows\bin64\dmd.exe failed with exit code 1.

I use ldc2, version: 1.33.0-beta1.

@LunaTheFoxgirl
Copy link
Contributor

You need the LLVM static library files which you can find here https://releases.llvm.org/download.html

@jelenakomljenovic
Copy link
Author

jelenakomljenovic commented May 22, 2023 via email

@LunaTheFoxgirl
Copy link
Contributor

Either add the .lib as a source file in the dub file or put the .lib in to the sources directory

See: https://dub.pm/package-format-json.html#build-settings

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