2008/9/22 Nicolas Aguirre <[EMAIL PROTECTED]>

> Hi,
>
> I'm trying to compile evas on win32 platform with mingw. I followed wiki (
> http://wiki.enlightenment.org/index.php/EFL_Windows_XP )
> and I have compiled last SVN sources of evil, eet, and evas.
>
> But i get an error while compiling evas. Did you experienced this kinf of
> problems. Or it's maybe a bad mingw/msys configuration ?
>
> cheers,
> Nicolas
>

There is a (tiny) patch that fix evas compilation on win32.

regards,

-- 
Nicolas Aguirre
Mail: [EMAIL PROTECTED]
Web: http://www.digital-corner.org
Index: src/lib/canvas/evas_object_smart_clipped.c
===================================================================
--- src/lib/canvas/evas_object_smart_clipped.c	(revision 36179)
+++ src/lib/canvas/evas_object_smart_clipped.c	(working copy)
@@ -1,6 +1,5 @@
-#include <Evas.h>
-#include <stdlib.h>
-#include <stdio.h>
+#include "evas_common.h"
+#include "evas_private.h"
 
 /**
  * @addtogroup Evas_Smart_Object_Group
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to