On 28 Nov 2010, at 23:29, Eric Wasylishen wrote:

> Hey David,
> Compiling base on Ubuntu 10.10 fails because NSRegularExpression is using ICU 
> 4.6 API (the regex_*UText) functions. We should probably not use these yet as 
> ICU 4.6 isn't yet released. Otherwise, configure needs to be tweaked to 
> require 4.6.
> Eric

That's weird - I have 4.4 installed on FreeBSD and it WorksForMeâ„¢.  Maybe the 
Ubuntu packages do something odd?

In theory, we could avoid using them, but we'd be turning a lot of O(1) stuff 
into O(n) stuff, which I'm not especially keen to do...

David

--
This email complies with ISO 3103


_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to