带有集成 cedet 的 emacs 23.3 中的语义错误
这是我正在使用的 cedet 版本
CEDET Version: 1.0
Requested File Loaded
Package Version Version Version
----------------------------------------------------------
cedet: 1.0 nil ok
eieio: 1.3 nil ok
semantic: 2.0 nil ok
srecode: 1.0 nil Not Loaded
ede: 1.0 nil ok
speedbar: 1.0 nil ok
emacs version 23.3.1
当我运行“Mx语义-ia-fast-jump”时,我收到错误:
Wrong type argument: stringp, (((0) "ptrdiff_t"))
有人知道为什么吗?这绝对不是因为变量的数据类型是“ptrdiff_t”。
Here is the version of cedet I am using
CEDET Version: 1.0
Requested File Loaded
Package Version Version Version
----------------------------------------------------------
cedet: 1.0 nil ok
eieio: 1.3 nil ok
semantic: 2.0 nil ok
srecode: 1.0 nil Not Loaded
ede: 1.0 nil ok
speedbar: 1.0 nil ok
emacs version 23.3.1
When I run "M-x semantic-ia-fast-jump", I got the error:
Wrong type argument: stringp, (((0) "ptrdiff_t"))
Anybody knows why? It's definitely not because the data type of the variable is "ptrdiff_t".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于版本 23.x,最好使用 BZR 版本,因为它包含了更多修复C++,加上许多其他改进...有关安装和安装的详细信息您可以在本文中找到自定义内容。
for version 23.x it still better to use version from BZR as it incorporates more fixes for C++, plus many other improvements... Details on installation & customization you can find in this article.