Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Missing Builder
Missing Builder [message #116415] Fri, 20 August 2004 04:23 Go to next message
Eclipse UserFriend
Originally posted by: rsw.inbox.ru

Hello -

problem is: I unable to create a standart makefile project under my
Debian Linux. Problem report is:

Missing Builder: org.eclipse.cdt.make.core.makeBuilder

Checked already: class file itself (I mean: makeBuilder) is at the
place; CDT already reinstalled a couple of times (with luck it will
resolve the problem) - no way... problem exists!

After this error occurs: project is created but: without ability to
build it.
(I eliminated this problem by adding external-program-builder that
refers to make with -f /my/make/Makefile . Solution is strange but it
works for me)

But another thing after such crush: I unable to set my output file as
binary, to start it!.

Any information will be appresiated!
Re: Missing Builder [message #116423 is a reply to message #116415] Fri, 20 August 2004 04:39 Go to previous message
Eclipse UserFriend
Originally posted by: rsw.inbox.ru

This is my reply to myself: because this suddenly became functional, and
I am so happy now that I want to share my knowledge...

What I did is:
- Delete old project;
- Create new project; select not a standart but "make" builder.
- after pressing "finish" in create project: the error I mentioned in my
previous post will be shown.
- go to build working set; update my old working set to include my
current project;
- run build: it suddenly became working... because my makefile builder
became active in the new project (strang but.. since it works: it is ok)
- now tried to change the run configuration: suddenly it allowed me to
add my output file as running!

All the rest after that is simple... just now learning how to use the
debugger.

I hope this information will be helpful for somebody!


serge wrote:
> Hello -
>
> problem is: I unable to create a standart makefile project under my
> Debian Linux. Problem report is:
>
> Missing Builder: org.eclipse.cdt.make.core.makeBuilder
>
> Checked already: class file itself (I mean: makeBuilder) is at the
> place; CDT already reinstalled a couple of times (with luck it will
> resolve the problem) - no way... problem exists!
>
> After this error occurs: project is created but: without ability to
> build it.
> (I eliminated this problem by adding external-program-builder that
> refers to make with -f /my/make/Makefile . Solution is strange but it
> works for me)
>
> But another thing after such crush: I unable to set my output file as
> binary, to start it!.
>
> Any information will be appresiated!
Previous Topic:outline view with 'const inline member function'
Next Topic:Setting break point on code in header file
Goto Forum:
  


Current Time: Thu May 08 19:08:39 EDT 2025

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

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

Back to the top