Hi,
I have been trying to build Qt4.8.6 from source for a while but I keep getting broken results. Here is my configure command:
./configure -prefix /Users/me/myApps/Qt-4.8.6-clang-503.0.40 -release -opensource -arch x86_64 -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include
But I get couple of errors and a warning:
1 warning and 4 errors generated.
make4: *** [.obj/release-shared/tst_qwebelement.o] Error 1
make3: *** [release-install] Error 2
make2: *** [sub-qwebelement-install_subtargets] Error 2
make1: *** [sub-WebKit-qt-tests-install_subtargets-ordered] Error 2
make: *** [sub-webkit-install_subtargets-ordered] Error 2
… and at the end, I get an incomplete folder and tool structure on the target path. I am comparing this to a previous build that I have built under OSX 10.6 using gcc (Qt-4.8.5-gcc-4.2.1) and this build is working just fine.
To build the “Qt-4.8.5-gcc-4.2.1” I have built without any special flags. Any ideas about how to get a stable build process?
Thanks,
Milen
↧