gipmsg (GNOME IP Messenger)

[ 戻る | トップページに戻る ]

概要

gipmsg とは、X11/GTK+/GNOME 対応の IP Messenger である。 もちろん、他機種版の IP Messenger とのメッセージ交換も可能。

URL

http://gipmsg.sourceforge.net/ (Official Site)

インストール環境

Slackware 7.0 (Kernel 2.2.14 + glibc 2.1.2)

必要なもの

特になし

バージョン

0.4.0beta1

インストール手順

$ bzip2 -dc gipmsg-0.4.0beta1.tar.bz2 | tar xvf -
$ cd gipmsg-0.4.0beta1
$ ./configure --enable-applet --with-esd-prefix=/usr/bin --with-esd-exec-prefix=/usr/bin
(snip)
hecking for X11/extensions/xf86misc.h... yes
checking for esd-config... /usr/bin/bin/esd-config
checking for ESD - version >= 0.2.7... ./configure: /usr/bin/bin/esd-config: No such file or directory
./configure: /usr/bin/bin/esd-config: No such file or directory
./configure: /usr/bin/bin/esd-config: No such file or directory
./configure: /usr/bin/bin/esd-config: No such file or directory
./configure: /usr/bin/bin/esd-config: No such file or directory
no
*** Could not run ESD test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding ESD or finding the wrong
*** version of ESD. If it is not finding ESD, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location  Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
configure: warning: *** `esd-manager' will not be built ***
(snip) 

あれ? なんで /usr/bin/bin/esd-config になってるんだ? --with-esd*prefix に指定するのは /usr でいいのか。 ひょっとすると--with-esd*prefix は要らないのかも。
$ ./configure --enable-applet --with-esd-prefix=/usr --with-esd-exec-prefix=/usr
$ make
$ make check
$ su
# make install
# exit

あれ? GNOME の System menus - Panel - Add applet - ネットワーク - GIPMsg で起動しない。gipmsg を直接起動すると動くけど Applet にならない。 configure に --with-gnome がいるのかな? やってみたが、変化なし。 わからん。

[ 戻る | トップページに戻る ]