[Biococoa-dev] read Fasta File with gap symbols

Stephan stschiff80 at googlemail.com
Fri Apr 3 04:24:09 EDT 2009


Hi Alexander... the typdefs worked. Thanks for this very nice solution!

I put them into BCInternal.h as Scott suggested. I dont have an  
account on the svn repo, so can't upload that.

Stephan

Am 02.04.2009 um 13:44 schrieb Alexander Griekspoor:

> Instead of trying to remove it, the alternative is to simply add:
>
> #ifndef NSInteger
> typedef int NSInteger;
> #endif
>
> #ifndef NSUInteger
> typedef unsigned int NSUInteger;
> #endif
>
> #ifndef CGFloat
> typedef float CGFloat;
> #endif
>
>
>
> On Thu, Apr 2, 2009 at 12:41 PM, Koen van der Drift
> <koenvanderdrift at gmail.com> wrote:
>>> I found the problem. The newest BioCocoa trunk needs the Mac OS X  
>>> 10.5 SDK.
>>> Stuff like NSUInteger from the Foundation-framework is not defined  
>>> in
>>> previous SDKs... too bad, seems like I really have to upgrade my  
>>> MacBook to
>>> Leopard then...
>>
>> Hmm, that's not good, BioCocoa should be backward compatible at least
>> one OS. Where is this NSUInteger used, can it be replaced by  
>> something
>> else?
>>
>> - Koen.
>>
>> _______________________________________________
>> Biococoa-dev mailing list
>> Biococoa-dev at bioinformatics.org
>> http://www.bioinformatics.org/mailman/listinfo/biococoa-dev
>>
>> __________________________________________________
>> D O T E A S Y - "Join the web hosting revolution!"
>>             http://www.doteasy.com
>>
>
>
>
> -- 
>
> ****************************************************
>         ** Alexander Griekspoor  PhD **
> ****************************************************
>                  mekentosj.com
>
> Papers - Your Personal Library of Science
> 2007 Winner of the Apple Design Awards
>         Best Mac OS X Scientific Solution
>         http://www.mekentosj.com/papers
> ****************************************************





More information about the Biococoa-dev mailing list