Checking DateTime.d wont compile

Frank Benoit keinfarbton at googlemail.com
Sat Mar 8 17:04:57 PST 2008


Rusty schrieb:
> Frank Benoit Wrote:
> 
>> Rusty schrieb:
>>> Compiler complain on line 595
>>> int s = value.lastIndexOf(' ');
>>> whats the problem
>> Yesterday i did some edits in dwt.dwthelper.utils to sync it with 
>> dwt-linux. Perhaps that fixed the problem. Actually i don't get a 
>> compile error on windows.
>>
>> Can you retry please?
> try with 1.027 dmd to compile  dwt-linux-e0ffca35fe59,dwt-linux-cf2672c3e4fb,dwt-linux-08789b28bdf3
> in all case now get 
> ets/TypedListener.d dwt/widgets/Widget.d -oflibDD-dwt.a
> 
> dwt/DWTError.d(145): Error: undefined identifier info
> dwt/DWTError.d(145): Error: cannot infer type for msg
> dwt/DWTError.d(150): Error: no property 'info' for type 'object.Exception'
> dwt/DWTError.d(150): Error: cannot infer type for msg
> dwt/DWTException.d(135): Error: undefined identifier info
> dwt/DWTException.d(135): Error: cannot infer type for msg
> dwt/DWTException.d(140): Error: no property 'info' for type 'object.Exception'
> dwt/DWTException.d(140): Error: cannot infer type for msg
> then lots more 
> not getting past yet still working get pssed soon

this is a clear indication that you are using a tango version, which is 
too old. Either use tango 0.99.5 or tango from svn trunk rev 3145 and 
older. The 0.99.5 release is prefered.


More information about the Digitalmars-d-dwt mailing list