Build v3.03 released

Anders F Björklund afb at algonet.se
Thu Sep 21 01:46:27 PDT 2006


Derek Parnell wrote:

> Release 3.03 (build #2371) is now available 20 Sep 2006 
> URL: http://www.dsource.org/projects/build 
[...]
> ** ENH The utility now supports the import syntax that was introduced with
> DMD v0.163. 

Seems that it needs GDC 0.20 (DMD 0.163+) to compile ? :-(

# make -f Makefile.gdc

util/fdt.d:69: ';' expected
util/fdt.d:69: no identifier for declarator std.c.windows.windows
util/fdt.d:70: ';' expected
util/fdt.d:70: no identifier for declarator std.c.linux.linux
util/fdt.d:71: ';' expected
util/fdt.d:71: no identifier for declarator std.c.darwin.darwin
util/fdt.d:72: ';' expected

Old compiler doesn't like those "static import" statements.

--anders

PS. Maybe it should be mentioned that std.c.darwin.darwin
     is deprecated in favor of std.c.unix.unix for all Unix



More information about the Digitalmars-d-announce mailing list