Re: [E-devel] [PATCH 2/2] pkg-config: prefix eolian_flags with sysrootdir when crosscompiling

2015-04-23 Thread Jean-Philippe André
Hi Romain, Please use Phabricator and Arcanist to share your patches. See: https://phab.enlightenment.org/w/arcanist/ Thanks, On Fri, Apr 24, 2015 at 6:17 AM, Romain Naour wrote: > Otherwise, the elementary build is brocken while crosscompiling since > "pkg-config --variable=eolian_flags eo e

[E-devel] [PATCH 2/2] pkg-config: prefix eolian_flags with sysrootdir when crosscompiling

2015-04-23 Thread Romain Naour
Otherwise, the elementary build is brocken while crosscompiling since "pkg-config --variable=eolian_flags eo evas edje ecore efl" return paths to the host's include directories (/usr/share/eolian/include). Signed-off-by: Romain Naour Cc: Cedric BAIL --- pc/ecore-cxx.pc.in | 2 +- pc/ecore.pc.in

[E-devel] [PATCH 1/2] autotools: add --disable-libeeze

2015-04-23 Thread Romain Naour
When cross-compiling, we only want to build edje_cc, embryo_cc and eet binaries for the host before starting the build for the target. This patch allows to disable libeeze in order to shorten the build time but most of all remove the dependency on libudev. In normal case it's not recommended henc

Re: [E-devel] Work items for 1.14 stabilization phase

2015-04-23 Thread Stefan Schmidt
Hello. Here comes another update. Thanks for everyone involved. Be it reporting or fixing. Phab issues: https://phab.enlightenment.org/T2285 Edje_CC does not handle nbsp properly on arm / remove nbsp in whitespace from flipselector.edc causing build issues with edje-cc https://phab.enlightenment.

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Fix wayland compositor on 32 bit systems

2015-04-23 Thread Tom Hacohen
Hey, Thanks for the fix. I don't know this code, but wouldn't it be cleaner to just define the variable win as uint64_t? It'll remove all of the ifdefs, and at worst will require some casts. Feels much safer to me. Also, I wonder where else we have a similar issue, and why gcc/coverity haven'