Sponsored Link
トップ «前の日記(2007年05月16日(水)) 最新 次の日記(2007年05月23日(水))» 編集  RDF

メモの日々

2000|11|12|
2001|01|02|03|04|05|06|07|08|09|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|

2007年05月17日(木) [長年日記]

[vim] Vim 7.1をビルド

CentOS 4.4だとVimのパッケージはバージョン6系だった。vimgrepコマンドを使いたいのに動かず不便。7.1も出たことなので自分でビルドしてみることにした。

はじめは vim-7.1.tar.bz2 だけダウンロードして make;make install してみたが、これだと日本語の表示ができない模様。

次に vim-7.1-lang.tar.gz と vim-7.1-extra.tar.gz もダウンロードし make;make install してみたが、やはり日本語を表示できない。src/INSTALL ファイルに

Unix: COMPILING WITH MULTI-BYTE

When you want to compile with the multi-byte features enabled, make sure you
compile on a machine where the locale settings actually work.  otherwise the
configure tests may fail.  You need to compile with "big" features:

    ./configure --with-features=big

とあったので、この configure コマンドを実行してから make;make install を実行したら日本語の読み書きができるようになった。

やること

  • 年金
[]

トップ «前の日記(2007年05月16日(水)) 最新 次の日記(2007年05月23日(水))»