ede / eieio errors
Mandar Mitra <[email protected]> Wed, 1 Apr 2015 17:09:35 +0530
| Newsgroups | gmane.emacs.cedet |
|---|---|
| Message-ID | <[email protected]> |
Hello all,
I'm using the git version of CEDET (pulled very recently), and I'm
running into the following problem. When I open a file within a project,
the file opens up, but I also get the following message:
eieio-persistent-read: Corrupt object on disk: Unknown saved object
Same problem with M-x ede ...
After that, tag summaries / completions on "somePointer->" or
"someStructure." only work for structures defined within the file.
OTOH, (load-file "/home/mandar/Dropbox/ir/smart/src/Project.ede") returns
t, and tag summaries / completions work for structures defined in the
project's .h files as well.
My Project.ede file (based on some online tutorials) looks like this:
---------------------------------------------------------------------------
;; Object Smart
;; EDE Project Files are auto generated: Do Not Edit
(ede-cpp-root-project "Smart"
:file "/home/mandar/Dropbox/ir/smart/src/Project.ede"
:name "Smart"
:include-path '("/h")
:targets nil)
---------------------------------------------------------------------------
Can anyone please provide any hints about what I might be doing wrong?
Many thanks,
Mandar.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/