[GEM-dev] FTGL on Leopard

Matthias Neuenhofer neuenhofer at khm.de
Wed Dec 19 18:29:52 CET 2007


> Matthias Neuenhofer wrote:
>> Leopard use the unix def
>> i change FTVectoriser.cpp like this
>> #ifdef __APPLE_CC__
>>    typedef GLvoid (*GLUTesselatorFunction)();
>> #elif defined( __mips ) || defined( __linux__ ) ||  
>> defined( __FreeBSD__ ) || defined( __OpenBSD__ ) ||  
>> defined( __sun ) || defined (__CYGWIN__)
>>    typedef GLvoid (*GLUTesselatorFunction)();
>
>
> so what exactly is the difference between apple and the rest of unix  
> here?
> wouldn't it be easier to just add "|| defined (__APPLE__)"
>
> or do i misread something?
>
>
> fmf.a
> IOhannes


Yes this will be easier,
but maybe there is a way to define the different Mac OS´s?

lg
mn 



More information about the GEM-dev mailing list