dwtx\dwtxhelper\BreakIterator.d not exists

Bill Baxter dnewsgroup at billbaxter.com
Tue Jul 8 03:49:00 PDT 2008


yidabu wrote:
> On Mon, 07 Jul 2008 16:05:23 +0200
> Frank Benoit <keinfarbton at googlemail.com> wrote:
> 
>> yidabu schrieb:
>>> On Mon, 7 Jul 2008 10:39:44 +0800
>>> yidabu <yidabu.spam at gmail.com> wrote:
>>>
>>>> I tried building dwt-addons with version=TANGOSVN, get errors:
>>>>
>>>>
>>>> dwtx\ui\internal\forms\widgets\TextSegment.d(34): module BreakIterator cannot re
>>>> ad file 'dwtx\dwtxhelper\BreakIterator.d'
>>>> Command D:\d\dmd\bin\rebuild.exe returned with code 1, aborting.
>>>> Error: Command failed, aborting.
>>>>
>>>> dwtx\ui\internal\forms\widgets\FormUtil.d(45): module BreakIterator cannot read
>>>> file 'dwtx\dwtxhelper\BreakIterator.d'
>>>>
>>>> dwtx.dwtxhelper.BreakIterator
>>>> should be:
>>>> dwtx.dwthelper.mangoicu.UBreakIterator
>>>>
>>> moudle name like this:
>>> dwtx.dwtx.dwthelper.*
>>> should be:
>>> dwtx.dwtxhelper.*
>>>
>>>
>>>
>> works now. thx for report yidabu.
>> Frank
> 
> warning on building dwtx.lib:
> 
> Warning: Public '_D5tango4text3xml8Document15__T8DocumentTaZ8Document7Visitor6__
> initZ' already in library, redefinition ignored.
> Warning: Public '_D5tango4text3xml8Document15__T8DocumentTaZ8Document8NodeImpl6_
> _initZ' already in library, redefinition ignored.
> Warning: Public '_D5tango4text3xml8Document14__T7XmlPathTaZ7XmlPath7NodeSet6__in
> itZ' already in library, redefinition ignored.

InitZ errors are due to the compiler.  Try rebuilding with -full and/or
changing the oneatatime settings in your dsss config to the opposite of
what they're set to now.

--bb


More information about the Digitalmars-d-dwt mailing list