Hi,

        Just a short update.

>  I´m trying to get freevo running on intel mac mini with OSX 10.5
>  (leopard). I did use [1] as a start point but the instructions are
> for a very old freevo version. I installed the dependencies using the
> ports system.  While trying to install kaa-base I got this error:
>
>  src/extensions/shmmodule.c: In function 'check_memory_identity':
>  src/extensions/shmmodule.c:219: error: 'struct ipc_perm' has no
> member named 'key'

man shmctl shows that struct ipc_perm is defined like this:

 struct ipc_perm {
       uid_t           uid;   /* Owner's user ID */
       gid_t           gid;   /* Owner's group ID */
       uid_t           cuid;  /* Creator's user ID */
       gid_t           cgid;  /* Creator's group ID */
       mode_t          mode;  /* r/w permission (see chmod(2)) */
       unsigned short  _seq;  /* Reserved for internal use */
       key_t           _key;  /* Reserved for internal use */
     };


so there´s a "_key"! but I wonder if it can be used of not....


-- 
Christian Lyra
POP-PR - RNP

http://lyra.soueu.com.br

I will not order my trusted lieutenant to kill the infant who is 
destined to overthrow me -- I'll do it myself.
                        The Top Things I'd Do
                        If I Ever Became an Evil Overlord

------------------------------------------------------------------------------
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to