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

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

Cannot get Cedet working.


From: Vaclav Havlik
Subject: Cannot get Cedet working.
Date: Sun, 01 May 2011 19:53:27 +0200 (CEST)

Hello,
could anybody advise me on this?

I am on Ubuntu 9.04 (hopefully it is not important). I downloaded emacs-23.3 . 
Then
$ ./configure --prefix=/home/johny/local/emacs --with-xpm=no --with-jpeg=no 
--with-png=no --with-gif=no --with-tiff=no
$ make
$ make install

My ~/.emacs is
;;;;;;;;;;;
(global-ede-mode t)
;;;;;;;

I open the editor 
$ /home/johny/local/emacs/bin/emacs
 I do
M-x ede-new
then it creates Project.ede containing
;; Object hello
;; EDE project file.
(ede-proj-project "hello"
  :name "hello"
  :file "Project.ede"
  :targets 'nil
  )

And now it happens: I cannot find a way to create any target. The documentation 
is strange. Development->Project Options->Add Target is disabled.
When I do
M-x ede-new-target
then minibuffer says: "Method project-new-target called on nil."

Thank you very much.
Venca.



reply via email to

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