On Thu, Jan 12, 2012 at 9:16 AM, Youness Alaoui
<kakar...@kakaroto.homelinux.net> wrote:
> You use 'timercmp' which is not POSIX and you're not checking for it in the
> configure... you should use something else instead or provide a replacement
> if it's not found.
> After the include of sys/time.h, I added a simple :
> #ifndef timercmp
> #define ... /* copy/pasted from /usr/include/sys/time.h */
> #endif
>
> Should I commit that or wait until it's properly fixed ?

 use AC_CHECK_FUNCS in configure.ac (place it correctly). If it's not
sufficient, do the same thing than dirfd()

Vincent

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to