简体   繁体   English

Windows版本emacs 24.3上的ecb安装错误

[英]ecb installation error on windows version emacs 24.3

I have emacs 24.3 installed on windows, and tried to install ecb version 20130406.1406 through the package manager, however, during the compiling process, i had the following error message: 我在windows上安装了emacs 24.3,并尝试通过包管理器安装ecb版本20130406.1406,但是,在编译过程中,我有以下错误消息:

jn-file-tree.el:31:1:Error: Cannot open load file: jn-tree-node jn-file-tree.el:31:1:错误:无法打开加载文件:jn-tree-node

Compiling file c:/Users/zyuan/.emacs.d/elpa/ecb-20130406.1406/ecb2/jn-tree-node.el at Fri Apr 12 19:03:13 2013 jn-tree-node.el:32:1:Error: Cannot open load file: jn-utils 编译文件c:/Users/zyuan/.emacs.d/elpa/ecb-20130406.1406/ecb2/jn-tree-node.el at Fri Apr 12 19:03:13 2013 jn-tree-node.el:32:1 :错误:无法打开加载文件:jn-utils

Compiling file c:/Users/zyuan/.emacs.d/elpa/ecb-20130406.1406/ecb2/jn-tree-view.el at Fri Apr 12 19:03:13 2013 jn-tree-view.el:31:1:Error: Cannot open load file: jn-window 编译文件c:/Users/zyuan/.emacs.d/elpa/ecb-20130406.1406/ecb2/jn-tree-view.el at Fri Apr 12 19:03:13 2013 jn-tree-view.el:31:1 :错误:无法打开加载文件:jn-window

Compiling file c:/Users/zyuan/.emacs.d/elpa/ecb-20130406.1406/ecb2/jn-utils.el at Fri Apr 12 19:03:13 2013 编译文件c:/Users/zyuan/.emacs.d/elpa/ecb-20130406.1406/ecb2/jn-utils.el于2013年4月12日星期五19:03:13

Compiling file c:/Users/zyuan/.emacs.d/elpa/ecb-20130406.1406/ecb2/jn-window.el at Fri Apr 12 19:03:13 2013 jn-window.el:44:25:Error: Invalid lambda variable (parent jn-window-container) 编译文件c:/Users/zyuan/.emacs.d/elpa/ecb-20130406.1406/ecb2/jn-window.el at Fri Apr 12 19:03:13 2013 jn-window.el:44:25:错误:无效lambda变量(父jn-window-container)

Compiling file c:/Users/zyuan/.emacs.d/elpa/ecb-20130406.1406/ecb2/test.el at Fri Apr 12 19:03:13 2013 test.el:31:1:Error: Cannot open load file: jn-tree-view ... 编译文件c:/Users/zyuan/.emacs.d/elpa/ecb-20130406.1406/ecb2/test.el at Fri Apr 12 19:03:13 2013 test.el:31:1:错误:无法打开加载文件: jn-tree-view ...

did any one encounter this before? 有没有人遇到过这个?

anyway, despite the above errors, it was installed, and i was able to activate ecb by run Mx ecb-activate, however i got an error message as follow: 无论如何,尽管有上述错误,它已安装,我能够通过运行Mx ecb-activate激活ecb,但是我收到如下错误信息:

The ECB is now deactivated. 欧洲央行现已停用。 ecb-clean-up-after-activation-failure: ECB 2.40: Errors during the layout setup of ECB. ecb-clean-up-activation-activation-failure:ECB 2.40:ECB布局设置期间的错误。 (error-type: void-variable, error-data: (ecb-examples-bufferinfo-buffer-name)) (error-type:void-variable,error-data:(ecb-examples-bufferinfo-buffer-name))

thanks alot! 非常感谢!

I met the similar issue, use this to fix the activate failure: 我遇到了类似的问题,使用它来修复激活失败:

(setq ecb-examples-bufferinfo-buffer-name nil)

According to: Emacs 24.3.1 CEDET 2.0 (built in) and ECB 20131116.1319: Errors during the layout setup of ECB 根据: Emacs 24.3.1 CEDET 2.0(内置)和ECB 20131116.1319:ECB布局设置期间的错误

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM