February 4, 2010
How to make QT make works on Snow Leopard
The title is quite award. Hehe. A couple of days ago, I planned to use QT to build some stuff. But I found it counld not find “make” cmd on my snow leopard. I searched a lot; but only found Qs, no As. Some suggested to install XCode (which gives your OS “make”). But I have already installed the latest Xcode. How come?
At last, I re-installed Xcode. And it works now!
I notice that there wasn’t “make” cmd in my /usr/bin/ path, but one in /Developer/usr/bin/. So I even tried to add a ~/.bash_profile with “export PATH=$PATH:/Developer/usr/bin/” to use make in Terminal. But QT Creator still didn’t work. After I re-installed XCode from the Snow Leopard Disc. I got “make” back inside /usr/bin/.
Tags: QT

Comments(2)