Hi,
I have a build issue with gecko (branch pine) :
./build.sh
...
/home/daniel/nexus5/source/transition/B2G/pine/configure
Reexecuting in the virtualenv
Adding configure options from /home/daniel/nexus5/source/transition/B2G/gonk-misc/default-gecko-config
--enable-crashreporter
--enable-release
--enable-js-shell
--target=arm-linux-androideabi
--with-gonk=/home/daniel/nexus5/source/transition/B2G
--enable-application=b2g
--with-android-ndk=/home/daniel/.mozbuild/android-ndk-r11b
--with-android-version=21
--enable-debug-symbols
--with-ccache
--disable-jemalloc
--disable-printing
--enable-updater
--enable-update-channel=
--with-fpu=neon
--with-ccache
CXXFLAGS=-DMOZ_ENABLE_JS_DUMP -include /home/daniel/nexus5/source/transition/B2G/gonk-misc/Unicode.h
MOZ_ADDON_SIGNING=1
MOZ_REQUIRE_SIGNING=0
ENABLE_TESTS=1
ENABLE_MARIONETTE=1
B2G_ANDROID_NDK_PATH=/home/daniel/.mozbuild/android-ndk-r11b
checking for a shell... /bin/sh
checking for host system type... x86_64-pc-linux-gnu
checking for target system type... arm-unknown-linux-androideabi
Traceback (most recent call last):
File "/home/daniel/nexus5/source/transition/B2G/pine/configure.py", line 94, in <module>
sys.exit(main(sys.argv))
File "/home/daniel/nexus5/source/transition/B2G/pine/configure.py", line 22, in main
sandbox.run(os.path.join(os.path.dirname(__file__), 'moz.configure'))
File "/home/daniel/nexus5/source/transition/B2G/pine/python/mozbuild/mozbuild/configure/__init__.py", line 239, in run
raise InvalidOptionError('Unknown option: %s' % without_value)
mozbuild.configure.options.InvalidOptionError: Unknown option: --with-android-ndk
/home/daniel/.mozbuild/android-ndk-r11b doesn’t exist. How to install it (a google search did not help me)?
(I’ve no problem to build Firefox OS v2.5 and v2.6.)
thanks