On Sun, 20 Nov 2011 07:17:30 -0800 "Enlightenment SVN" <[email protected]> wrote:
> Log: > evas: correct header order. > > > Author: cedric > Date: 2011-11-20 07:17:29 -0800 (Sun, 20 Nov 2011) > New Revision: 65452 > Trac: http://trac.enlightenment.org/e/changeset/65452 > > Modified: > trunk/evas/src/lib/canvas/evas_async_events.c > > Modified: trunk/evas/src/lib/canvas/evas_async_events.c > =================================================================== > --- trunk/evas/src/lib/canvas/evas_async_events.c 2011-11-20 > 15:14:48 UTC (rev 65451) +++ > trunk/evas/src/lib/canvas/evas_async_events.c 2011-11-20 > 15:17:29 UTC (rev 65452) @@ -1,6 +1,3 @@ -#include "evas_common.h" > -#include "evas_private.h" > - > #ifdef BUILD_ASYNC_EVENTS > > # ifndef _MSC_VER > @@ -9,6 +6,13 @@ > # include <fcntl.h> > # include <errno.h> > > +#endif > + > +#include "evas_common.h" > +#include "evas_private.h" > + > +#ifdef BUILD_ASYNC_EVENTS > + > static int _fd_write = -1; > static int _fd_read = -1; > > @@ -159,7 +163,7 @@ > > return result; > #else > - func(target, type, event_info); > + func((void*) target, type, event_info); > return EINA_TRUE; > #endif > } Maybe this is why evas is broken? evas_async_events.c: In function ‘evas_async_events_init’: evas_async_events.c:48: warning: implicit declaration of function ‘fcntl’ evas_async_events.c:48: error: ‘F_SETFL’ undeclared (first use in this function) evas_async_events.c:48: error: (Each undeclared identifier is reported only once evas_async_events.c:48: error: for each function it appears in.) evas_async_events.c:48: error: ‘O_NONBLOCK’ undeclared (first use in this function) -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world.
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
