Thread overview
dwt-win on dmd 1.047 or later?
Nov 07, 2009
torhu
Nov 07, 2009
Frank Benoit
Nov 08, 2009
torhu
Nov 08, 2009
Frank Benoit
November 07, 2009
Has anyone successfully built dwt-win (r339) with dmd 1.047 or later? I've tried all version from 1.047 through 1.051, but only run into new compiler bugs.
November 07, 2009
torhu schrieb:
> Has anyone successfully built dwt-win (r339) with dmd 1.047 or later? I've tried all version from 1.047 through 1.051, but only run into new compiler bugs.

If you are willing to supply a patch, that would be great.
November 08, 2009
On 08.11.2009 00:52, Frank Benoit wrote:
> If you are willing to supply a patch, that would be great.

Seems it's only dmd not allowing functions to return something when their return type is void.

I posted a patch here:
http://dsource.org/projects/dwt/ticket/21

I suppose this goes for dwt2 too, but I haven't checked.
November 08, 2009
torhu schrieb:
> On 08.11.2009 00:52, Frank Benoit wrote:
>> If you are willing to supply a patch, that would be great.
> 
> Seems it's only dmd not allowing functions to return something when their return type is void.
> 
> I posted a patch here: http://dsource.org/projects/dwt/ticket/21
> 
> I suppose this goes for dwt2 too, but I haven't checked.

Thanks