From 8ef2bc4091fec54332795881fb8769362f76c1c1 Mon Sep 17 00:00:00 2001 From: Felipe Magno de Almeida Date: Fri, 18 Jul 2014 12:00:39 -0300 Subject: [PATCH] eolian-cxx: Disabled temporarily the inheritance feature This feature is buggy when using multi-level namespaces. I disabled it temporarily and will fix it ASAP and re-enable it. --- eolian_cxx/Makefile.am | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/eolian_cxx/Makefile.am b/eolian_cxx/Makefile.am index f1f678a2..c5ad78a4 100644 --- a/eolian_cxx/Makefile.am +++ b/eolian_cxx/Makefile.am @@ -9,6 +9,7 @@ EOLIAN_FLAGS = \ -I$(top_srcdir)/src/lib/eo \ -I$(top_srcdir)/src/lib/evas/canvas \ -I$(top_srcdir)/src/lib/edje \ + -I$(top_srcdir)/src/lib/efl \ -I$(top_srcdir)/src/lib/ecore_audio include $(top_srcdir)/src/Makefile_Eolian_Helper.am @@ -79,7 +80,7 @@ SRCS = \ $(IMPL) EXTRA_PROGRAMS = \ - eolian_cxx_simple_01 \ + eolian_cxx_simple_01 #\ eolian_cxx_inherit_01 DATA_FILES = Makefile.examples $(EOS) @@ -91,12 +92,12 @@ eolian_cxx_simple_01_SOURCES = \ eolian_cxx_simple_01.$(OBJEXT): $(GENERATED) -eolian_cxx_inherit_01_SOURCES = \ - eolian_cxx_inherit_01.cc \ - colourable.c \ - colourablesquare.c +# eolian_cxx_inherit_01_SOURCES = \ +# eolian_cxx_inherit_01.cc \ +# colourable.c \ +# colourablesquare.c -eolian_cxx_inherit_01.$(OBJEXT): $(GENERATED) +# eolian_cxx_inherit_01.$(OBJEXT): $(GENERATED) %.eo.hh: %.eo $(AM_V_EOLCXX)$(EOLIAN_CXX) $(EOLIAN_FLAGS) -I${abs_srcdir} -o $@ $<