Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » What is needed for CDT development?
What is needed for CDT development? [message #119327] Fri, 03 September 2004 10:36 Go to next message
Eclipse UserFriend
Originally posted by: cenedese.nospam.indel.ch

Hi

I'm not (yet) trying to improve CDT but I want to add another C debugger.
So I have installed the CDT SDK (now 2.0.1 :) and checked out all CDT
sources
from cvs. But I can't build them, there seem to be many dependencies like
org.eclipse.ui, org.eclipse.swt etc. I understand these dependencies are
necessary, but is there a list of requirements? Or am I supposed to have
checked out the whole eclipse source anyway?

Thanks

bye Fabi
Re: What is needed for CDT development? [message #119539 is a reply to message #119327] Mon, 06 September 2004 05:03 Go to previous messageGo to next message
Eclipse UserFriend
Hi Fabi,
From these projects i build CDT every day and it works.
I use export deployable features to build it.
Also maybe you don't use eclipse SDK version for building it?
As I see dependency for org.eclipse.swt is not found.


Vaidotas

"Fabi" <cenedese@nospam.indel.ch> wrote in message
news:ch9vhk$5gg$1@eclipse.org...
> Hi
>
> I'm not (yet) trying to improve CDT but I want to add another C debugger.
> So I have installed the CDT SDK (now 2.0.1 :) and checked out all CDT
> sources
> from cvs. But I can't build them, there seem to be many dependencies like
> org.eclipse.ui, org.eclipse.swt etc. I understand these dependencies are
> necessary, but is there a list of requirements? Or am I supposed to have
> checked out the whole eclipse source anyway?
>
> Thanks
>
> bye Fabi
>
>


Re: What is needed for CDT development? [message #119576 is a reply to message #119539] Mon, 06 September 2004 06:58 Go to previous message
Eclipse UserFriend
Originally posted by: cenedese.nospam.indel.ch

> > I'm not (yet) trying to improve CDT but I want to add another C debugger.
> > So I have installed the CDT SDK (now 2.0.1 :) and checked out all CDT
> > sources
> > from cvs. But I can't build them, there seem to be many dependencies like
> > org.eclipse.ui, org.eclipse.swt etc. I understand these dependencies are
> > necessary, but is there a list of requirements? Or am I supposed to have
> > checked out the whole eclipse source anyway?
>
> From these projects i build CDT every day and it works.
> I use export deployable features to build it.
> Also maybe you don't use eclipse SDK version for building it?
> As I see dependency for org.eclipse.swt is not found.

Actually I was wrong. I want to add another debugger so I started by
copying
cdt.debug.mi.* and using it as a template. I changed some names (like
package,
classes, etc) but though I didn't change the code itself eclipse now has
dependencies to other plugins. But the real cdt plugins seem to be fine.
I don't know how this happened, maybe I just start over again...

Sorry for the noise.

bye Fabi
Previous Topic:Stop gdb
Next Topic:Managed Build System Extensibility Document
Goto Forum:
  


Current Time: Wed May 07 15:26:09 EDT 2025

Powered by FUDForum. Page generated in 0.05451 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top