On Fri, Dec 30, 2011 at 2:07 PM, Enlightenment SVN <[email protected]> wrote: > Log: > no - now you need Emotion.h too. this is why i like simple single > "lib_priv.h"'s you include... then everythingg keeps working. :(
but then, windows compilation fails. sometimes efl headers are included in source files, sometimes in header files, the order is then specific, which breaks compilation on Windows. On small libs, it can work. On libs which have modules, it's much more complicated to fix for both windows and other platforms. maybe vlc plugin is also broken Vincent > Author: raster > Date: 2011-12-30 05:07:09 -0800 (Fri, 30 Dec 2011) > New Revision: 66688 > Trac: http://trac.enlightenment.org/e/changeset/66688 > > Modified: > trunk/emotion/src/modules/xine/emotion_xine_vo_out.c > > Modified: trunk/emotion/src/modules/xine/emotion_xine_vo_out.c > =================================================================== > --- trunk/emotion/src/modules/xine/emotion_xine_vo_out.c 2011-12-30 > 13:02:37 UTC (rev 66687) > +++ trunk/emotion/src/modules/xine/emotion_xine_vo_out.c 2011-12-30 > 13:07:09 UTC (rev 66688) > @@ -14,6 +14,7 @@ > #include <Evas.h> > #include <Ecore.h> > > +#include "Emotion.h" > #include "emotion_private.h" > #include "emotion_xine.h" > > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
