emacs-devel
[Top][All Lists]
Advanced

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

Re: Problems with EDE


From: Sascha Wilde
Subject: Re: Problems with EDE
Date: Wed, 07 Oct 2009 11:49:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Summary: 
Problems with EDE make projects:
- Target are not created correctly in Makefile:

Details for reproduction:
-  emacs -Q
-  M-x global-ede-mode RET
-  M-x semantic-mode RET
-  M-x make-directory RET /tmp/cedet-test2 RET
-  C-x C-f /tmp/cedet-test2/test.c RET
- [In the buffer:]
   #include <stdio.h>
   int main () { puts("Hello EDE!"); }
-  C-x C-s
-  M-x ede-new RET
  Project Type: Make
  Name: edetest2
-  C-c . t
  Name: hello
  Type: program
  Add test.c to hello? (y or n) y
-  C-c . c

Now I get compilation output:

  -*- mode: compilation; default-directory: "/tmp/cedet-test2/" -*-
  Compilation started at Wed Oct  7 11:47:00

  make -f Makefile hello
  make: *** No rule to make target `hello'.  Stop.

  Compilation exited abnormally with code 2 at Wed Oct  7 11:47:00

A short look in the generated Makefile shows that there is no explicit
target `hello' defined (although a target `all' is there and references
`hello').

cheers
sascha
-- 
Sascha Wilde

Lisp is the red pill.
  -- John Fraser, comp.lang.lisp




reply via email to

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