| Thread overview | ||||||
|---|---|---|---|---|---|---|
|
March 22, 2009 Failed to build dwt-addons | ||||
|---|---|---|---|---|
| ||||
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.
| ||||
March 22, 2009 Re: Failed to build dwt-addons | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Mike James | 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.
| |||
March 28, 2009 Re: Failed to build dwt-addons | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Mike James | 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.
| |||
March 30, 2009 Re: Failed to build dwt-addons | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Frank Benoit | 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 | |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply