sark9012
sark9012

Reputation: 5717

QT Project unable to compile, no compiler available to build

I'm running Mountain Lion and I've installed QT Library 4.8

From this page... Qt libraries 4.8.4 for Mac (185 MB)

I've also installed Qt Creator 2.6.1 for Mac (Intel 32/64bit) (51 MB) from the same page.

When I attempt to run, I get this error:

18:14:01: Could not start process "make" -w Error while building/deploying project WebBrowser (target: Desktop) When executing step 'Make'

I will include my build setup in three screenshots

Kits QT Versions Compilers

Any ideas?

Upvotes: 2

Views: 1711

Answers (1)

Nikos C.
Nikos C.

Reputation: 51832

It seems like you didn't install the UNIX command line tools package of XCode. Install that and it should work. See here on how to install the UNIX tools in XCode:

https://stackoverflow.com/a/9329325/856199

There are also stand-alone versions of the UNIX command line development tools if you don't want to install XCode. You can find them here:

https://developer.apple.com/downloads/index.action

Look for "Command Line Tools (OS X Mountain Lion) for XCode". Get the latest version.

Upvotes: 2

Related Questions