As usual, every time I get updates from XCode, I rebuild Qt from source code, right now I’m using Qt 4.8.5
Now, the problem is that, with this update to XCode 5, I had to install the command line tools separate from XCode, as I see Apple really makes an effort to kick you in the b*lls so you either use xcode or nothing at all.
After installing the command line tools, and testing make, cc, etc. everything worked fine, but now that I try to run the configure command to build Qt, I get an error that the configure script can’t find make! I setted the environment variables by hand, and still nothing, but other tools I use are building ok.
The following configure command is the one I’ve used since 4.8.2 and I know it works.
MacBook-Pro:4.8.5 raul$ ./configure -platform macx-llvm -debug-and-release -fast -silent -optimized-qmake -opensource -largefile -plugin-sql-sqlite -no-qt3support -xmlpatterns -multimedia -audio-backend -svg -webkit -javascript-jit -script -scripttools -declarative -declarative-debug -qt-zlib -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -openssl -I /usr/include -L /usr/lib
You don't seem to have 'make' or 'gmake' in your PATH.
Cannot proceed.
Has anyone seen this before? thanks!
↧