Jump to page: 1 2
Thread overview
Errors building dwt with latest tango
Jun 30, 2008
Bill Baxter
Jun 30, 2008
Frank Benoit
Jun 30, 2008
Bill Baxter
Jun 30, 2008
Lars Ivar Igesund
Jun 30, 2008
Bill Baxter
Jun 30, 2008
torhu
Jun 30, 2008
Bill Baxter
Jun 30, 2008
Frank Benoit
Jun 30, 2008
Tower Ty
Jul 01, 2008
Bill Baxter
Jul 01, 2008
Bill Baxter
Jul 01, 2008
Frank Benoit
June 30, 2008
This is with the latest SVN tango
Don't have time to look into these at the moment, but maybe later tonight.


dwt\dwthelper\utils.d(152): Error: undefined identifier module Integer.Style
dwt\dwthelper\utils.d(152): Error: no property 'Hex' for type 'void'
dwt\dwthelper\utils.d(152): function tango.text.convert.Integer.toString (long,char[]) does not match parameter types (int,int)
dwt\dwthelper\utils.d(152): Error: cannot implicitly convert expression (1) of type int to char[]
dwt\dwthelper\utils.d(152): Error: cannot cast int to char[]
dwt\dwthelper\utils.d(152): Error: integral constant must be scalar type, not char[]
dwt\dwthelper\utils.d(156): Error: undefined identifier module Integer.Style
dwt\dwthelper\utils.d(156): Error: no property 'Octal' for type 'void'
dwt\dwthelper\utils.d(156): function tango.text.convert.Integer.toString (long,char[]) does not match parameter types (int,int)
dwt\dwthelper\utils.d(156): Error: cannot implicitly convert expression (1) of type int to char[]
dwt\dwthelper\utils.d(156): Error: cannot cast int to char[]
dwt\dwthelper\utils.d(156): Error: integral constant must be scalar type, not char[]
dwt\dwthelper\utils.d(160): Error: undefined identifier module Integer.Style
dwt\dwthelper\utils.d(160): Error: no property 'Binary' for type 'void'
dwt\dwthelper\utils.d(160): function tango.text.convert.Integer.toString (long,char[]) does not match parameter types (int,int)
dwt\dwthelper\utils.d(160): Error: cannot implicitly convert expression (1) of type int to char[]
dwt\dwthelper\utils.d(160): Error: cannot cast int to char[]
dwt\dwthelper\utils.d(160): Error: integral constant must be scalar type, not char[]
June 30, 2008
Bill Baxter schrieb:
> This is with the latest SVN tango
> Don't have time to look into these at the moment, but maybe later tonight.

It is much easier to support the tango release instead of tango svn trunk. Hence the errors.
I have fixes for them locally, but did not commit them into the public repository, waiting for the next tango release.
June 30, 2008
Frank Benoit wrote:
> Bill Baxter schrieb:
>> This is with the latest SVN tango
>> Don't have time to look into these at the moment, but maybe later tonight.
> 
> It is much easier to support the tango release instead of tango svn trunk. Hence the errors.
> I have fixes for them locally, but did not commit them into the public repository, waiting for the next tango release.

Bummer.  I guess I'll just try to figure out how to roll back the updates I made.

-bb -- hoping "dsss net install tango" installs latest release version
June 30, 2008
Bill Baxter wrote:

> Frank Benoit wrote:
>> Bill Baxter schrieb:
>>> This is with the latest SVN tango
>>> Don't have time to look into these at the moment, but maybe later
>>> tonight.
>> 
>> It is much easier to support the tango release instead of tango svn
>> trunk. Hence the errors.
>> I have fixes for them locally, but did not commit them into the public
>> repository, waiting for the next tango release.
> 
> Bummer.  I guess I'll just try to figure out how to roll back the updates I made.
> 
> -bb -- hoping "dsss net install tango" installs latest release version

It didn't use to ...

