-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
DC=... can't find alternative D compilers #133
Comments
You need to turn that around: |
No, have seen nothing documented. I'm used to such things being defined after the command (e.g. Thanks for the quick response! |
Compiling using ldmd2 or gdmd falls over, however:
|
Hm, both seem to be bugs of those compilers, although it's hard to judge for the LDC case. Can you file bug reports against those? Hopefully the maintainers will be willing to reduce the test case if required. |
|
The GDC devs are aware of the issue, it was flagged in a different context by another user. |
The LDC error is also a bug, now fixed: ldc-developers/ldc#454. So I think we can close this. |
I'm trying to build dub from git-HEAD source on an Ubuntu 13.10 system that has all 3 D compilers installed. Just running
build.sh
works fine (DMD is auto-detected and the library compiles), but running it with theDC=...
option fails:The text was updated successfully, but these errors were encountered: