[Kazehakase-devel 2035] Re: configure 時に firefox-gtkmozembed の認識に失敗

Zurück zum Archiv-Index

Hiroyuki Ikezoe poinc****@ikezo*****
2005年 3月 17日 (木) 18:35:39 JST


zoeです。

On Thu, 17 Mar 2005 18:19:38 +0900 (JST)
UTUMI Hirosi <utuhi****@yahoo*****> wrote:

> わたしのパッケージでは、次版からgeckoエンジンをfirefoxのものに
> 切替えようと考えています。

スッバラシイ!
実は手元のリリース版firefoxだとヘッダファイルをインストールしてくれなく
て動作確認がきちんとできてない状態なので、非常に助かります。

> そこで CVSのコードを --with-gecko-engine=firefox のオプションをつけて
> configure したのですが、firefox-gtkmozembed の認識に失敗します。
> 
> 対策として次のパッチを当てたところ、
> //
> --- configure.in	2005-03-17 14:48:32.000000000 +0900
> +++ configure.in.new	2005-03-17 17:00:25.049963360 +0900
> @@ -38,8 +38,8 @@
>  
>  dnl try to autodetect: if mozilla exists, use it, else try firefox, then thunderbird
>  if test "x$GECKO" = "x"; then
> -  if $PKG_CONFIG --exists firefox-gtkmozembed; then
> -    GECKO=firefox
> +  if $PKG_CONFIG --exists mozilla-firefox-gtkmozembed; then
> +    GECKO=mozilla-firefox
>    elif $PKG_CONFIG --exists mozilla-gtkmozembed; then
>      GECKO=mozilla
>    elif $PKG_CONFIG --exists thunderbird-gtkmozembed; then


+  if $PKG_CONFIG --exists mozilla-firefox-gtkmozembed; then
+    GECKO=firefox

だとどうでしょうか?



Kazehakase-devel メーリングリストの案内
Zurück zum Archiv-Index