digitalmars.D.dwt - dwt-win on dmd 1.047 or later?
- torhu <no spam.invalid> Nov 07 2009
- Frank Benoit <keinfarbton googlemail.com> Nov 07 2009
- torhu <no spam.invalid> Nov 07 2009
- Frank Benoit <keinfarbton googlemail.com> Nov 08 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.
Nov 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.
Nov 07 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.
Nov 07 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
Nov 08 2009








Frank Benoit <keinfarbton googlemail.com>