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 を実行したら日本語の読み書きができるようになった。
■ やること
- 年金