Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. symbol(s) not found for architecture x86_64
Forum Updated to NodeBB v4.3 + New Features

symbol(s) not found for architecture x86_64

Scheduled Pinned Locked Moved Solved General and Desktop
13 Posts 3 Posters 3.2k Views 2 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.
  • TheCipo76T Offline
    TheCipo76T Offline
    TheCipo76
    wrote on last edited by TheCipo76
    #3

    0_1563881507712_Schermata 2019-07-23 alle 13.30.26.png

    0_1563881702045_Schermata 2019-07-23 alle 13.34.35.png

    aha_1980A 2 Replies Last reply
    0
    • TheCipo76T TheCipo76

      0_1563881507712_Schermata 2019-07-23 alle 13.30.26.png

      0_1563881702045_Schermata 2019-07-23 alle 13.34.35.png

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #4

      @TheCipo76 Nope, that does not help. We need Tools > Options > Kits.

      Qt has to stay free or it will die.

      1 Reply Last reply
      0
      • TheCipo76T TheCipo76

        0_1563881507712_Schermata 2019-07-23 alle 13.30.26.png

        0_1563881702045_Schermata 2019-07-23 alle 13.34.35.png

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #5

        @TheCipo76 And what about compilers and Qt versions?

        Qt has to stay free or it will die.

        TheCipo76T 1 Reply Last reply
        1
        • TheCipo76T Offline
          TheCipo76T Offline
          TheCipo76
          wrote on last edited by TheCipo76
          #6

          1_1563882800770_Schermata 2019-07-23 alle 13.52.34.png
          2_1563882800770_Schermata 2019-07-23 alle 13.52.41.png
          0_1563882863846_Schermata 2019-07-23 alle 13.52.48.png

          i've choose compiler

          0_1563883207455_Schermata 2019-07-23 alle 13.41.54.png

          and it works

          1 Reply Last reply
          0
          • aha_1980A aha_1980

            @TheCipo76 And what about compilers and Qt versions?

            TheCipo76T Offline
            TheCipo76T Offline
            TheCipo76
            wrote on last edited by TheCipo76
            #7

            @aha_1980 Other suggestion to set Qt in order to work properly?

            Thank you

            aha_1980A 1 Reply Last reply
            0
            • TheCipo76T TheCipo76

              @aha_1980 Other suggestion to set Qt in order to work properly?

              Thank you

              aha_1980A Offline
              aha_1980A Offline
              aha_1980
              Lifetime Qt Champion
              wrote on last edited by aha_1980
              #8

              @TheCipo76 the settings doesnt look obviously wrong. I think the yellow warning sign is because no debugger is configured; but that should be no problem for compiling.

              can you compile a Hello World Qt program?

              Qt has to stay free or it will die.

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

                Hi,

                You should rather use Apple Clang as the compiler.

                By the way, how did you install Qt ?

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

                aha_1980A TheCipo76T 2 Replies Last reply
                2
                • SGaistS SGaist

                  Hi,

                  You should rather use Apple Clang as the compiler.

                  By the way, how did you install Qt ?

                  aha_1980A Offline
                  aha_1980A Offline
                  aha_1980
                  Lifetime Qt Champion
                  wrote on last edited by
                  #10

                  You should rather use Apple Clang as the compiler

                  @SGaist Good point - I missed that one.

                  Qt has to stay free or it will die.

                  1 Reply Last reply
                  0
                  • SGaistS SGaist

                    Hi,

                    You should rather use Apple Clang as the compiler.

                    By the way, how did you install Qt ?

                    TheCipo76T Offline
                    TheCipo76T Offline
                    TheCipo76
                    wrote on last edited by TheCipo76
                    #11

                    @SGaist said in symbol(s) not found for architecture x86_64:

                    By the way, how did you install Qt

                    I've downloaded it from here:

                    https://www.qt.io/download

                    and then i've updated from 5.12.0 to 5.12.3 and installed 5.13.0 too

                    Yesterday, as you see in the upper posted image, compiler was Apple Clang (x86_64) and project give me the error as i've wrote in the first post..

                    Now i've set it, as you suggested, and none error was reported..

                    Using 5.12.3 all works great,
                    Using 5.13.0, the same project, give me the error
                    "Drivers not loaded"

                    QSqlDatabase: QMYSQL driver not loaded
                    QSqlDatabase: available drivers: QSQLITE QODBC QODBC3 QPSQL QPSQL7

                    in the folder ...Qt ▸ 5.13.0 ▸ clang_64 ▸ plugins ▸ sqldrivers
                    i can't find libqsqlmysql.dylib
                    can you tell me how to fix it (otool / install_name_tool don't works if the file do not exist..)

                    0_1563958699365_Schermata 2019-07-24 alle 10.57.46.png

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

                      It looks like the installation is incomplete.

                      The quick solution would be to build the missing plugin.

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

                      TheCipo76T 1 Reply Last reply
                      4
                      • SGaistS SGaist

                        It looks like the installation is incomplete.

                        The quick solution would be to build the missing plugin.

                        TheCipo76T Offline
                        TheCipo76T Offline
                        TheCipo76
                        wrote on last edited by
                        #13

                        @sgaist Ok, now all works Thank you all

                        1 Reply Last reply
                        1

                        • Login

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