Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » C++ Make
C++ Make [message #57324] Wed, 08 January 2003 21:54 Go to next message
Eclipse UserFriend
Originally posted by: mcgahan.huntsville.sparta.com

I am having difficulty getting the "Make" to work in the C++ project. I
notice a box flashes on the screen rather rapidly stating "invoking
command: c:\cgwin\bin\make". Unfortunately my cygwin is installed in the
c:\cygwin path. Yes, I can rename the path and it works, but I would like
to now how to change the path eclipse is searching for make.

thanks,
mike
Re: C++ Make [message #57504 is a reply to message #57324] Thu, 09 January 2003 12:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mhu.gft.com

You have to change the Build Command.
Right click your project -> Properties -> C/C++ project -> Build Settings
Now insert in the Build Command Box c:\cygwin\bin\make -f makefile

Greetings Martin

Michael McGahan wrote:

> I am having difficulty getting the "Make" to work in the C++ project. I
> notice a box flashes on the screen rather rapidly stating "invoking
> command: c:\cgwin\bin\make". Unfortunately my cygwin is installed in the
> c:\cygwin path. Yes, I can rename the path and it works, but I would like
> to now how to change the path eclipse is searching for make.

> thanks,
> mike
Re: C++ Make - Thanks [message #57529 is a reply to message #57504] Thu, 09 January 2003 13:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mcgahan.huntsville.sparta.com

Looked every where, so I thought. Thanks for the help. Your response
solved my problem.

thanks,
mike


Martin Hurm wrote:

> You have to change the Build Command.
> Right click your project -> Properties -> C/C++ project -> Build Settings
> Now insert in the Build Command Box c:\cygwin\bin\make -f makefile

> Greetings Martin

> Michael McGahan wrote:

> > I am having difficulty getting the "Make" to work in the C++ project. I
> > notice a box flashes on the screen rather rapidly stating "invoking
> > command: c:\cgwin\bin\make". Unfortunately my cygwin is installed in the
> > c:\cygwin path. Yes, I can rename the path and it works, but I would like
> > to now how to change the path eclipse is searching for make.

> > thanks,
> > mike
Re: C++ Make [message #57553 is a reply to message #57324] Thu, 09 January 2003 17:19 Go to previous message
Judy N. Green is currently offline Judy N. GreenFriend
Messages: 149
Registered: July 2009
Senior Member
FYI,

This is coverered ... for Windows in the User FAQ.
www.eclipse.org/cdt
Select User FAQ

Select Building C/C++ Projects

Although the only entry is for Windows this portion of the FAQ is true for
all platforms.

-Judy

"Michael McGahan" <mcgahan@huntsville.sparta.com> wrote in message
news:avi6m2$a3t$1@rogue.oti.com...
| I am having difficulty getting the "Make" to work in the C++ project. I
| notice a box flashes on the screen rather rapidly stating "invoking
| command: c:\cgwin\bin\make". Unfortunately my cygwin is installed in the
| c:\cygwin path. Yes, I can rename the path and it works, but I would like
| to now how to change the path eclipse is searching for make.
|
| thanks,
| mike
|
Previous Topic:autoconf and automake integration
Next Topic:CDT Debugging
Goto Forum:
  


Current Time: Wed Jul 17 17:41:20 GMT 2024

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

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

Back to the top