all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Canellas <rodrigo.canellas@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: help with CEDET
Date: Sun, 2 Jun 2013 00:13:47 -0300	[thread overview]
Message-ID: <CABUv-0dB7a=kVjRWEmSp3O3C0g7+L1bM0bLEGNpU-jD20GXx_A@mail.gmail.com> (raw)

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	other threads:[~2013-06-02  3:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-02  3:13 Canellas [this message]
2013-06-02 14:35 ` help with CEDET Pierre Lorenzon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABUv-0dB7a=kVjRWEmSp3O3C0g7+L1bM0bLEGNpU-jD20GXx_A@mail.gmail.com' \
    --to=rodrigo.canellas@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.