Built vlc 2.1 from git successfully and trying to compile Mozilla/Firefox Plugin for MAC. Based on following error even installed Geko SDK, Sea Monkey etc. However, haven't built Geko SDK yet -not sure needed or not. Same error/extremely frustrating! Please help. If anyone could outline the steps (I'd been thru wiki, forums, README, INSTALL etc) required to compile this with details on arguments for configure, greatly appreciate.
configure: error: Please install the Mozilla development tools, required headers were not found.
Not sure what is needed here (installed SeaMonkey and so on as well) as VLC was successfully packaged earlier.
I could see npapi.h headers ..//vlc/contrib/x86_64-apple-darwin10/include/npapi.h
Mac 10.7.3 Xcode 4.3, Latest 2.1 code from repo.
sudo ./configure LIBVLC_CFLAGS=-I/Users/test/vlc/build/vlc_install_dir/include LIBVLC_LIBS="-L/Users/test/vlc/build/vlc_install_dir/lib -lvlc" --host=x86_64-apple-darwin10 --build=x86_64-apple-darwin10 --enable-macosx
PATH=
/usr/bin:/bin:/Users/test/Downloads/xulrunner-sdk/bin:/Users/test/vlc//bin:/Users/test/vlc/build/bin:/Users/test/vlc//build/VLC.app/Contents/MacOS/bin:/Users/test/vlc//build/vlc_install_dir/bin:/Users/test/vlc//contrib/x86_64-apple-darwin10/bin:/Users/test/vlc//extras/tools/autoconf/bin:/Users/test/vlc/extras/tools/build/bin:/Users/test/vlc/extras/tools/cmake/bin:/Users/test/vlc//extras/tools/yasm/modules/objfmts/bin:/Users/test/vlc//extras/tools/yasm/modules/parsers/gas/tests/bin:/Users/test/vlc//extras/vlc/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
checking for IceConnectionNumber in -lICE... yes
checking for LIBVLC... yes
checking Mozilla headers... checking for npapi-sdk >= 0.27... no
checking for seamonkey-plugin >= 1.9.2... no
checking for iceape-plugin >= 1.9.2... no
checking for xulrunner-plugin >= 1.9.2... no
checking for firefox-plugin >= 1.9.2... no
checking for iceweasel-plugin >= 1.9.2... no
checking for mozilla-plugin >= 1.9.2... no
checking for libxul >= 1.9.2... no
no
checking npapi.h usability... no
checking npapi.h presence... no
checking for npapi.h... no
checking for npruntime.h... no
configure: error: Please install the Mozilla development tools, required headers were not found.