digitalmars.D.dwt - dwt-win on dmd 1.047 or later?
- torhu (3/3) Nov 07 2009 Has anyone successfully built dwt-win (r339) with dmd 1.047 or later?
- Frank Benoit (2/5) Nov 07 2009 If you are willing to supply a patch, that would be great.
- torhu (6/7) Nov 07 2009 Seems it's only dmd not allowing functions to return something when
- Frank Benoit (2/12) Nov 08 2009 Thanks
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:ThanksIf 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 08 2009