digitalmars.D.dwt - Failed to build dwt-addons
- Mike James <foo bar.com> Mar 22 2009
- Frank Benoit <keinfarbton googlemail.com> Mar 22 2009
- Frank Benoit <keinfarbton googlemail.com> Mar 27 2009
- Domain <mydorice gmail.com> Mar 30 2009
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
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
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
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.
base\java\lang\exceptions.d and \org.eclipse.tools\Sleak\Sleak.d
Mar 30 2009









Frank Benoit <keinfarbton googlemail.com> 