www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - Failed to build dwt-addons

reply Mike James <foo bar.com> writes:
Hi.

I've tried to build the dwt-addons but get the following error messages:

D:\dwt-addons>dsss build -version=TANGOSVN
WARNING: Section for nonexistant file test.d.
Creating imports for DD-dwtx

dwtx => DD-dwtx
dwtx\sleak\Sleak.d(238): Error: incompatible types for ((line) ~ ("\x0a")): 'Fra
meInfo' and 'char[1u]'
dwtx\sleak\Sleak.d(238): Error: Can only concatenate arrays, not (FrameInfo ~ ch
ar[1u])
Command c:\dsss\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.

D:\dwt-addons>


I am using the latest dwt trunk, dmd 1.041 and Tango trunk. Is this another
problem with the compiler differences?

Regards, Mike.
Mar 22 2009
next sibling parent Frank Benoit <keinfarbton googlemail.com> writes:
Mike James schrieb:
 Hi.
 
 I've tried to build the dwt-addons but get the following error messages:
 
 D:\dwt-addons>dsss build -version=TANGOSVN
 WARNING: Section for nonexistant file test.d.
 Creating imports for DD-dwtx
 
 dwtx => DD-dwtx
 dwtx\sleak\Sleak.d(238): Error: incompatible types for ((line) ~ ("\x0a")):
'Fra
 meInfo' and 'char[1u]'
 dwtx\sleak\Sleak.d(238): Error: Can only concatenate arrays, not (FrameInfo ~
ch
 ar[1u])
 Command c:\dsss\bin\rebuild.exe returned with code 1, aborting.
 Error: Command failed, aborting.
 
 D:\dwt-addons>
 
 
 I am using the latest dwt trunk, dmd 1.041 and Tango trunk. Is this another
problem with the compiler differences?
 
 Regards, Mike.
 
The stacktrace stuff seems to have changed. Please comment out the line to make it compile. I will fix that in near time.
Mar 22 2009
prev sibling parent reply Frank Benoit <keinfarbton googlemail.com> writes:
Mike James schrieb:
 Hi.
 
 I've tried to build the dwt-addons but get the following error messages:
 
 D:\dwt-addons>dsss build -version=TANGOSVN
 WARNING: Section for nonexistant file test.d.
 Creating imports for DD-dwtx
 
 dwtx => DD-dwtx
 dwtx\sleak\Sleak.d(238): Error: incompatible types for ((line) ~ ("\x0a")):
'Fra
 meInfo' and 'char[1u]'
 dwtx\sleak\Sleak.d(238): Error: Can only concatenate arrays, not (FrameInfo ~
ch
 ar[1u])
 Command c:\dsss\bin\rebuild.exe returned with code 1, aborting.
 Error: Command failed, aborting.
 
 D:\dwt-addons>
 
 
 I am using the latest dwt trunk, dmd 1.041 and Tango trunk. Is this another
problem with the compiler differences?
 
 Regards, Mike.
 
It is fixed now.
Mar 27 2009
parent Domain <mydorice gmail.com> writes:
Frank Benoit Wrote:

 Mike James schrieb:
 Hi.
 
 I've tried to build the dwt-addons but get the following error messages:
 
 D:\dwt-addons>dsss build -version=TANGOSVN
 WARNING: Section for nonexistant file test.d.
 Creating imports for DD-dwtx
 
 dwtx => DD-dwtx
 dwtx\sleak\Sleak.d(238): Error: incompatible types for ((line) ~ ("\x0a")):
'Fra
 meInfo' and 'char[1u]'
 dwtx\sleak\Sleak.d(238): Error: Can only concatenate arrays, not (FrameInfo ~
ch
 ar[1u])
 Command c:\dsss\bin\rebuild.exe returned with code 1, aborting.
 Error: Command failed, aborting.
 
 D:\dwt-addons>
 
 
 I am using the latest dwt trunk, dmd 1.041 and Tango trunk. Is this another
problem with the compiler differences?
 
 Regards, Mike.
 
It is fixed now.
Same bug in dwt2.... base\java\lang\exceptions.d and \org.eclipse.tools\Sleak\Sleak.d
Mar 30 2009