On Thu, 15 Sep 2005 13:01:54 +0100 Chris Ross <[EMAIL PROTECTED]> babbled:

> 
> There is a problem with Ecore Config on OS X.
> 
> Within the enumerated type 'Ecore_Config_Flag':
> 
>      typedef enum Ecore_Config_Flag
>      {
>         PF_NONE = 0,
>         PF_BOUNDS = 1,
>         PF_MODIFIED = 2,
>         PF_SYSTEM = 4,
>         PF_CMDLN = 8
>      } Ecore_Config_Flag;
> 
> The problem is PF_SYSTEM, which, under OSX, is defined in the
> network headers to have the same value as AF_SYSTEM. This obviously
> causes the whole sheer-bang to mis-compile.
> 
> Can I make a request to change the prefix from PF_ to ECF_ or EF_
> (or indeed any other prefix that is EFL related).

this definitely needs fixing. if we are conflicitngn with system libs because
of lax namespacing on our part...

> Regards,
> 
> Chris
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多                              [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to