Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » 'headless' CDT?
'headless' CDT? [message #169996] Fri, 19 May 2006 13:00 Go to next message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

I've seen a few comments in this, and other newsgroups, referring to a
'headless' Eclipse/CDT. I assume this means Eclipse without the GUI,
and I think the context was to build projects in a batch mode.

1. Is this correct
2. How do I use it?

Thanks,

--
Derek
Re: 'headless' CDT? [message #170122 is a reply to message #169996] Sun, 21 May 2006 16:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.kfdd.mine.nu

Isn't it just to invoke 'make'?
Straight forward for standard make projects.
For managed make, you need to invoke make from the configuration
subdirectory, e.g. "Debug".

Derek Morris wrote:
> I've seen a few comments in this, and other newsgroups, referring to a
> 'headless' Eclipse/CDT. I assume this means Eclipse without the GUI,
> and I think the context was to build projects in a batch mode.
>
> 1. Is this correct
> 2. How do I use it?
>
> Thanks,
>
Re: 'headless' CDT? [message #170143 is a reply to message #170122] Mon, 22 May 2006 07:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

It's not quite that simple. If you have a 'clean' project (for example,
checked stuff out of CVS), then the Debug directory doesn't exist. You
need Eclipse to generate the Debug/Release directory and make files first...

--
Derek

fxo wrote:
> Isn't it just to invoke 'make'?
> Straight forward for standard make projects.
> For managed make, you need to invoke make from the configuration
> subdirectory, e.g. "Debug".
>
> Derek Morris wrote:
>> I've seen a few comments in this, and other newsgroups, referring to a
>> 'headless' Eclipse/CDT. I assume this means Eclipse without the GUI,
>> and I think the context was to build projects in a batch mode.
>>
>> 1. Is this correct
>> 2. How do I use it?
>>
>> Thanks,
>>
Re: 'headless' CDT? [message #170182 is a reply to message #170143] Tue, 23 May 2006 05:41 Go to previous message
Eclipse UserFriend
Hi Derek,

it is in fact possible to extend eclipse so that it will run a different
application than a workbench. There is, for example, an entry point to build
plug-ins in headless mode.

There is however no application entry point to run C/C++ builds - until you
make one :-)


Norbert Ploett
Previous Topic:Problem with linker options "-l"
Next Topic:Is there a interface for text-based search in the project?
Goto Forum:
  


Current Time: Fri May 09 20:59:01 EDT 2025

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

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

Back to the top