Advertisement

10.06.2008 at 10:41AM PDT, ID: 23791227 | Points: 500
[x]
Attachment Details

Make not Found, building project on Eclipse IDE for C/C++ on Mac OSX

Asked by polkadot in Development Editors & IDEs, C++ Programming Language, Mac OS X

Tags: ,

Using this makefile and a typical hello world C++ code.

I followed the getting started guide from Eclipse, when it came time to Build Project, I go this error in the console:


**** Build of configuration Debug for project HelloWorld ****


(Cannot run program "make": Unknown reason)

Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
all: hello.exe
 
clean:
    rm main.o hello.exe
 
hello.exe: main.o
    g++ -g -o hello main.o
 
main.o:
    g++ -c -g main.cpp
[+][-]10.07.2008 at 02:02AM PDT, ID: 22657568

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.13.2008 at 05:01AM PDT, ID: 22701642

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.13.2008 at 05:39AM PDT, ID: 22701831

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.30.2008 at 04:56AM PDT, ID: 22839780

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.30.2008 at 04:57AM PDT, ID: 22839793

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628