Hi, Tomas.
Thanks for reporting.
I've found the ecore xim module does not need to have evas dependency.
EFL maintainers,
Would you please review the attached patch and apply in svn?
-----Original Message-----
From: Tomas Cech [mailto:[email protected]]
Sent: Thursday, November 03, 2011 7:55 AM
To: Enlightenment developer list
Subject: [E-devel] bug - building ecore without evas
Hi,
I just met ecore build issue:
CC xim_la-ecore_imf_xim.lo
ecore_imf_xim.c:5:18: error: Evas.h: No such file or directory
make: *** [xim_la-ecore_imf_xim.lo] Error 1
according to README evas is recommended, but not required.
Best regards,
Tomas Cech
Sleep_Walker
Index: xim/ecore_imf_xim.c
===================================================================
--- xim/ecore_imf_xim.c (revision 64666)
+++ xim/ecore_imf_xim.c (working copy)
@@ -2,7 +2,6 @@
#include <Ecore.h>
#include <Ecore_Input.h>
#include <Ecore_IMF.h>
-#include <Evas.h>
#include <Ecore_X.h>
#include <X11/Xlib.h>
#include <X11/Xlocale.h>
Index: xim/Makefile.am
===================================================================
--- xim/Makefile.am (revision 64666)
+++ xim/Makefile.am (working copy)
@@ -13,7 +13,6 @@ AM_CPPFLAGS = \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
@x_cflags@ \
-@EVAS_CFLAGS@ \
@EINA_CFLAGS@
pkgdir = $(libdir)/ecore/immodules
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel