On Sun, 30 May 2021 13:00:47 +0200 Pierre Couderc via enlightenment-users
<enlightenment-users@lists.sourceforge.net> said:

> It seems there are some problems building examples :
> 
> 
> efl# ninja -C build
> ninja: Entering directory `build'
> [1/382] Generating edje_cc_text.edc with a custom command
> FAILED: src/examples/edje/text.edj
> /usr/bin/env EFL_RUN_IN_TREE=1 /usr/local/efl/build/src/bin/edje/edje_cc 
> -beta -fastcomp -id /usr/local/efl/src/examples/edje -fd 
> /usr/local/efl/src/examples/edje -sd /usr/local/efl/src/examples/edje 
> -vd /usr/local/efl/src/examples/edje -dd 
> /usr/local/efl/src/examples/edje -md /usr/local/efl/src/examples/edje 
> -td /usr/local/efl/src/examples/edje ../src/examples/edje/text.edc 
> src/examples/edje/text.edj
> edje_cc: Critical. Creation of .mo from .po failed.
> [2/382] Compiling C object 
> src/examples/emotion/emotion_generic_subtitle_example.p/emotion_generic_subtitle_example.c.o
> ninja: build stopped: subcommand failed.
> 
> I had other errors which disapper by restarting the build but not this 
> one...
> 
> Thanks for any help.

i build on my rpi3 and rpi4 all the time, so it's not a pi or arm as such that
is an issue. i do us arch linux on my pi's tho.

did you check mem usage? the pi0 has very little ram and may not have enough to
do the compile. add swap to see if it makes it in the end after being slow...
monitor mem usage constantly as it builds. only other possibility - gettext
installed? edje_cc tries to run
  msgfmt
to generate mo files.


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to