-
Notifications
You must be signed in to change notification settings - Fork 9
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
Linker error #71
Comments
It looks like a problem with your D setup. How did you install DMD, and what version is it? |
Installed DMD32 D Compiler v2.080.0 via Windows installer on dlang.org main page ( |
Sorry, I can't reproduce this with 2.080.0. You could try reinstalling D, clearing the Dub cache, building with -m32mscoff or -m64, or trying on a fresh Windows VM or user account. |
Also having linker error, but different.
When I'm trying to build with --arch=x86_64 os --arch=x86_mscoff, it gives me another error:
Upd: Reinstalling dmd really did help! |
How are you building, dub or rdmd? Whichever it is, try the other one. Also please specify D version. Have you tried
That's because MS libraries aren't set up for you. |
I built digger via dub build digger with dmd 2.080.0 |
I get this linker error:
when performing the Dlang bot's recommendation
I checked other issues, #37 made me try using
-debug
, but it didn't help.The text was updated successfully, but these errors were encountered: