Available D2 implementation on Windows besides DMD?

Daniel Gibson metalcaedes at gmail.com
Fri Jun 10 02:25:21 PDT 2011


Am 10.06.2011 11:22, schrieb Victor T.:
> Daniel Gibson <metalcaedes at gmail.com> wrote in
> news:issm47$10ia$4 at digitalmars.com: 
> 
>>
>> Are you aware that the new official GDC page is
>> https://bitbucket.org/goshawk/gdc/wiki/Home ?
>> The download page contains snapshots for D2 on windows (and maybe D1
>> as well).
>>
>> Cheers,
>> - Daniel
>>
> 
> Yes that was the page I was talking about. Specifically, the precompiled 
> binaries here:
> 
> https://bitbucket.org/goshawk/gdc/downloads
> 
> It appears to work with version 1 of the D language spec. For example, 
> when I compile the following under gdc I get an error that writeln is 
> undefined:
> 
>   import std.stdio;
> 
>   void main()
>   {
>       writeln("quicktest\n");
>   }
> 
> However, changing it to writefln compiles and runs fine. Additionally, I 
> also tried passing in -fversion=2 to gdc to which it complains it's 
> invalid.
> 
> So it would appear the precompiled binaries made available do not support 
> D2.

Strange. I haven't got a windows box, but in the archive there's also a
libphobos2 and include/ also contains a d2 dir, so I thought D2 was
supported.


More information about the Digitalmars-d mailing list