Available D2 implementation on Windows besides DMD?

Victor T. gmane.greatwolf at mamber.net
Fri Jun 10 02:22:19 PDT 2011


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.


More information about the Digitalmars-d mailing list