トップ «前の日(09-28) 最新 次の日(09-30)» 追記

Masa's blog

検索キーワード:

2011年09月29日 gecko-sdk build for firefox-7.0

_ gecko-sdk build for firefox-7.0

firefox-7.0をビルドした。firefox-6.0.xでの手順と変わらず。ただし、gecko-sdkのビルドは以下のように...

mkdir /usr/local/gecko-sdk-7.0
cp -rL /__some_where__/mozilla-release/obj-i686-pc-linux-gnu/dist/sdk .
cd sdk
cp -rL /__some_where__/mozilla-release/obj-i686-pc-linux-gnu/dist/idl .
cp -rL /__some_where__/mozilla-release/obj-i686-pc-linux-gnu/dist/include .

firefox-6.0.xまでは、以下の作業も行っていたが...

cp /__some_where__/mozilla-release/embedding/browser/activex/src/pluginhostctrl/pluginsdk_include/jri* .
vi jri_md.h
typedef long                    jint;  をコメントアウト

firefox-7.0ではjri*.hが無くなっていた。また、無くてもgecko-mediaplayerがビルド出来たので、少し前から使われなくなっていたのかもしれない(-> jri*.h)。