emacs-devel
[Top][All Lists]
Advanced

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

Re: Problems with EDE


From: Eric M. Ludlam
Subject: Re: Problems with EDE
Date: Wed, 07 Oct 2009 12:32:47 -0400

I tried your sample w/ the non-integrated CEDET w/ a slightly older
Emacs 23, and the created Makefile was complete.  I have tests similar
to this with Make and Automake that all run to completion also.

As such, I'd guess something didn't translate properly in the merge.  I
can look into this, but it won't be soon.

Eric 

On Wed, 2009-10-07 at 11:49 +0200, Sascha Wilde wrote:
> 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




reply via email to

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