digitalmars.D.dwt - Failed to build dwt-addons
- Mike James (15/15) Mar 22 2009 Hi.
- Frank Benoit (3/26) Mar 22 2009 The stacktrace stuff seems to have changed. Please comment out the line
- Frank Benoit (2/25) Mar 27 2009 It is fixed now.
- Domain (3/29) Mar 30 2009 Same bug in dwt2....
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:Same bug in dwt2.... base\java\lang\exceptions.d and \org.eclipse.tools\Sleak\Sleak.dHi. 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 30 2009