digitalmars.D.dwt - dwt-win build problem
- "Simen Haugen" <simen norstat.no> Feb 13 2008
- Frank Benoit <keinfarbton googlemail.com> Feb 13 2008
I'm also experiencing some problems building dwt, but not the same as Bill. dwt\DWTError.d(146): Error: undefined identifier info dwt\DWTError.d(146): Error: cannot infer type for msg dwt\DWTError.d(151): Error: no property 'info' for type 'object.Exception' dwt\DWTError.d(151): Error: cannot infer type for msg dwt\DWTException.d(137): Error: undefined identifier info dwt\DWTException.d(137): Error: cannot infer type for msg dwt\DWTException.d(142): Error: no property 'info' for type 'object.Exception' dwt\DWTException.d(142): Error: cannot infer type for msg
Feb 13 2008
Simen Haugen schrieb:I'm also experiencing some problems building dwt, but not the same as Bill. dwt\DWTError.d(146): Error: undefined identifier info dwt\DWTError.d(146): Error: cannot infer type for msg dwt\DWTError.d(151): Error: no property 'info' for type 'object.Exception' dwt\DWTError.d(151): Error: cannot infer type for msg dwt\DWTException.d(137): Error: undefined identifier info dwt\DWTException.d(137): Error: cannot infer type for msg dwt\DWTException.d(142): Error: no property 'info' for type 'object.Exception' dwt\DWTException.d(142): Error: cannot infer type for msg
In contrast to Bill, these are compiler errors not from the linker. The messages indicate you use an older version of tango as I used for my development. In tango rev 3145 there was a breaking change. Please use tango newer as this revision, or to be save exactly the revision mentioned in the README.txt
Feb 13 2008








Frank Benoit <keinfarbton googlemail.com>