Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2008 23:10:03 GMT
From:      "Steven R. Loomis" <srl@icu-project.org>
To:        openoffice@FreeBSD.org
Subject:   Re: ports/121787: when devel/icu is installed, openoffice fails to build
Message-ID:  <200804302310.m3UNA3M8083285@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/121787; it has been noted by GNATS.

From: "Steven R. Loomis" <srl@icu-project.org>
To: bug-followup@FreeBSD.org, kvedulv@kvedulv.de
Cc:  
Subject: Re: ports/121787: when devel/icu is installed, openoffice fails to
 build
Date: Wed, 30 Apr 2008 16:06:39 -0700

 setBreakType() SHOULD NOT be called by a parent class or a subclass.
 
 Instead, use
 
 BreakIterator::create*Instance(…) 
 http://www.icu-project.org/apiref/icu4c/classBreakIterator.html
 
 You could call it from within a switch statement.
 
 or the parameterized (in C)
 
 ubrk_open( UBreakIteratorType … ) 
 http://www.icu-project.org/apiref/icu4c/ubrk_8h.html
 
 ICU does not need to be modified.
 
 -s
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804302310.m3UNA3M8083285>