Errors building dwt with latest tango

Bill Baxter dnewsgroup at billbaxter.com
Mon Jun 30 01:58:17 PDT 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[]


More information about the Digitalmars-d-dwt mailing list