Okay, so i got the source by using repo and launched the following commands from the terminal:
source build/envsetup.sh
lunch android_x86-eng
make -j4 iso_img
when i try to build the ISO i get the following error:
I dont know if anyone else got the same error as me, but this error appears on every build i try to make.
I am building Kitkat-X86 on Elementary OS Luna (latest version) (updated) X64.
Can someone come with a solution, please?
source build/envsetup.sh
lunch android_x86-eng
make -j4 iso_img
when i try to build the ISO i get the following error:
Code:
xgettext -L C --from-code utf-8 -o out/target/product/x86/obj/STATIC_LIBRARIES/libmesa_dri_common_intermediates/xmlpool.pot external/mesa/src/mesa/drivers/dri/common/xmlpool/t_options.h /bin/bash: xgettext: command not found make: *** [out/target/product/x86/obj/STATIC_LIBRARIES/libmesa_dri_common_intermediates/xmlpool.pot] Error 127 make: *** Waiting for unfinished jobs...
I dont know if anyone else got the same error as me, but this error appears on every build i try to make.
I am building Kitkat-X86 on Elementary OS Luna (latest version) (updated) X64.
Can someone come with a solution, please?