Hi all,

I'm having trouble building the EFL, etc. libraries... I typically
download the tarballs and compile from those, but i've also now tried
following the directions on:

https://www.enlightenment.org/docs-efl-start

Compiling all the libraries (in the order specified) still results in
the same problem. Since the last time i had a successful build, the
instructions have been updated to include (or maybe they were there
before, but i just missed them)

To ensure your code is compiled with decent optimzations you should
also set this up in your environment:
export CFLAGS="-O3 -ffast-math -march=native"

efl, emotion_generic_players, and evas_generic_loaders all build fine,
but when it comes to elementary i get the following error towards the
end:

make[2]: Entering directory '/home/conrad/src/e19/elementary/data'
Making all in themes
make[3]: Entering directory '/home/conrad/src/e19/elementary/data/themes'
  EDJ      default.edj
/bin/bash: line 3:  9778 Segmentation fault      (core dumped)
/usr/local/bin/edje_cc -fastdecomp -id . -fd . -id
../../data/themes/img -fd ../../data/themes/fnt -sd
../../data/themes/snd -l ../../COPYING -a ../../AUTHORS -fastdecomp
../../data/themes/default.edc ../../data/themes/default.edj
Makefile:1545: recipe for target 'default.edj' failed
make[3]: *** [default.edj] Error 139

If i start over (make clean, run configure again, etc.) and don't set
those optimization CFLAGS, all goes well.

What could be causing this? Is there any way to track down the
problem? There is a work-around, but that means everything is built
without the aforementioned "decent optimzations".

Thanks,
-Conrad.

-- 
Whenever and  wherever you want.

------------------------------------------------------------------------------
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to