digitalmars.D.dwt - Problem building DWT-Win
- Mike James (11/11) Apr 01 2009 Hi,
- davidl (4/19) Apr 01 2009 try build with -version=TANGOSVN
- Frank Benoit (5/31) Apr 01 2009 This was changed two weeks ago
- negerns (11/26) May 27 2009 I am having trouble trying to compile DWT 3.4.1 using dsss 0.78, dmd
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> 写道: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". FrankHi, 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
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