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).

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

Reply via email to