Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » unable to build
unable to build [message #121164] Thu, 16 September 2004 18:57 Go to next message
Eclipse UserFriend
Originally posted by: nomail.nomail.com

I cannot get my hello world to build under windows.

I have installed MinGW and put it in my user environment I can run
make/gcc/g++ from the command line.

I created a managed c/c++ project with a main.c source file. When I give
the command "Build All" nothing happens. The console remains a blank grey
panel. No files are created.
Re: unable to build [message #121182 is a reply to message #121164] Fri, 17 September 2004 01:30 Go to previous messageGo to next message
Eclipse UserFriend
Please give a `clean` command before. (I think there is a little bug in
Eclipse !..)




John Chamberlain wrote:

> I cannot get my hello world to build under windows.

> I have installed MinGW and put it in my user environment I can run
> make/gcc/g++ from the command line.

> I created a managed c/c++ project with a main.c source file. When I give
> the command "Build All" nothing happens. The console remains a blank grey
> panel. No files are created.
Re: unable to build [message #121791 is a reply to message #121164] Mon, 27 September 2004 11:08 Go to previous message
Eclipse UserFriend
Originally posted by: poli.dsi.unifi.it

> I have installed MinGW and put it in my user environment I can run
> make/gcc/g++ from the command line.

Check if there is the make.exe in MinGW directory (if there isn't, copy the
mingw-make.exe and rename it as make.exe), or change the default build
preferences in CDT (from make to mingw-make).

Bye! :)

Francesco
Previous Topic:ReRun the indexer
Next Topic:less verbose console output while debugging
Goto Forum:
  


Current Time: Wed May 28 18:07:26 EDT 2025

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

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

Back to the top