help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

help with CEDET


From: Canellas
Subject: help with CEDET
Date: Sun, 2 Jun 2013 00:13:47 -0300

Hi,

I followed the instructions found
http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html#sec4,
http://www.emacswiki.org/emacs/CEDET_Quickstart and
edet.sourceforge.net/setup.shtml, but I just can't get 'semantic' to work.

This is what I did:

1 - I downloaded
cedet_snapshot-rev_8563.tar.gz<http://www.randomsample.de/cedet-snapshots/cedet_snapshot-rev_8563.tar.gz>from
http://www.randomsample.de/cedet-snapshots/

2 - Then I did 'make clean-all && make'

3 - I moved the 'trunk' directory to 'cedet-bzr' inside '~/.emacs.d'

4 - In my '.emacs' file (of my 23.4.1 Emacs) I wrote:

(load-file "~/.emacs.d/cedet-bzr/cedet-devel-load.el")


(global-ede-mode 1)                      ; Enable the Project management
system
(semantic-load-enable-code-helpers)      ; Enable prototype help and smart
completion
(global-semantic-idle-completions-mode t)
(global-semantic-decoration-mode t)
(global-semantic-highlight-func-mode t)
(global-semantic-show-unmatched-syntax-mode t)

(semantic-mode t)

But when I try, for example, ' M-x semantic-complete-analyze-inline', I get
the error
"

Idle Work Typecaching Error: "#<buffer test1.cpp> - Wrong type argument:
stringp, (((0) \"ptrdiff_t\"))"

"


Can anyone point out what I'm doing wrong?


Thanks a lot!

    Rodrigo Canellas

    -----------
    Programador C++ <http://code.google.com/p/tenacitas/>
    Fotógrafo amador <http://photo.net/photos/RodrigoCanellas>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]