On Thu, Aug 9, 2012 at 6:19 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Modified: trunk/ecore/src/lib/ecore_cocoa/Makefile.am
> ===================================================================
> --- trunk/ecore/src/lib/ecore_cocoa/Makefile.am 2012-08-09 14:46:58 UTC (rev 
> 75054)
> +++ trunk/ecore/src/lib/ecore_cocoa/Makefile.am 2012-08-09 16:19:30 UTC (rev 
> 75055)
> @@ -6,7 +6,8 @@
>  -I$(top_builddir)/src/lib/ecore \
>  -I$(top_builddir)/src/lib/ecore_input \
>  @EVAS_CFLAGS@ \
> -@EINA_CFLAGS@
> +@EINA_CFLAGS@ \
> +@EFL_ECORE_BUILD@

useless as ecore_cocoa will not be compiled on Windows.

>
>  lib_LTLIBRARIES = libecore_cocoa.la
>  includes_HEADERS = \
>
> Modified: trunk/ecore/src/lib/ecore_con/Makefile.am
> ===================================================================
> --- trunk/ecore/src/lib/ecore_con/Makefile.am   2012-08-09 14:46:58 UTC (rev 
> 75054)
> +++ trunk/ecore/src/lib/ecore_con/Makefile.am   2012-08-09 16:19:30 UTC (rev 
> 75055)
> @@ -12,7 +12,8 @@
>  @EINA_CFLAGS@ \
>  @TLS_CFLAGS@ \
>  @CARES_CFLAGS@ \
> -@WIN32_CPPFLAGS@
> +@WIN32_CPPFLAGS@ \
> +@EFL_ECORE_BUILD@

wrong. It's certainly @EFL_ECORE_CON_BUILD@. I will check if it's not
already added before (can't check right now)


>  lib_LTLIBRARIES = libecore_con.la
>  includes_HEADERS = Ecore_Con.h
>
> Modified: trunk/ecore/src/lib/ecore_config/Makefile.am
> ===================================================================
> --- trunk/ecore/src/lib/ecore_config/Makefile.am        2012-08-09 14:46:58 
> UTC (rev 75054)
> +++ trunk/ecore/src/lib/ecore_config/Makefile.am        2012-08-09 16:19:30 
> UTC (rev 75055)
> @@ -12,7 +12,8 @@
>  -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
>  @EVAS_CFLAGS@ \
>  @EET_CFLAGS@ \
> -@EINA_CFLAGS@
> +@EINA_CFLAGS@ \
> +@EFL_ECORE_BUILD@

ecore_config is dead. There are still files there ???

>
>  CLEANFILES = $(DB)
>
>
> Modified: trunk/ecore/src/lib/ecore_directfb/Makefile.am
> ===================================================================
> --- trunk/ecore/src/lib/ecore_directfb/Makefile.am      2012-08-09 14:46:58 
> UTC (rev 75054)
> +++ trunk/ecore/src/lib/ecore_directfb/Makefile.am      2012-08-09 16:19:30 
> UTC (rev 75055)
> @@ -3,7 +3,7 @@
>  AM_CPPFLAGS = \
>  -I$(top_srcdir)/src/lib/ecore \
>  -I$(top_builddir)/src/lib/ecore \
> -@DIRECTFB_CFLAGS@ @EINA_CFLAGS@
> +@DIRECTFB_CFLAGS@ @EINA_CFLAGS@ @EFL_ECORE_BUILD@

same tahn ecore_cocoa

>  lib_LTLIBRARIES = libecore_directfb.la
>  includes_HEADERS = Ecore_DirectFB.h
>
> Modified: trunk/ecore/src/lib/ecore_evas/Makefile.am
> ===================================================================
> --- trunk/ecore/src/lib/ecore_evas/Makefile.am  2012-08-09 14:46:58 UTC (rev 
> 75054)
> +++ trunk/ecore/src/lib/ecore_evas/Makefile.am  2012-08-09 16:19:30 UTC (rev 
> 75055)
> @@ -107,7 +107,8 @@
>  @EVAS_CFLAGS@ \
>  @EINA_CFLAGS@ \
>  @EVIL_CFLAGS@ \
> -@WAYLAND_EGL_CFLAGS@
> +@WAYLAND_EGL_CFLAGS@ \
> +@EFL_ECORE_BUILD@

@EFL_ECORE_EVAS_BUILD@


>  AM_CFLAGS = @WIN32_CFLAGS@
>
>
> Modified: trunk/ecore/src/lib/ecore_fb/Makefile.am
> ===================================================================
> --- trunk/ecore/src/lib/ecore_fb/Makefile.am    2012-08-09 14:46:58 UTC (rev 
> 75054)
> +++ trunk/ecore/src/lib/ecore_fb/Makefile.am    2012-08-09 16:19:30 UTC (rev 
> 75055)
> @@ -5,9 +5,9 @@
>  -I$(top_builddir)/src/lib/ecore \
>  -I$(top_srcdir)/src/lib/ecore_input \
>  @TSLIB_CFLAGS@ \
> -@EINA_CFLAGS@
> +@EINA_CFLAGS@ \
> +@EFL_ECORE_BUILD@

same than ecore_cocoa...

> -
>  lib_LTLIBRARIES = libecore_fb.la
>  includes_HEADERS = Ecore_Fb.h
>  includesdir = $(includedir)/ecore-@VMAJ@
>
> Modified: trunk/ecore/src/lib/ecore_file/Makefile.am
> ===================================================================
> --- trunk/ecore/src/lib/ecore_file/Makefile.am  2012-08-09 14:46:58 UTC (rev 
> 75054)
> +++ trunk/ecore/src/lib/ecore_file/Makefile.am  2012-08-09 16:19:30 UTC (rev 
> 75055)
> @@ -8,7 +8,8 @@
>  @CURL_CFLAGS@ \
>  @EVIL_CFLAGS@ \
>  @EINA_CFLAGS@ \
> -@WIN32_CPPFLAGS@
> +@WIN32_CPPFLAGS@ \
> +@EFL_ECORE_BUILD@

omg, what did you do ????? I stop reading here. Revert all those
Makefile.am changes please, you have broken ecore on Windows.

Vincent

>  AM_CFLAGS = @WIN32_CFLAGS@
>
>
> Modified: trunk/ecore/src/tests/Makefile.am
> ===================================================================
> --- trunk/ecore/src/tests/Makefile.am   2012-08-09 14:46:58 UTC (rev 75054)
> +++ trunk/ecore/src/tests/Makefile.am   2012-08-09 16:19:30 UTC (rev 75055)
> @@ -5,7 +5,8 @@
>  -I$(top_srcdir)/src/lib/ecore_con \
>  -I$(top_srcdir)/src/lib/ecore_x \
>  @EINA_CFLAGS@ \
> -@CHECK_CFLAGS@
> +@CHECK_CFLAGS@ \
> +@EFL_ECORE_BUILD@
>
>  if EFL_ENABLE_TESTS
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to