I'm running GNU Emacs 23.1.1 on WinXP/SP2, Cygwin stuff, cedet-1.0pre6
and get the following message
"Version of CTags is 0. Need at least 5.7"
when I run
(defun sk-load-semantic ()
"Load the semantic stuff from the cedet package."
(interactive)
(if (file-exists-p "~/site-lisp/cedet-1.0pre6/common/cedet.el")
(progn
(load-file "~/site-lisp/cedet-1.0pre6/common/cedet.el")
(global-ede-mode t)
(require 'semantic-ia)
(require 'semantic-gcc)
(require 'semanticdb)
(require 'semanticdb-global)
(semanticdb-enable-gnu-global-databases 'c-mode)
(semanticdb-enable-gnu-global-databases 'c++-mode)
(semantic-load-enable-all-exuberent-ctags-support)
(if (eq system-type 'windows-nt)
(semantic-add-system-include "c:/usr/cygwin/lib/gcc/i686-pc-cygwin/4.3.2/include/c++" 'c++-mode))
(semantic-load-enable-code-helpers)
(global-srecode-minor-mode 1))))
Any ideas what I'm doing wrong? Thanks.
Sarir
--
Sarir Khamsi
software guy
sarir.khamsi@...
520-471-8243: work
520-410-3955: pager
|