Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib tests

2012-01-12 Thread Youness Alaoui
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 */

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib tests

2012-01-12 Thread Vincent Torri
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

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib tests

2012-01-12 Thread Gustavo Sverzut Barbieri
On Thu, Jan 12, 2012 at 6:09 AM, Vincent Torri vincent.to...@gmail.com wrote: NEWS ChangeLog these are all part of eina_value, a new work. It is already in these files. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN:

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib tests

2012-01-12 Thread Gustavo Sverzut Barbieri
On Thu, Jan 12, 2012 at 6: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

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib tests

2012-01-12 Thread Youness Alaoui
ok, that's another possible solution :) Thanks, I'll revert my local changes then. On Thu, Jan 12, 2012 at 11:45 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jan 12, 2012 at 6:16 AM, Youness Alaoui kakar...@kakaroto.homelinux.net wrote: You use 'timercmp' which is not

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib tests

2012-01-11 Thread Michael Blumenkrantz
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: