Re: NSSound Reimplementation

2009-06-13 Thread Stefan Bidigaray
OK, this is the architecture design I've come up with... FYI: I deviated slightly from what I was originally thinking. I'm going to start a thread using NSThread's -detachNewThreadWithSelector:toTarget:withObject: which will have a while loop in it that streams the audio data. I figured the play

NSCalendar and NSLocale support

2009-06-13 Thread Dave MacLachlan
Hey there... I'm looking to add NSCalendar and NSLocale to Foundation. I'm happy to implement them, but I was hoping to do it on top of ICU (http://site.icu-project.org/ ). Are we willing to add a dependency on ICU to gnustep? The ICU license is GNU GPL compatible... http://userguide.icu-p

Re: Bad Undefines in NSKeyedArchiver and NSKeyedArchiver?

2009-06-13 Thread Dave MacLachlan
On Jun 13, 2009, at 01:19 , Richard Frith-Macdonald wrote: On 13 Jun 2009, at 07:26, Dave MacLachlan wrote: Excuse me if this is a silly question, but I just ran into problems compiling these two headers (Foundation/NSKeyedArchiver.h and Foundation/NSArchiver.h) and the fix looks obvious,

Re: Bad Undefines in NSKeyedArchiver and NSKeyedArchiver?

2009-06-13 Thread Richard Frith-Macdonald
On 13 Jun 2009, at 07:26, Dave MacLachlan wrote: Excuse me if this is a silly question, but I just ran into problems compiling these two headers (Foundation/NSKeyedArchiver.h and Foundation/NSArchiver.h) and the fix looks obvious, but it's also obvious that these files have been this way f