Hi, I’m trying to compile Qt 5.8 from source with openssl-linked with the following configure command:
./configure -confirm-license -prefix /Users/nsantos/Qt/5.8/clang_64_5_8_beta_patched_static -platform macx-clang -commercial -debug-and-release -static -no-securetransport -openssl-linked -I/Users/nsantos//openssl/openssl-1.0.2e-x86/include -L/Users/nsantos/openssl/openssl-1.0.2e-x86 OPENSSL_LIBS="-lssl -lcrypto” But no matter what I try I always end up with this: ERROR: Feature 'openssl' was enabled, but the pre-condition '!features.securetransport && tests.openssl' failed. ERROR: Feature 'openssl-linked' was enabled, but the pre-condition 'features.openssl && libs.openssl' failed. ERROR: Feature 'ssl' was enabled, but the pre-condition 'config.winrt || features.securetransport || features.openssl' failed. Check config.log for details. config.log is empty What am I failing here? Any ideas? Thanks! Nuno _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest