Re: [Erlide-devel] Mixing Erlang and C code in the same project

2006-05-28 Thread Vlad Dumitrescu
Hi, On 5/28/06, Mickael Remond <[EMAIL PROTECTED]> wrote: * Vlad Dumitrescu <[EMAIL PROTECTED]> [2006-05-27 20:36:43 +0100]: > We have a soon-to-be-released builder for Erlang projects that uses > existing Makefiles. This might conflict with the C nature, since I > presume there is only a single

Re: [Erlide-devel] Mixing Erlang and C code in the same project

2006-05-28 Thread Mickael Remond
Hello, * Vlad Dumitrescu <[EMAIL PROTECTED]> [2006-05-27 20:36:43 +0100]: > We have a soon-to-be-released builder for Erlang projects that uses > existing Makefiles. This might conflict with the C nature, since I > presume there is only a single Makefile for the project. What is going to be the

Re: [Erlide-devel] Mixing Erlang and C code in the same project

2006-05-27 Thread Vlad Dumitrescu
Hi! I discovered, thanks to Jakob Cederlund, that it is possible to create a C project and give it an "Erlang nature". This should work for now. But it might not in the future, see below. We have a soon-to-be-released builder for Erlang projects that uses existing Makefiles. This might confli

Re: [Erlide-devel] Mixing Erlang and C code in the same project

2006-05-27 Thread Mickael Remond
Hello again, I discovered, thanks to Jakob Cederlund, that it is possible to create a C project and give it an "Erlang nature". I will explore this approach and let you know how it goes. Cheers, -- Mickaël Rémond http://www.process-one.net/ -

Re: [Erlide-devel] Mixing Erlang and C code in the same project

2006-05-27 Thread Mickael Remond
* Mickael Remond <[EMAIL PROTECTED]> [2006-05-27 18:15:36 +0200]: > Hello, > > I am trying to include my c_src directory in an Erlang project in a > proper Eclipse way. > Has anyone tried to do such a setup ? > I installed the CDT plugin but it seems that C source dir can only be > created in a C