On Sun, 10 Jul 2011, Enlightenment SVN wrote:

> Log:
> Make it compile under linux again.
>
>  If it's still broken under Windows, caro can fix it after the spanking.
>
>
> Author:       onefang
> Date:         2011-07-10 08:08:12 -0700 (Sun, 10 Jul 2011)
> New Revision: 61214
> Trac:         http://trac.enlightenment.org/e/changeset/61214
>
> Modified:
>  trunk/elementary/src/lib/elc_fileselector.c
>
> Modified: trunk/elementary/src/lib/elc_fileselector.c
> ===================================================================
> --- trunk/elementary/src/lib/elc_fileselector.c       2011-07-10 14:58:37 UTC 
> (rev 61213)
> +++ trunk/elementary/src/lib/elc_fileselector.c       2011-07-10 15:08:12 UTC 
> (rev 61214)
> @@ -28,13 +28,13 @@
> # include <elementary_config.h>
> #endif
>
> +#include <Elementary.h>
> +#include "elm_priv.h"
> +
> #ifdef HAVE_EIO
> # include <Eio.h>
> #endif
>
> -#include <Elementary.h>
> -#include "elm_priv.h"
> -
> typedef struct _Widget_Data Widget_Data;
>
> struct _Widget_Data

you have just broken Windows compilation, now...

There should be no problem with Eio.h being before elementary headers as 
it is a *dependency* of elementary. If there is a bug it's somewhere else 
and not in the fact that Eio.h is included before.

Vincent

>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of 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-d2d-c2
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of 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-d2d-c2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to