Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Failed to build managed make project
Failed to build managed make project [message #155169] Tue, 27 September 2005 14:01 Go to next message
Eclipse UserFriend
I created managed make C++ "Hello World" project according to tutorial
(http://met.dnsalias.net:1111/teaching/cdt/index.jsp).
After build in Console view message appeared

**** Incremental build of configuration Debug for project test ****

make -k all
Build complete for project test

The "Binaries" folder in C/C++ Projects view did not appeared, the Make
Targets view is empty.

What's wrong?

I'm using Eclipse 3.1 with CDT 3.0.
Re: Failed to build managed make project [message #155278 is a reply to message #155169] Wed, 28 September 2005 10:36 Go to previous message
Eclipse UserFriend
Airat,

Please open up a console (Start/Run/cmd under windows) and check your
g++ / make installation:

g++ --version
make --version

if any of these don't work, you've found your problem :)

Max Berger

Airat A. Sadreev wrote:
> I created managed make C++ "Hello World" project according to tutorial
> (http://met.dnsalias.net:1111/teaching/cdt/index.jsp). After build in
> Console view message appeared
>
> **** Incremental build of configuration Debug for project test ****
>
> make -k all Build complete for project test
>
> The "Binaries" folder in C/C++ Projects view did not appeared, the Make
> Targets view is empty.
>
> What's wrong?
>
> I'm using Eclipse 3.1 with CDT 3.0.
>
>
Previous Topic:Disable scanning and completion partially
Next Topic:C++ indexer, the outline view and preprocessor symbols
Goto Forum:
  


Current Time: Tue Jul 22 02:36:15 EDT 2025

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

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

Back to the top