Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Cannot build a C++ project
Cannot build a C++ project [message #147240] Thu, 23 June 2005 08:46
Eclipse UserFriend
Originally posted by: Sylvain_Machard.yahoo.fr

Hello,

I have just download Eclipse 3.1 M7 and CDT 3.0.0. I'm working on a Redhat
EL3.

I create my first "Managed Make C++ project", and my first main.cpp file
(File > New > Source File) containing :
#include <stdio.h>

int main(int argc, char **argv) {
printf("Hello World !!\n");
return 0;
}

All seems good except that when I save the file, no executables are made.
In the "project" menu "Build project" and "Build all" are disabled.

Any idea ?

Thanks in advance,

Sylvain

P.S. : if I go to the Debug directory of my project and do "make", the
executable is build. Afterthat, if I refresh the project in Eclipse, the
executable is showed.
Previous Topic:New to cdt
Next Topic:Workbench Compile started failing for no reason!
Goto Forum:
  


Current Time: Wed Apr 16 04:01:46 EDT 2025

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

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

Back to the top