Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Building Qt 5.3.0 ios with SSL

Building Qt 5.3.0 ios with SSL

Scheduled Pinned Locked Moved Installation and Deployment
18 Posts 2 Posters 7.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    devuser
    wrote on last edited by
    #5

    just I want to highligh that in the version 5.2.1 it works with no problem

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #6

      It seems that it's you are missing a symbol from the stdc++ library

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • D Offline
        D Offline
        devuser
        wrote on last edited by
        #7

        Thanks SGaist, that was also my guess, can you give me any suggestion or do you see any mistake?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #8

          Wait, I may have missed something. Are you saying that your project fails to build with your custom version of Qt 5.3 ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • D Offline
            D Offline
            devuser
            wrote on last edited by
            #9

            yes, exactly.

            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.

            But with a version 5.2.1 that I also built before it works.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #10

              Just to rule out the obvious, did you rebuild your project from scratch ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • D Offline
                D Offline
                devuser
                wrote on last edited by
                #11

                yes, after building I tried to make clean and recompile, also, erase the building folder of my project even try to compile from Xcode.

                Exact the same behavior

                1 Reply Last reply
                0
                • D Offline
                  D Offline
                  devuser
                  wrote on last edited by
                  #12

                  SGaist did you do this operation before?
                  or do you know where should I start looking because at this moment I am really lost

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #13

                    I've not yet built 5.3 completely from scratch (I've updated it regularly from git so it might be something subtle).

                    What I'm wondering is where do you the wrong lib since AFAIK, the mkspecs haven't changed.

                    I'll do a clean build later

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    0
                    • D Offline
                      D Offline
                      devuser
                      wrote on last edited by
                      #14

                      SGaist. Any advance on this?

                      1 Reply Last reply
                      0
                      • SGaistS Offline
                        SGaistS Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on last edited by
                        #15

                        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++.

                        Interested in AI ? www.idiap.ch
                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                        1 Reply Last reply
                        0
                        • D Offline
                          D Offline
                          devuser
                          wrote on last edited by
                          #16

                          So. The answer should be -no-c++11.

                          1 Reply Last reply
                          0
                          • SGaistS Offline
                            SGaistS Offline
                            SGaist
                            Lifetime Qt Champion
                            wrote on last edited by
                            #17

                            Or (if it is a possibility) rebuild your dependencies to also use libc++

                            Interested in AI ? www.idiap.ch
                            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                            1 Reply Last reply
                            0
                            • D Offline
                              D Offline
                              devuser
                              wrote on last edited by
                              #18

                              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.

                              1 Reply Last reply
                              0

                              • Login

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Users
                              • Groups
                              • Search
                              • Get Qt Extensions
                              • Unsolved