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