Am 10.06.2011 11:22, schrieb Victor T.: > Daniel Gibson <[email protected]> wrote in > news:[email protected]: > >> >> 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.
