無くなった (正確にはちゃんと動かなくなってしまった) gaimの make に挑戦する事にした。しかも、最近 2.0のベータ3版が出ているようなので、試してみたいとも思った。
しかし、configure がうまくいかない。調べている時間もない。今回はあきらめることにした。
で、しょうがないので安定版というか、バージョン1.50 を試すことにした。
先ほどのエントリにも書いたように、make コマンドが無くなったので、gmake で代用する。従って、configure の起動は以下の通りとなった。(私の環境のようにおかしな環境でなければ、MAKE=gmake は不要なのだ)
solaris% MAKE=gmake ./configure --disable-doxygen --disable-perl
そうそう、perl スクリプトの組み込みもうまく行かなかったので、configureのオプションから外している。また、gmake とは違い、ar の代用である gar の指定は、Makefile.in に埋め込まれているので、上記のように環境変数では渡せなかった。とりあえず、find + grep で ar を指定している箇所を調べ、Makefile.in に直接 gar を指定した。ちなみに、make, ar のシンボリックリンクで、gmake, gar を指定することも可能であるが、近々 無くなってしまったこれらのコマンドを元に戻したいので、ややこしいことはしたくないのである。(といういいわけ)
で、configure の結果がわりと親切で感動した。
gaim 1.5.0 Build Protocol Plugins........ : yes Protocols to link statically.. : Protocols to build dynamically : gg irc jabber msn napster novell oscar yahoo zephyr UI Library.................... : GTK 2.x SSL Library/Libraries......... : GNUTLS Build with Plugin support..... : yes Build with Perl support....... : no Build with Tcl support........ : no Build with Tk support......... : no Build with Audio support...... : no Build with NAS support........ : no Build with GtkSpell support... : no Use kerberos 4 with zephyr.... : no Use external libzephyr........ : no Use XScreenSaver Extension.... : yes Use X Session Management...... : yes Use startup notification.......: yes Print debugging messages...... : no Gaim will be installed in /usr/local/bin. Warning: You have an old copy of gaim at /usr/local/bin/gaim. configure complete, now type 'make'
なにが親切かっていうと、最後の Warning である。古いバージョンの gaim が存在することを教えてくれている。こういうちょっとした気遣いは嬉しい。
新しいコメントの投稿