vine-users ML アーカイブ



[vine-users:072291] Re: mplayer の install

  • From: Satoru Otsubo <otsubo_p@xxxxxxxxxxxxxxx>
  • Subject: [vine-users:072291] Re: mplayer の install
  • Date: Wed, 6 Jul 2005 12:02:03 +0900
大坪です。
野宮さん、松本さん、ご教授をありがとうございます。

http://mplayerplug-in.sourceforge.net/install.php#plugin
に従いました。
$ rpm -q gtk2
gtk2-2.4.13-0vl1
でした。
# apt-get install mozilla-devel
としました。
# tar xzvf mplayerplug-in-2.85.tar.gz
# cd mplayerplug-in
# ./configure
において、
-----
.......
checking MOZPLUG_CFLAGS... -I/usr/include/mozilla-1.7.8/java -I/usr/include/mozilla-1.7.8/plugin -I/usr/include/mozilla-1.7.8 -I/usr/include/mozilla-1.7.8/xpcom -I/usr/include/mozilla-1.7.8/string -I/usr/include/mozilla-1.7.8/nspr
checking MOZPLUG_LIBS... -L/usr/lib/mozilla-1.7.8 -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl
checking for gtk+-2.0... Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
configure: WARNING: *** Running in X mode - Limited Features ***
checking for gthread-2.0... Package gthread-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gthread-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gthread-2.0' found
configure: error: Missing gthread package
-----
となりました。
gtk+-2.0 と gthread-2.0とに問題があるのでしょうか。
どのようにしたらよいのでしょう?