-- 
Lars Ivar Igesund
blog at http://larsivi.net
DSource, #d.tango & #D: larsivi
Dancing the Tango
June 30, 2008
Lars Ivar Igesund wrote:
> Bill Baxter wrote:
> 
>> Frank Benoit wrote:
>>> Bill Baxter schrieb:
>>>> This is with the latest SVN tango
>>>> Don't have time to look into these at the moment, but maybe later
>>>> tonight.
>>> It is much easier to support the tango release instead of tango svn
>>> trunk. Hence the errors.
>>> I have fixes for them locally, but did not commit them into the public
>>> repository, waiting for the next tango release.
>> Bummer.  I guess I'll just try to figure out how to roll back the
>> updates I made.
>>
>> -bb -- hoping "dsss net install tango" installs latest release version
> 
> It didn't use to ...

I'm not sure what it did, but it gave lots of errors.

Like:
..\tango\text\convert\TimeStamp.d(145): template tango.text.Util.layout(T) does not match any template declaration
..\tango\text\convert\TimeStamp.d(145): template tango.text.Util.layout(T) cannot deduce template function from argument types (wchar[],char[25u],wchar[],wchar[],wchar[],wchar[],wchar[],wchar[],wchar[])

And:
dmd -c -inline -release -O -oftango-math-Bessel.obj ..\tango\math\Bessel.d
F:\usr\pkg\d\dsss\tmp\DSSS_tango\tango\tango\lib\..\tango\math\IEEE.d(515): undefined identifier 'st'
June 30, 2008
Frank Benoit wrote:
> Bill Baxter schrieb:
>> This is with the latest SVN tango
>> Don't have time to look into these at the moment, but maybe later tonight.
> 
> It is much easier to support the tango release instead of tango svn trunk. Hence the errors.
> I have fixes for them locally, but did not commit them into the public repository, waiting for the next tango release.

Any chance you could send me the hg bundle of those changes?

--bb
June 30, 2008
Bill Baxter wrote:
> Lars Ivar Igesund wrote:
>> Bill Baxter wrote:
>> 
>>> Frank Benoit wrote:
>>>> Bill Baxter schrieb:
>>>>> This is with the latest SVN tango
>>>>> Don't have time to look into these at the moment, but maybe later
>>>>> tonight.
>>>> It is much easier to support the tango release instead of tango svn
>>>> trunk. Hence the errors.
>>>> I have fixes for them locally, but did not commit them into the public
>>>> repository, waiting for the next tango release.
>>> Bummer.  I guess I'll just try to figure out how to roll back the
>>> updates I made.
>>>
>>> -bb -- hoping "dsss net install tango" installs latest release version
>> 
>> It didn't use to ...
> 
> I'm not sure what it did, but it gave lots of errors.
> 
> Like:
> ...\tango\text\convert\TimeStamp.d(145): template tango.text.Util.layout(T) does not match any template declaration
> ...\tango\text\convert\TimeStamp.d(145): template tango.text.Util.layout(T) cannot deduce template function from argument types (wchar[],char[25u],wchar[],wchar[],wchar[],wchar[],wchar[],wchar[],wchar[])
> 
> And:
> dmd -c -inline -release -O -oftango-math-Bessel.obj ..\tango\math\Bessel.d
> F:\usr\pkg\d\dsss\tmp\DSSS_tango\tango\tango\lib\..\tango\math\IEEE.d(515): undefined identifier 'st'

I think both errors will go away if you go back to 1.027.  Are you sure you're using tango 0.99.6, and not an older version?
June 30, 2008
Bill Baxter schrieb:

> Any chance you could send me the hg bundle of those changes?
> 
> --bb

Sure. But i have them not here at the moment, so it will be tomorrow. Sorry for that.
June 30, 2008
About time you guys sorted out the schemozzle.

July 01, 2008
Tower Ty wrote:
> About time you guys sorted out the schemozzle.
> 

It is sorted out for people using the officially recommended and released versions of things.  I'm not, so I get what I deserve.

--bb
« First   ‹ Prev
1 2