如何在 Windows 上为 Emacs 23.1.50 编译 CEDET 1.0pre7 编译?
我正在尝试从 Windows 上的 Emacs 23.1.50 的 CVS 编译 CEDET,但在“步骤 6:打开 EDE...”上出现错误:“defvar:符号作为变量的值为 void:cedet-menu-map ”。 CEDET 1.0pre6 的编译会引发相同的错误。
I'm trying to compile CEDET from CVS for Emacs 23.1.50 on Windows and I've got error on "Step 6: Turning on EDE...": "defvar: Symbol's value as variable is void: cedet-menu-map". Compilation of CEDET 1.0pre6 raises the same error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CEDET 在 23 发布后已集成到 Emacs 中。因此,您不需要为 Emacs 编译 CEDET,只需打开它即可。在这样的 Emacs 版本中,与 CEDET 的安装说明的唯一区别是您不需要加载 cedet.el,并且您确实需要打开(语义模式 1)来执行 cedet.el 以前的操作做。
CEDET has been integrated into Emacs after 23 was released. As such, you don't need to compile CEDET for your Emacs, you just need to turn it on. In such a version of Emacs, the only difference from the install instructions from CEDET is that you don't need to load cedet.el, and you do need to turn on (semantic-mode 1) to do what cedet.el used to do.