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 ?

On Wed, Jan 11, 2012 at 9:26 PM, Michael Blumenkrantz <
michael.blumenkra...@gmail.com> wrote:

> On Wed, 11 Jan 2012 17:31:21 -0800
> "Enlightenment SVN" <no-re...@enlightenment.org> wrote:
>
> > Log:
> > eina_value: add struct timeval.
> >
> >   may be useful for esskyuehl.
> >
> >
> >
> > Author:       barbieri
> > Date:         2012-01-11 17:31:21 -0800 (Wed, 11 Jan 2012)
> > New Revision: 67106
> > Trac:         http://trac.enlightenment.org/e/changeset/67106
> >
> > Modified:
> >   trunk/eina/src/include/eina_value.h trunk/eina/src/lib/eina_value.c
> > trunk/eina/src/tests/eina_test_value.c
> >
> ooooo
>
>
> ------------------------------------------------------------------------------
> 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
>
------------------------------------------------------------------------------
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