Jump to page: 1 2
Thread overview
dwt update 3.4
Jul 06, 2008
Frank Benoit
Jul 06, 2008
Frank Benoit
Jul 06, 2008
John Reimer
Jul 06, 2008
Frank Benoit
dwtx\dwtxhelper\BreakIterator.d not exists
Jul 07, 2008
yidabu
Jul 07, 2008
yidabu
Jul 07, 2008
Frank Benoit
Jul 07, 2008
yidabu
Jul 08, 2008
Bill Baxter
Jul 08, 2008
yidabu
Jul 08, 2008
Bill Baxter
Jul 09, 2008
yidabu
Jul 09, 2008
torhu
Jul 09, 2008
Bill Baxter
Jul 10, 2008
negerns
Jul 10, 2008
yidabu
Jul 10, 2008
Frank Benoit
Jul 12, 2008
negerns
Jul 12, 2008
Frank Benoit
July 06, 2008
dwt-linux is now updated from SWT 3.4M7 to SWT 3.4.
A new version=TANGOSVN is added to make it possible to work also with tango trunk from svn.

dwt-win is work in progress.
July 06, 2008
Frank Benoit schrieb:
> dwt-linux is now updated from SWT 3.4M7 to SWT 3.4.
> A new version=TANGOSVN is added to make it possible to work also with tango trunk from svn.
> 
> dwt-win is work in progress.

dwt-win is now available too.
July 06, 2008
Frank Benoit wrote:

> Frank Benoit schrieb:
>> dwt-linux is now updated from SWT 3.4M7 to SWT 3.4.
>> A new version=TANGOSVN is added to make it possible to work also with
>> tango trunk from svn.
>> 
>> dwt-win is work in progress.
> 
> dwt-win is now available too.


Bravo, Frank!

I guess this means that, if one uses the TANGOSVN flag, dwt will now work with dmd 1.031?

Thanks!

-JJR
July 06, 2008
John Reimer schrieb:
> Frank Benoit wrote:
> 
>> Frank Benoit schrieb:
>>> dwt-linux is now updated from SWT 3.4M7 to SWT 3.4.
>>> A new version=TANGOSVN is added to make it possible to work also with
>>> tango trunk from svn.
>>>
>>> dwt-win is work in progress.
>> dwt-win is now available too.
> 
> 
> Bravo, Frank!
> 
> I guess this means that, if one uses the TANGOSVN flag, dwt will now work
> with dmd 1.031?
> 
> Thanks!
> 
> -JJR

Oh, yes, i forget to mention :)
July 07, 2008
On Sun, 06 Jul 2008 18:57:40 +0200
Frank Benoit <keinfarbton@googlemail.com> wrote:

> Frank Benoit schrieb:
> > dwt-linux is now updated from SWT 3.4M7 to SWT 3.4.
> > A new version=TANGOSVN is added to make it possible to work also with
> > tango trunk from svn.
> > 
> > dwt-win is work in progress.
> 
> dwt-win is now available too.

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


-- 
yidabu <yidabu.spam@gmail.com> http://www.dsource.org/projects/dwin

D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/


July 07, 2008
On Mon, 7 Jul 2008 10:39:44 +0800
yidabu <yidabu.spam@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.*



-- 
yidabu <yidabu.spam@gmail.com> http://www.dsource.org/projects/dwin

D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/


July 07, 2008
yidabu schrieb:
> On Mon, 7 Jul 2008 10:39:44 +0800
> yidabu <yidabu.spam@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
July 07, 2008
On Mon, 07 Jul 2008 16:05:23 +0200
Frank Benoit <keinfarbton@googlemail.com> wrote:

> yidabu schrieb:
> > On Mon, 7 Jul 2008 10:39:44 +0800
> > yidabu <yidabu.spam@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.



-- 
yidabu <yidabu.spam@gmail.com> http://www.dsource.org/projects/dwin

D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/


July 08, 2008
yidabu wrote:
> On Mon, 07 Jul 2008 16:05:23 +0200
> Frank Benoit <keinfarbton@googlemail.com> wrote:
> 
>> yidabu schrieb:
>>> On Mon, 7 Jul 2008 10:39:44 +0800
>>> yidabu <yidabu.spam@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
July 08, 2008
On Tue, 08 Jul 2008 19:49:00 +0900
Bill Baxter <dnewsgroup@billbaxter.com> wrote:

> yidabu wrote:
> > On Mon, 07 Jul 2008 16:05:23 +0200
> > Frank Benoit <keinfarbton@googlemail.com> wrote:
> > 
> >> yidabu schrieb:
> >>> On Mon, 7 Jul 2008 10:39:44 +0800
> >>> yidabu <yidabu.spam@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

thanks. but buildflags with -full and set oneatatime=no already.


-- 
yidabu <yidabu.spam@gmail.com> http://www.dsource.org/projects/dwin

D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/


« First   ‹ Prev
1 2