-
Notifications
You must be signed in to change notification settings - Fork 37
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
build fails with current beta dmd (Fedora 21, 64 bit) #33
Comments
No, not really. Looks like another regression in DMD. Would nice if you could report it in bugzilla. |
|
The current version builds for you on regular dmd? I am pretty sure it does not do so for me, but it was a few weeks ago that I checked. What is your build environment? |
|
Yes, it builds with DMD 2.066.1, which is the latest version. I'm using OS X. It should build on Linux as well, since I fairly recently got a pull request jacob-carlborg/mambo#3 to fix that 😉 Make sure you're using v0.1.1 and run |
|
I tried DMD 2.067.0-b1 and it doesn't compile. I filed a bug report: https://issues.dlang.org/show_bug.cgi?id=13934 |
|
It does not make much sense to put in effort into 2.067 beta as it has been abandoned ages ago and will likely be restarted from more recent master again once someone starts taking care of it again. |
|
Thanks for coming back. I downgraded my dmd as Dicebot suggested and am using a different machine now in case problem of local origin. Trouble with clang build (error here, Andersbakken/rtags#204 but the fix didn't work for me) so I used the Fedora 21 distributed clang. I now have a problem at link stage with tango. Target tango 1.0.0+2.066 is up to date. Use --force to rebuild. |
|
Hmm, I don't know. It seems to be some problem with a symbol in |
|
@Laeeth BTW, it looks like you didin't use |
|
Hi. I had tried using --force. I am afraid I hadn't seen there were binaries available - my oversight. Works fine for me, and I don't need to build from source now. So I very much appreciate both your building this very useful tool, and your help recently. Laeeth. |
|
Good, no worries 😃 |
Any thoughts ?
tango.io.FileScan is deprecated. Please use tango.io.FilePath.toList or tango.io.vfs.* instead.
tango.math.BigInt is deprecated. Please use std.bigint instead.
../../../../root/.dub/packages/tango-1.0.0_2.066/tango/text/Regex.d(3781): Error: delegate dg (ref RegExpT!char) is not callable using argument types (RegExpT!char)
../../../../root/.dub/packages/tango-1.0.0_2.066/tango/text/Regex.d(4430): Error: template instance tango.text.Regex.RegExpT!char error instantiating
FAIL ../../../../root/.dub/packages/tango-1.0.0_2.066/.dub/build/static-debug-linux.posix-x86_64-dmd_2067-B138A764702A26D0FF777ECD4971FB9F/ tango staticLibrary
Error executing command run: dmd failed with exit code 1.
The text was updated successfully, but these errors were encountered: