分页: 1 / 1

[问题]编译emacs23总是出错

发表于 : 2007-10-28 11:11
opmetic
想在自己的ubuntu上编译emacs23玩玩,可是总是出错;请高手帮帮看看:
我的做法是:

2、用
cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co -r emacs-unicode-2 emacs
从cvs服务器上得到最新的emacs

3、 安装如下的包
sudo apt-get build-dep emacs21
sudo apt-get install xserver-xorg-dev
sudo apt-get install xorg-dev
sudo apt-get install libncurses5
sudo apt-get install libncurses5-dev
sudo apt-get install libidl-dev
sudo apt-get install libgtk2.0-dev

4、 开始编译emacs啦,大家慢慢等哦
./configure --enable-font-backend --with-xft --with-freetype --with-gtk

在这以前都没有看到什么错误 ,可是接下来
make bootstrap
就出错了:错误如下:
RUNEMACS="`/bin/pwd`/temacs"; cd /home/popo/emacs/src/../admin/unidata; make -w RUNEMACS="${RUNEMACS}" DSTDIR=/home/popo/emacs/src/../lisp/international
make[3]: Entering directory `/home/popo/emacs/admin/unidata'
/home/popo/emacs/src/temacs -batch -f batch-byte-compile unidata-gen.el
make[3]: *** [unidata-gen.elc] 忽略 (core dumped)
make[3]: Leaving directory `/home/popo/emacs/admin/unidata'
make[2]: *** [/home/popo/emacs/src/../lisp/international/charprop.el] 错误 2
make[2]: Leaving directory `/home/popo/emacs/src'
make[1]: *** [bootstrap-build] 错误 2
make[1]: Leaving directory `/home/popo/emacs'
make: *** [bootstrap] 错误 2


我试了N次了!都是这个问题!

发表于 : 2007-11-17 19:45
fans1
configure和make boostrap帖全了看