Mar 3 (16 hours ago) I am trying to build the android browser of firefox. using the link https://wiki.mozilla.org/Mobile/Fennec/Android I am using linux ubuntu 12.04. I am able to do till Setup Fennec mozconfig and ate that whenever I am trying to build and run the ,/mach build it s givving error continuously ..... the error is as follows : http://pastebin.com/phW6YJPc
My .mozconfig present in src folder is : # Add the correct paths here: ac_add_options --with-android-ndk="/home/href/geckoView/android-ndk-r8e" ac_add_options --with-android-sdk="/home/href/geckoView/adt-bundle-linux-x86_64-20131030/sdk/platforms/android-19" ac_add_options --with-android-toolchain="/home/href/geckoView/android-ndk-r8e/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86_64" ac_add_options --with-android-tools="/home/href/geckoView/adt-bundle-linux-x86_64-20131030/sdk/tools" # android options ac_add_options --enable-application=mobile ac_add_options --target=arm-linux-androideabi ac_add_options --with-ccache mk_add_options MOZ_OBJDIR=./objdir-droid ac_add_options --with-arch=armv6 #ac_add_options --target=i386-linux-android mk_add_options MOZ_MAKE_FLAGS="-j4" Suresh _______________________________________________ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds