|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.dwt - DWT failed to build
When I try to build the latest version of DWT (downloaded using hg) I get the following errors during the build using dsss: dwt\dwthelper\InflaterInputStream.d(34): function tango.io.device.Conduit.Conduit.load (uint) does not match parameter types (InputStreamWrapper,void[]) dwt\dwthelper\InflaterInputStream.d(34): Error: cannot implicitly convert expression (dst) of type void[] to uint I am using dmd version 1.041, dsss version 0.75 and the latest Tango from the CVS trunk. Has anyone any pointers to the problem? regards, -=mike=- Mar 10 2009
Mike James schrieb:When I try to build the latest version of DWT (downloaded using hg) I get the following errors during the build using dsss: dwt\dwthelper\InflaterInputStream.d(34): function tango.io.device.Conduit.Conduit.load (uint) does not match parameter types (InputStreamWrapper,void[]) dwt\dwthelper\InflaterInputStream.d(34): Error: cannot implicitly convert expression (dst) of type void[] to uint I am using dmd version 1.041, dsss version 0.75 and the latest Tango from the CVS trunk. Has anyone any pointers to the problem? regards, -=mike=- Mar 11 2009
Frank Benoit Wrote:it is fixed now. Mar 11 2009
Frank Benoit Wrote:Mike James schrieb:When I try to build the latest version of DWT (downloaded using hg) I get the following errors during the build using dsss: dwt\dwthelper\InflaterInputStream.d(34): function tango.io.device.Conduit.Conduit.load (uint) does not match parameter types (InputStreamWrapper,void[]) dwt\dwthelper\InflaterInputStream.d(34): Error: cannot implicitly convert expression (dst) of type void[] to uint I am using dmd version 1.041, dsss version 0.75 and the latest Tango from the CVS trunk. Has anyone any pointers to the problem? regards, -=mike=- Mar 11 2009
|