2

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?

sark9012
  • 5,485
  • 18
  • 61
  • 99

1 Answers1

2

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.

Community
  • 1
  • 1
Nikos C.
  • 50,738
  • 9
  • 71
  • 96
  • I've installed Xcode from the app store and it's making no difference. It still won't auto detect any of the above! Hmmmmm! Maybe I'll manually try and find the xcode compiler? – sark9012 Dec 19 '12 at 18:52
  • Nowadays one has to trigger the installation via the XCode preferences, after installation: Preferences -> Downloads -> Command Line Tools – Frank Osterfeld Dec 19 '12 at 18:59
  • @Luke Well, you can also uninstall XCode and install only the UNIX tools. Link in answer. – Nikos C. Dec 19 '12 at 19:07
  • I've got that working and now it's changed slightly. It's now throwing up more errors. I'll add a screenshot to the question! – sark9012 Dec 19 '12 at 20:01
  • @Luke This is a different issue, so please create a new question for that. Your original question has been answered :-) – Nikos C. Dec 19 '12 at 20:48
  • @NikosC. that's fair enough, i used another question for that. I've removed the additional error and will green tick this question now. Thanks for the help. – sark9012 Dec 23 '12 at 01:58