分页: 1 / 1

emacs23 编译安装 求解

发表于 : 2008-06-09 15:15
caryturing
我安装emacs时,cvs的源代码
./configure 时
******************************************************************
* *
* The Emacs "emacs-unicode-2" branch has been merged into *
* the CVS trunk, and is now obsolete. You should probably *
* use the CVS trunk instead. *
* *
* To switch a CVS checkout to the trunk, use the command: *
* *
* cvs update -A *
* *
******************************************************************
是什么意思,我照着
&cvs update -A
再./congure通过,可以make bootstrap 时
make[3]: *** 没有规则可以创建“compile-main”需要的目标“/home/cary/emacs/lisp/org/org-agenda.elc”。 停止。
make[3]: Leaving directory `/home/cary/emacs/lisp'
make[2]: *** [compile] 错误 2
make[2]: Leaving directory `/home/cary/emacs/lisp'
make[1]: *** [bootstrap-build] 错误 2
make[1]: Leaving directory `/home/cary/emacs'
make: *** [bootstrap] 错误 2
我在lisp目录下没有看到org文件夹。我搞半天了,求高人解决, 让我安装好emacs23。

发表于 : 2008-06-09 20:22
caryturing
怎么了没有人帮我阿,有dev包吗,这样装能装上emacs23就可以了,版本不要太久就行了

发表于 : 2008-06-11 12:56
huangdc
上传了一个,是08年6月10日的,我编译通过了。链接:
http://www.adrive.com/public/417cae4883 ... b5e01.html

发表于 : 2008-06-11 14:23
caryturing
huangdc 写了:上传了一个,是08年6月10日的,我编译通过了。链接:
http://www.adrive.com/public/417cae4883 ... b5e01.html
先谢谢你,等下我试试。

发表于 : 2008-06-13 18:27
caryturing
huangdc 写了:上传了一个,是08年6月10日的,我编译通过了。链接:
http://www.adrive.com/public/417cae4883 ... b5e01.html
谢谢你阿,虽然你的我也不能编译通过,不过我从你的文件中考了一个org文件到我的目录下,我的以前总是在make的时候提示说没有org文件,我从新编译后成功了。