您能否告诉我如何在MacOS上使用aquamacs设置cscope?
我已经关注了Google的链接,说明如何为我的源代码构建cscope数据库。但是如何用aquamacs调用cscope?
谢谢。
答案 0 :(得分:0)
M-x shell然后'cd your_dir; cscope ....“?
答案 1 :(得分:0)
安装xscope.el http://www.emacswiki.org/emacs/CScopeAndEmacs#toc3
我使用的是Emacs的GNU Cocoa版本,但我认为这对你也有用。
答案 2 :(得分:0)
使用Aquamacs 2.3a [GNU Emacs 23.3.50.1(i386-apple-darwin9.8.0,NS apple-appkit-949.54)于2011-08-04对braeburn.aquamacs.org - Aquamacs Distribution 2.3a进行以下操作]在Mac OS X 10.6.8上:
从http://sourceforge.net/projects/cscope/files/下载cscope(版本使用15.7a)。 bunzip2并解压软件。执行'configure';做吧'。如果发现错误,请检查以下页面并按照http://cean2wizard.blogspot.com/2011/02/cscope-157a-build-with-mac-os-x-snow.html中的说明修补文件constant.h。基本上,将Mac的TERMINFO设置为1。做'make'然后'sudo make install'。
转到contrib目录。将xcscope.el复制到〜/ Library / Application \ Support / Aquamacs \ Emacs /
将目录更改为〜/ Library / Application \ Support / Aquamacs \ Emacs /,并编辑site-start.el并添加以下行:
(需要`xcscope)
启动Aquamacs。