Need Help on Compiling DWT2 in XP

Frank Benoit keinfarbton at googlemail.com
Fri Apr 10 08:35:26 PDT 2009


%u schrieb:
> .../src\org\eclipse\jface\text\AbstractHoverInformationControlManager.d(183): Err
> or: module Job cannot read file 'org\eclipse\core\runtime\jobs\Job.d'
> rake aborted!

the module should be build with "rake core". To ensure everything is
build, just run "rake".


> -------------- Build: Debug in WinApp01 ---------------
> 
> Compiling: hello.d
> C:\dmd1042\dmd\windows\bin\..\..\..\dmd\src\dwt2\imp\java\lang\wrappers.di(48): Error: identifier 'equals_t' is not defined
> C:\dmd1042\dmd\windows\bin\..\..\..\dmd\src\dwt2\imp\java\lang\wrappers.di(48): Error: equals_t is used as a type
> C:\dmd1042\dmd\windows\bin\..\..\..\dmd\src\dwt2\imp\java\lang\wrappers.di(48): Error: function java.lang.wrappers.ArrayWrapperT!
> (byte).ArrayWrapperT.opEquals of type void(Object o) overrides but is not covariant with object.Object.opEquals of type int(Object o)
> C:\dmd1042\dmd\windows\bin\..\..\..\dmd\src\dwt2\imp\java\lang\wrappers.di(48): Error: function java.lang.wrappers.ArrayWrapperT!
> (byte).ArrayWrapperT.opEquals does not override any function
> C:\dmd1042\dmd\windows\bin\..\..\..\dmd\src\dwt2\imp\java\lang\wrappers.di(157): Error: template instance java.lang.wrappers.ArrayWrapperT!(byte) error
> instantiating
> Process terminated with status 1 (0 minutes, 1 seconds)
> 5 errors, 0 warnings

equals_t is defined in tango object.di, so there is perhaps something
wrong in your install?




More information about the Digitalmars-d-dwt mailing list