On 07/08/2011 03:15 PM, Naruto TAKAHASHI wrote:
> Hi, All.
> 
> I attached some patches of XIM module of ecore_imf.
> 
> As far as I know, EFL has not having official ecore_imf module in E
> repository. And ecore_x has XIM code but is unavailable condition.
> So I moved XIM code of ecore_x as ecore_imf module.
> 
> please review this patches.

Hello Naruto,

Looks like nice work.

I applied your patches to my ecore and built, but there was a build error (fix 
below):

make[5]: Entering directory `/home/mike/git/e/ecore/src/modules/immodules/xim'
  CC     xim_la-ecore_imf_xim.lo
ecore_imf_xim.c:5:18: error: Evas.h: No such file or directory
ecore_imf_xim.c: In function ‘_ecore_x_event_reverse_locks’:
ecore_imf_xim.c:359: warning: suggest braces around empty body in an ‘if’ 
statement
ecore_imf_xim.c: In function ‘preedit_start_callback’:
ecore_imf_xim.c:662: warning: unused parameter ‘xic’
ecore_imf_xim.c:664: warning: unused parameter ‘call_data’

How can I test it?

thanks,

Mike



diff --git a/ecore/src/modules/immodules/xim/Makefile.am 
b/ecore/src/modules/immodules/xim/Makefile.am
index 006035c..cc0682d 100644
--- a/ecore/src/modules/immodules/xim/Makefile.am
+++ b/ecore/src/modules/immodules/xim/Makefile.am
@@ -12,6 +12,7 @@ AM_CPPFLAGS = \
 -I$(top_builddir)/src/lib/ecore_imf \
 -DPACKAGE_LIB_DIR=\"$(libdir)\" \
 -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
+@EVAS_CFLAGS@ \
 @EINA_CFLAGS@
 
 pkgdir = $(libdir)/ecore/immodules


------------------------------------------------------------------------------
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