-
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
_D2ae5utils4sini link error #37
Comments
It's this bug: https://issues.dlang.org/show_bug.cgi?id=15985 Workaround: build with |
not just windows: OSX also |
I can reproduce it on Linux x86_64 with 2.071.2 & 2.072.0 too. |
FYI @CyberShadow I see that you updated the install instructions to |
Thanks, added |
Don't show stack traces for usage errors in debug builds, as non-technical users find them unsightly. Debug builds are produced by default by Dub and sometimes are needed to work around compiler bugs (e.g. CyberShadow/Digger#37). Hopefully the try/catch clause does not affect debugability of applications; otherwise, this change will be reverted. Partially fixes CyberShadow/Digger#81.
Just build the latest version (ff1be21) and got the following linker error with dmd 2.070.2 and 2.071.0.
The text was updated successfully, but these errors were encountered: