<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Building Qt 5.3.0 ios with SSL]]></title><description><![CDATA[<p dir="auto">Hi everybody,</p>
<p dir="auto">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:</p>
<p dir="auto">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</p>
<p dir="auto">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</p>
<p dir="auto">always I get the error</p>
<p dir="auto">ndefined symbols for architecture armv7:<br />
"std::ios_base::Init::~Init()", referenced from:</p>
<p dir="auto">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.</p>
<p dir="auto">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.</p>
<p dir="auto">I tried everything for 2 days and it did not works.</p>
<p dir="auto">So please if somebody has a clue I will be very gratefull</p>
]]></description><link>https://forum.qt.io/topic/41308/building-qt-5-3-0-ios-with-ssl</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 13:33:38 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/41308.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 May 2014 20:13:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Sat, 17 May 2014 22:41:02 GMT]]></title><description><![CDATA[<p dir="auto">Thanks very much SGaist. Sadly recompile the libraries is not in the menu. So I will disable the c++11. And i will try it on monday.</p>
]]></description><link>https://forum.qt.io/post/228900</link><guid isPermaLink="true">https://forum.qt.io/post/228900</guid><dc:creator><![CDATA[devuser]]></dc:creator><pubDate>Sat, 17 May 2014 22:41:02 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Sat, 17 May 2014 22:37:19 GMT]]></title><description><![CDATA[<p dir="auto">Or (if it is a possibility) rebuild your dependencies to also use libc++</p>
]]></description><link>https://forum.qt.io/post/228899</link><guid isPermaLink="true">https://forum.qt.io/post/228899</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 17 May 2014 22:37:19 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Sat, 17 May 2014 22:34:34 GMT]]></title><description><![CDATA[<p dir="auto">So. The answer should be -no-c++11.</p>
]]></description><link>https://forum.qt.io/post/228898</link><guid isPermaLink="true">https://forum.qt.io/post/228898</guid><dc:creator><![CDATA[devuser]]></dc:creator><pubDate>Sat, 17 May 2014 22:34:34 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Sat, 17 May 2014 22:29:04 GMT]]></title><description><![CDATA[<p dir="auto">The error you are getting is not a bug, you have c++11 activated, this means that you have to use libc++ and you can't mix it with libstdc++.</p>
]]></description><link>https://forum.qt.io/post/228897</link><guid isPermaLink="true">https://forum.qt.io/post/228897</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 17 May 2014 22:29:04 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Sat, 17 May 2014 15:36:05 GMT]]></title><description><![CDATA[<p dir="auto">SGaist. Any advance on this?</p>
]]></description><link>https://forum.qt.io/post/228873</link><guid isPermaLink="true">https://forum.qt.io/post/228873</guid><dc:creator><![CDATA[devuser]]></dc:creator><pubDate>Sat, 17 May 2014 15:36:05 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Wed, 14 May 2014 22:24:00 GMT]]></title><description><![CDATA[<p dir="auto">I've not yet built 5.3 completely from scratch (I've updated it regularly from git so it might be something subtle).</p>
<p dir="auto">What I'm wondering is where do you the wrong lib since AFAIK, the mkspecs haven't changed.</p>
<p dir="auto">I'll do a clean build later</p>
]]></description><link>https://forum.qt.io/post/228532</link><guid isPermaLink="true">https://forum.qt.io/post/228532</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 14 May 2014 22:24:00 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Wed, 14 May 2014 21:03:16 GMT]]></title><description><![CDATA[<p dir="auto">SGaist did you do this operation before?<br />
or do you know where should I start looking because at this moment I am really lost</p>
]]></description><link>https://forum.qt.io/post/228522</link><guid isPermaLink="true">https://forum.qt.io/post/228522</guid><dc:creator><![CDATA[devuser]]></dc:creator><pubDate>Wed, 14 May 2014 21:03:16 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Wed, 14 May 2014 08:24:19 GMT]]></title><description><![CDATA[<p dir="auto">yes, after building I tried to make clean and recompile, also, erase the building folder of my project even try to compile from Xcode.</p>
<p dir="auto">Exact the same behavior</p>
]]></description><link>https://forum.qt.io/post/228439</link><guid isPermaLink="true">https://forum.qt.io/post/228439</guid><dc:creator><![CDATA[devuser]]></dc:creator><pubDate>Wed, 14 May 2014 08:24:19 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Wed, 14 May 2014 07:32:01 GMT]]></title><description><![CDATA[<p dir="auto">Just to rule out the obvious, did you rebuild your project from scratch ?</p>
]]></description><link>https://forum.qt.io/post/228418</link><guid isPermaLink="true">https://forum.qt.io/post/228418</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 14 May 2014 07:32:01 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Tue, 13 May 2014 21:27:42 GMT]]></title><description><![CDATA[<p dir="auto">yes, exactly.</p>
<p dir="auto">When I try to compile my project with any of the many different customs versions I have built of 5.3.0 it fails as you can see above.</p>
<p dir="auto">But with a version 5.2.1 that I also built before it works.</p>
]]></description><link>https://forum.qt.io/post/228389</link><guid isPermaLink="true">https://forum.qt.io/post/228389</guid><dc:creator><![CDATA[devuser]]></dc:creator><pubDate>Tue, 13 May 2014 21:27:42 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Tue, 13 May 2014 21:19:38 GMT]]></title><description><![CDATA[<p dir="auto">Wait, I may have missed something. Are you saying that your project fails to build with your custom version of Qt 5.3 ?</p>
]]></description><link>https://forum.qt.io/post/228387</link><guid isPermaLink="true">https://forum.qt.io/post/228387</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 13 May 2014 21:19:38 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Tue, 13 May 2014 17:48:25 GMT]]></title><description><![CDATA[<p dir="auto">Thanks SGaist, that was also my guess, can you give me any suggestion or do you see any mistake?</p>
]]></description><link>https://forum.qt.io/post/228367</link><guid isPermaLink="true">https://forum.qt.io/post/228367</guid><dc:creator><![CDATA[devuser]]></dc:creator><pubDate>Tue, 13 May 2014 17:48:25 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Tue, 13 May 2014 15:25:35 GMT]]></title><description><![CDATA[<p dir="auto">It seems that it's you are missing a symbol from the stdc++ library</p>
]]></description><link>https://forum.qt.io/post/228346</link><guid isPermaLink="true">https://forum.qt.io/post/228346</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 13 May 2014 15:25:35 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Tue, 13 May 2014 10:02:46 GMT]]></title><description><![CDATA[<p dir="auto">just I want to highligh that in the version 5.2.1 it works with no problem</p>
]]></description><link>https://forum.qt.io/post/228312</link><guid isPermaLink="true">https://forum.qt.io/post/228312</guid><dc:creator><![CDATA[devuser]]></dc:creator><pubDate>Tue, 13 May 2014 10:02:46 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Tue, 13 May 2014 10:01:44 GMT]]></title><description><![CDATA[<p dir="auto">I tried it again with these command, but this time from git:<br />
git clone git://gitorious.org/qt/qt5.git qt5<br />
cd qt5<br />
git checkout stable</p>
<p dir="auto">perl init-repository --no-webkit</p>
<p dir="auto">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 -c++11 -platform macx-clang</p>
<p dir="auto">make -j4</p>
<p dir="auto">It compiles succesfully but :</p>
<p dir="auto">The result when i compile the project:</p>
<p dir="auto">Undefined symbols for architecture armv7:<br />
"std::ios_base::Init::~Init()", referenced from:<br />
__GLOBAL__I_a in libToolAPI-1.6.1.a(AE_AudioPlayerAndRecorder.o)<br />
__GLOBAL__I_a in libTool2API-2.0.1.a(Reader_FskController.o)<br />
__GLOBAL__I_a in libTool2API-2.0.1.a(Reader_WavBuffer.o)<br />
__GLOBAL__I_a in llibToolAPI-1.6.1.a(AE_WavBuffer.o)<br />
__GLOBAL__I_a in libTool2API-2.0.1.aAE_ManchesterRealTimeDecoder.o)<br />
__GLOBAL__I_a in libToolAPI-1.6.1.a(AE_ManchesterRealTimeDecoder.o)<br />
__GLOBAL__I_a in libTool2API-2.0.1.a(AE_ManchesterState.o)<br />
...<br />
"std::ios_base::Init::Init()", referenced from:<br />
__GLOBAL__I_a in libToolAPI-1.6.1.a(AE_AudioPlayerAndRecorder.o)<br />
__GLOBAL__I_a in libTool2API-2.0.1.a(Reader_FskController.o)<br />
__GLOBAL__I_a in libTool2API-2.0.1.a(Reader_WavBuffer.o)<br />
__GLOBAL__I_a in libToolAPI-1.6.1.a(AE_WavBuffer.o)<br />
__GLOBAL__I_a in libTool2API-2.0.1.a(AE_ManchesterRealTimeDecoder.o)<br />
__GLOBAL__I_a in llibToolAPI-1.6.1.a(AE_ManchesterRealTimeDecoder.o)<br />
__GLOBAL__I_a in libTool2API-2.0.1.a(AE_ManchesterState.o)<br />
...<br />
ld: symbol(s) not found for architecture armv7<br />
clang: error: linker command failed with exit code 1 (use -v to see invocation)</p>
<p dir="auto">make[1]: *** [iphoneos-release] Error 65<br />
make: *** [release-iphoneos] Error 2<br />
11:52:49: The process "/usr/bin/make" exited with code 2.<br />
Error while building/deploying project Product1 (kit: iphoneos-clang Qt 5.3.0ssl))<br />
When executing step 'Make'</p>
<p dir="auto">, it still didnt work :(</p>
]]></description><link>https://forum.qt.io/post/228311</link><guid isPermaLink="true">https://forum.qt.io/post/228311</guid><dc:creator><![CDATA[devuser]]></dc:creator><pubDate>Tue, 13 May 2014 10:01:44 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Mon, 12 May 2014 20:24:10 GMT]]></title><description><![CDATA[<p dir="auto">yes, It is the same that I used to compiled the QT 5.2.1</p>
]]></description><link>https://forum.qt.io/post/228259</link><guid isPermaLink="true">https://forum.qt.io/post/228259</guid><dc:creator><![CDATA[devuser]]></dc:creator><pubDate>Mon, 12 May 2014 20:24:10 GMT</pubDate></item><item><title><![CDATA[Reply to Building Qt 5.3.0 ios with SSL on Mon, 12 May 2014 20:21:29 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Do you already have a statically built OpenSSL for ARM ?</p>
]]></description><link>https://forum.qt.io/post/228257</link><guid isPermaLink="true">https://forum.qt.io/post/228257</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 12 May 2014 20:21:29 GMT</pubDate></item></channel></rss>