<div class="gmail_quote">On Wed, Jun 8, 2011 at 11:54 AM, Fabian <span dir="ltr"><<a href="mailto:contact-fab@freenet.de">contact-fab@freenet.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi<br>
I'm trying to install DWT2 to create GUI applications with D.<br>
I have downloaded DWT2 with TortoiseHg already and I've installed Ruby and Rake. But when I try to build the packages I get the following error message:<br>
<br>
<a href="http://imageshack.us/photo/my-images/62/dwt2error.png/" target="_blank">http://imageshack.us/photo/my-images/62/dwt2error.png/</a><br>
<br>
Is there anybody who can help me?<br>
I believe it's possible to use DWT2 and Tango - isn't it?<br></blockquote><div><br></div><div>It's called DWT2 because it's a port of the existing DWT code to D2. Tango is a replacement standard library for D1, so no, they can't really be used together.</div>

<div>I'm not sure about the state of DWT1, but it should be fairly stable, even if it hasn't been worked on recently.</div><div><br></div><div>As an overview, D1 originally had Phobos as the standard library, but it wasn't that great, so an independent team built Tango as a replacement. Tango hasn't ever officially shipped with DMD, the reference compiler, but it's pretty much become the standard for D1 (with a few exceptions and attempts to reconcile it with Phobos).</div>

<div>Nowadays, we have D2 and Phobos2 (which is generally just called Phobos). There's an ongoing project to port Tango to D2 as well, and Druntime, the runtime library, has been separated from Phobos2 to hopefully make Tango and Phobos2 coexist if/when that D2 port is completed (back in D1, Phobos and Tango both included their own runtimes, so you couldn't use both at the same time). In the meantime, Phobos2 far better than Phobos1, and Andrei has been leading its development.</div>

<div><br></div><div>"Learn to Tango with D" obviously refers to D1/Tango</div><div>"The D Programming Language" refers to D2/Phobos2</div><div><br></div><div>Hopefully that makes everything a bit clearer.</div>

</div><br>