Cannot build a C++ project [message #147240] |
Thu, 23 June 2005 08:46 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.02679 seconds