[Interest] Is still possible to build Qt 5.15.15 with macOS 14.7 and Xcode 15.2?

Nuno Santos nuno.santos at imaginando.pt
Tue Nov 19 10:13:42 CET 2024


Hi,

Qt 5.X.Y platform notes says:

macOS 10.13, macOS 10.14, macOS 10.15, macOS 11, macOS 12, macOS 13, macOS 14 x86_64 and x86_64h and arm64 Xcode 14 (13 SDK), or Xcode 15 (14 SDK)

But when try to compile from source it says:

Project ERROR: failed to parse default search paths from compiler output

How do I see the reason of this error?

➜  src git:(v5.15.15-lts-lgpl) ✗ ./configure -confirm-license -recheck -prefix /Users/nsantos/Qt/5.15.15/clang_64_static -platform macx-clang -device-option QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" -commercial -debug-and-release -static -nomake examples -nomake tests -opengl desktop -no-securetransport -openssl-linked -I/Users/nsantos/Qt-Utils/openssl/include OPENSSL_LIBS="/Users/nsantos/Qt-Utils/openssl/lib/libssl.a /Users/nsantos/Qt-Utils/openssl/lib/libcrypto.a" -qtnamespace com_imaginando_qt_5_15_15
+ cd qtbase
+ /Users/nsantos/Qt/5.15.15/src/qtbase/configure -top-level -confirm-license -recheck -prefix /Users/nsantos/Qt/5.15.15/clang_64_static -platform macx-clang -device-option QMAKE_APPLE_DEVICE_ARCHS=x86_64 arm64 -commercial -debug-and-release -static -nomake examples -nomake tests -opengl desktop -no-securetransport -openssl-linked -I/Users/nsantos/Qt-Utils/openssl/include OPENSSL_LIBS=/Users/nsantos/Qt-Utils/openssl/lib/libssl.a /Users/nsantos/Qt-Utils/openssl/lib/libcrypto.a -qtnamespace com_imaginando_qt_5_15_15
<srcbase> = /Users/nsantos/Qt/5.15.15/src/qtbase
<bldbase> = /Users/nsantos/Qt/5.15.15/src/qtbase
<outbase> = /Users/nsantos/Qt/5.15.15/src/qtbase
Creating qmake...
.Done.
Project ERROR: failed to parse default search paths from compiler output


Thanks in advance!

Regards,

Nuno


More information about the Interest mailing list