Hello, I need to install QT5 on Mountain Lion. Everything is up-to-date: XCode, the OS, the QT file I downloaded.
I started from the installer, but I have found out that it is not possible to deselect QTCreator. I already have QT Creator (which I customized a little and don’t want another QT Creator app on my drive).
Question 1) Is there any way to use the installer without being forced to install twice QT Creator (I already know that removing the qt creator I have and use the new one is an option).
Question 2) Then I downloaded the source code of the QT5 lib. The configuration is fine, but the compilation fails with a cryptic message:
clang++ -headerpad_max_install_names -mmacosx-version-min=10.6 -single_module -dynamiclib -o libqsqlite.dylib .obj/release-shared/smain.o .obj/release-shared/qsql_sqlite.o .obj/release-shared/sqlite3.o .obj/release-shared/moc_qsql_sqlite.o -F/Users/cardillo/libs/qt5.0.1-src/qtbase/lib -framework QtSql -framework QtCore
mv -f libqsqlite.dylib ../../../../plugins/sqldrivers/
make [ 2 ]: *** [sub-plugins-make_first] Error 2
make [ 1 ]: *** [sub-src-make_first] Error 2
make: *** [module-qtbase-make_first] Error 2
Do you have any suggestion on how I might compile qt without losing one day just to investigate the error?
Thank you in advance.
Regards,
↧