emacs-24.3

emacs-24.3 が出ていたのでコンパイル、インストールしておいた。emacsコンパイル中に jpeg の部分で

In file included from /usr/local/include/jpeglib.h:27,
                 from image.c:6042:
/usr/local/include/jmorecfg.h:263: error: expected identifier before '(' token

というエラーが発生した。原因を調査するのが面倒なので、先日入れた jpeg-9 であることが明白なので、以前使っていた jpeg-8a をインストールし直してから再度 emacsコンパイル、インストールした。

wget http://ftp.gnu.org/gnu/emacs/emacs-24.3.tar.gz
tar zxf emacs-24.3.tar.gz
cd emacs-24.3
./configure --with-x --with-x-toolkit=gtk
make
make install

ddskk も最新にする。

wget http://openlab.ring.gr.jp/skk/maintrunk/ddskk-20130317.tar.gz
tar zxf ddskk-20130317.tar.gz
cd ddskk-20130317
make
make install

そして mew も最新に。

make distclean
git pull
./configure
make
su
make install