Ubuntu packages for DMD 1.028 and Tango 0.99.6 Jeff
Ok so here’s a short update: We now have a new set of packages issued for DMD 1.028, Tango 0.99.6 (Jeff) as well as Tangobos SVN release 58.
A major change is that DMD no longer comes bundled with Phobos; if you want Phobos functionality then install Tangobos (or use the GDC+Phobos packages in the Ubuntu repos - but I don’t recommend that).
Just for convenience here is the article with information about our repository at the Tango website.
Enjoy (and tell me is something is wrong please)!
Enjoyed this post?, why not subscribe to the RSS feed!
May 8th, 2008 at 9:02 am
Thanks for your work!!
and waiting for debian packages!
May 8th, 2008 at 9:06 am
Ok, I uploaded them also on my website now. Sorry about the delay…
May 8th, 2008 at 9:12 am
Thanks again for your work!
May 8th, 2008 at 10:36 am
You’re welcome LMZ.
By the way everybody… check this out!
May 8th, 2008 at 1:36 pm
Installed in ubuntu hardy without problems. But now dmd do not compile code that was compiled with dmd+phobos (previous version).
the code:
import std.stdio: writefln;
import std.c.time;
double myclock() {
return clock()/cast(double)CLOCKS_PER_SEC;
}
void main() {
alias int Ty;
auto a = new Ty[10000];
const uint NLOOP = 2000;
auto t = myclock();
for (uint i; i 1) {
Ty tmp;
size_t lo = 0;
size_t hi = a.length - 1;
for (; lo
May 8th, 2008 at 1:37 pm
Hmm, did you try installing Tangobos? Btw, your code sample didn’t quite make it in the comment. Not sure why…
May 8th, 2008 at 1:44 pm
My reply was cut out :-/
As I said….
the code:
http://codepad.org/dgqbzotW
I’ve installed ‘dmd-tangobos’ and ‘dmd-tango’ packages.
Any idea?
Thanks a lot for these packages Valeriu!