Question

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".

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top