Ubuntu Jaunty 64 ビット マシンで jssh と firefox をうまく動作させるのに苦労しています。これを機能させるために必要な特定の手順を知っている人はいますか? (または、firewatir を動作させるために何か他のものを使用している場合は、それらも回答として取り上げます)
ここに私が試したいくつかのことがあります:
jssh 拡張機能を単独でインストールし ( http://wiki.openqa.org/display/WTR/FireWatir+on+Ubuntuの指示に従って)、次のコマンド ラインを実行するとエラーが表示されます。
Firefox -jssh
telnet ローカルホスト:9997
エラーが発生します:
::1 を試行中...
127.0.0.1 を試しています...
telnet: リモート ホストに接続できません: 接続が拒否されました
次の mozconf ファイルと make コマンドを使用して Firefox をコンパイルすると、エラーが表示されます。
.
The file:
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-jssh
ac_add_options --enable-extensions=default,jssh
ac_add_options --enable-application=browser
The command:
make -f client.mk
I get the Error:
make[6]: [WebGLContext.o] Error 1
make[6]: Leaving directory `/home/bernie/sources/mozilla-central/firefox-jssh/content/canvas/src'
make[5]: [src_libs] Error 2
make[5]: Leaving directory `/home/bernie/sources/mozilla-central/firefox-jssh/content/canvas'
make[4]: [canvas_libs] Error 2
make[4]: Leaving directory `/home/bernie/sources/mozilla-central/firefox-jssh/content'
make[3]: [libs_tier_gecko] Error 2
make[3]: Leaving directory `/home/bernie/sources/mozilla-central/firefox-jssh'
make[2]: [tier_gecko] Error 2
make[2]: Leaving directory `/home/bernie/sources/mozilla-central/firefox-jssh'
make[1]: [default] Error 2
make[1]: Leaving directory `/home/bernie/sources/mozilla-central/firefox-jssh'
make: [build] Error 2
- コンパイル中