Thread overview
DWT failed to build
Mar 10, 2009
Mike James
Mar 11, 2009
Frank Benoit
Mar 11, 2009
Frank Benoit
Mar 11, 2009
Mike James
Mar 11, 2009
Mike James
March 10, 2009
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=-

March 11, 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=-
> 

yes, i can confirm that tango rev 4405 does cause these problems. The tango rev 4322 worked. I will look to fix it.
March 11, 2009
it is fixed now.
March 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=-
> > 
> 
> yes, i can confirm that tango rev 4405 does cause these problems. The tango rev 4322 worked. I will look to fix it.

Thanks.

regards,
-=mike=-
March 11, 2009
Frank Benoit Wrote:

> it is fixed now.

I've downloaded the latest DWT and used dsss to build - at the end it came up with the following error:

Error: /PAGESIZE:512 is too small
Command c:\dsss\bin\rebuild.exe returned with code -1, aborting.
Error: Command failed, aborting.

Is this the same problem as Simen Haugens?

regards,

-=mike=-