www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - DWT build error function tango.io.FileSystem.FileSystem.toAbsolute is

reply tuanhoanganh <hatuan05 gmail.com> writes:
I am a newbie of D language and DWT.
When i build DWT (lastest hg) and D language 1.0.65 i have a error
"...\dwt-win\dwt\dwthelper\File.d(80): Error: function
tango.io.FileSystem.FileSystem.toAbsolute is deprecated"
How to fix it?
Thank in advance

Tuan Hoang Anh
Nov 02 2010
next sibling parent Jacob Carlborg <doob me.com> writes:
On 2010-11-03 07:39, tuanhoanganh wrote:
 I am a newbie of D language and DWT.
 When i build DWT (lastest hg) and D language 1.0.65 i have a error
 "...\dwt-win\dwt\dwthelper\File.d(80): Error: function
 tango.io.FileSystem.FileSystem.toAbsolute is deprecated"
 How to fix it?
 Thank in advance

 Tuan Hoang Anh
I guess I'll have to update DWT. -- /Jacob Carlborg
Nov 03 2010
prev sibling parent torhu <no spam.invalid> writes:
On 03.11.2010 07:39, tuanhoanganh wrote:
 I am a newbie of D language and DWT.
 When i build DWT (lastest hg) and D language 1.0.65 i have a error
 "...\dwt-win\dwt\dwthelper\File.d(80): Error: function
 tango.io.FileSystem.FileSystem.toAbsolute is deprecated"
 How to fix it?
 Thank in advance
Just build with the -d switch.
Nov 04 2010