Cedric Bail On Oct 2, 2013 10:45 PM, "Michael Blumenkrantz" < [email protected]> wrote: > > this commit breaks building with ephysics support, and also for c++ in general: > > ../src/lib/eina/eina_inline_cpu.x: In function 'short unsigned int eina_swap16(short unsigned int)': > ../src/lib/eina/eina_inline_cpu.x:30:29: error: '__builtin_bswap16' was not declared in this scope
Can you check the content of eina_config.h regarding bswap16. Also what is your gcc and g++ version. I don't think it's related to ephysics or c++ as I do compile them to. > On Wed, Oct 2, 2013 at 12:57 PM, Cedric Bail <[email protected]> wrote: >> >> cedric pushed a commit to branch master. >> >> http://git.enlightenment.org/core/efl.git/commit/?id=ff3d2a68d5762ec6bed88f97f2a3751bb51caf86 >> >> commit ff3d2a68d5762ec6bed88f97f2a3751bb51caf86 >> Author: Cedric Bail <[email protected]> >> Date: Wed Oct 2 18:31:10 2013 +0900 >> >> eina: add infrastructure to handle more CPU and compiler builtin information. >> --- >> configure.ac | 3 ++ >> m4/gcc_check_builtin.m4 | 17 +++------- >> src/Makefile_Eina.am | 1 + >> src/lib/eina/eina_config.h.in | 15 +++++++++ >> src/lib/eina/eina_cpu.c | 37 +++++++++++++++++++--- >> src/lib/eina/eina_cpu.h | 11 +++++++ >> src/lib/eina/eina_inline_cpu.x | 70 ++++++++++++++++++++++++++++++++++++++++++ >> src/lib/eina/eina_main.c | 4 ++- >> 8 files changed, 140 insertions(+), 18 deletions(-) >> >> ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
