Hi everybody,
I have a qt5.2.1 version compiled successfully with ssl support but because of the new features of 5.3 I need to compile this with support for SSL, I tried to with these commands:
OPENSSL_LIBS=’-L/Users/devUser/openssl_IOS/lib -lssl -lcrypto’ ./configure -openssl-linked -developer-build -opensource -nomake examples -nomake tests -xplatform macx-ios-clang -confirm-license -platform macx-clang
OPENSSL_LIBS=’-L/Users/devUser/openssl_IOS/lib -lssl -lcrypto’ ./configure -openssl-linked -developer-build -opensource -nomake examples -nomake tests -xplatform macx-ios-clang -confirm-license -debug-and-release -skip qtwebkit -skip qtserialport -skip qtwebkit-examples -no-warnings-are-errors
always I get the error
ndefined symbols for architecture armv7:
“std::ios_base::Init::~Init()”, referenced from:
after this I tried to find out the reason and I believe that the problem is related to C++11 support. so I tried both command above adding “-c++11” this doesnt work.
after this, I tried to install the precompiled packed. When I try to compile the project with this it complains as is expected about QSslSockets and QSslerror.
I tried everything for 2 days and it did not works.
So please if somebody has a clue I will be very gratefull
↧