digitalmars.D.dwt - Problem building DWT-Win
- Mike James <foo bar.com> Apr 01 2009
- davidl <davidl 126.com> Apr 01 2009
- Frank Benoit <keinfarbton googlemail.com> Apr 01 2009
- negerns <negerns gmail.com> May 27 2009
Hi, I got this error with latest trunk Tango, DMD 1.042 and latest trunk DWT-Win... d dwt\widgets\Widget.d -ofDD-dwt.lib dwt\dwthelper\InflaterInputStream.d(34): Error: function tango.io.device.Conduit .Conduit.load (uint) does not match parameter types (InputStreamWrapper,void[]) dwt\dwthelper\InflaterInputStream.d(34): Error: cannot implicitly convert expres sion (dst) of type void[] to uint Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt-win> Regards, Mike.
Apr 01 2009
在 Wed, 01 Apr 2009 17:44:17 +0800,Mike James <foo bar.com> 写道:Hi, I got this error with latest trunk Tango, DMD 1.042 and latest trunk DWT-Win... d dwt\widgets\Widget.d -ofDD-dwt.lib dwt\dwthelper\InflaterInputStream.d(34): Error: function tango.io.device.Conduit .Conduit.load (uint) does not match parameter types (InputStreamWrapper,void[]) dwt\dwthelper\InflaterInputStream.d(34): Error: cannot implicitly convert expres sion (dst) of type void[] to uint Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt-win> Regards, Mike.
try build with -version=TANGOSVN However, maybe it's time for frank to catch up with tango due to tango release
Apr 01 2009
davidl schrieb:在 Wed, 01 Apr 2009 17:44:17 +0800,Mike James <foo bar.com> 写道:Hi, I got this error with latest trunk Tango, DMD 1.042 and latest trunk DWT-Win... d dwt\widgets\Widget.d -ofDD-dwt.lib dwt\dwthelper\InflaterInputStream.d(34): Error: function tango.io.device.Conduit .Conduit.load (uint) does not match parameter types (InputStreamWrapper,void[]) dwt\dwthelper\InflaterInputStream.d(34): Error: cannot implicitly convert expres sion (dst) of type void[] to uint Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt-win> Regards, Mike.
try build with -version=TANGOSVN However, maybe it's time for frank to catch up with tango due to tango release
This was changed two weeks ago http://hg.dsource.org/projects/dwt-win/rev/ecb375fd8f95 Do an "hg pull" and don't forget the "hg up". Frank
Apr 01 2009
Mike James wrote:Hi, I got this error with latest trunk Tango, DMD 1.042 and latest trunk DWT-Win... d dwt\widgets\Widget.d -ofDD-dwt.lib dwt\dwthelper\InflaterInputStream.d(34): Error: function tango.io.device.Conduit ..Conduit.load (uint) does not match parameter types (InputStreamWrapper,void[]) dwt\dwthelper\InflaterInputStream.d(34): Error: cannot implicitly convert expres sion (dst) of type void[] to uint Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt-win> Regards, Mike.
I am having trouble trying to compile DWT 3.4.1 using dsss 0.78, dmd 1.041 and tango 0.99.8 on Windows Vista SP1. I have edited the dsss-0.78\etc\rebuild\default and dsss-0.78\etc\rebuild\dmd-win-tango. I get the following messages from the console: d:\projects\dmd\dwt-3.4-1\dwt-win>dsss build -full Could not detect versions. Could not detect versions. Could not detect versions. Could not detect versions. dwt => DO-dwt
May 27 2009









Frank Benoit <keinfarbton googlemail.com> 