freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype]2.0 release install problems on Unix systems


From: David Turner
Subject: Re: [Freetype]2.0 release install problems on Unix systems
Date: Thu, 9 Nov 2000 23:48:39 +0100

Hi Cesar,

> why don't install 'freetype2' on unix platforms and use some other
> name on 8+3 systems?
> 
What we want to avoid is that programs need different include
prefixes depending on the platform. I mean, do you really want
to code like this to make portable code ?:

#if UNIX
#include <freetype2/freetype.h>
#else
#include <freetype/freetype.h>
#endif

Not a good thing in my book, really !!

So keeping the same prefix on all platforms is important
for application portability..


- David

> --
> Cesar Augusto Rorato Crusius    __o      __o      __o      __o      __o    
> Stanford University           _`\<,    _`\<,    _`\<,    _`\<,    _`\<,    
> e-mail:address@hidden    (_)/(_)  (_)/(_)  (_)/(_)  (_)/(_)  (_)/(_)   
> www.stanford.edu/~crusius
>                                        o      _     _         _
>    __o      __o      __o      __o     /\_   _ \\o  (_)\__/o  (_)
>  _`\<,    _`\<,    _`\<,    _`\<,    _>(_) (_)/<_    \_| \   _|/' \/
> (_)/(_)  (_)/(_)  (_)/(_)  (_)/(_)  (_)        (_)   (_)    (_)'  _\o_
> 
> He who sacrifices functionality for ease of use
> Loses both and deserves neither
> 
> _______________________________________________
> Freetype mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/freetype
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]