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. Ibase error

Ibase error

Scheduled Pinned Locked Moved Solved General and Desktop
qt5.8
10 Posts 2 Posters 3.4k 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.
  • D Offline
    D Offline
    dxdws
    wrote on last edited by A Former User
    #1

    Error when compiling driver.
    https://bugreports.qt.io/browse/QTBUG-58372

    cd qtbase
    qmake – <your relevant configure options go here>
    cd src/sql
    qmake
    cd ../plugins/sqldrivers
    qmake
    make

    At the last stage:
    alt text

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

      Hi and welcome to devnet,

      What parameters did you pass ?

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

      D 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        What parameters did you pass ?

        D Offline
        D Offline
        dxdws
        wrote on last edited by dxdws
        #3

        @SGaist I made qmake for qbase with parameters "INCLUDEPATH+=/usr/include" "LIBS+=-L/usr/lib -lfbclient", then for src/sql, without error. With qmake plugins/sqldrivers, this error occurs.

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

          Which qmake did you use ?

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

          D 1 Reply Last reply
          0
          • SGaistS SGaist

            Which qmake did you use ?

            D Offline
            D Offline
            dxdws
            wrote on last edited by dxdws
            #5

            @SGaist
            C:\Qt\Qt5.8.0\5.8\mingw53_32\bin\qmake.exe
            QMake version 3.1
            Using Qt version 5.8.0 in C:/Qt/Qt5.8.0/5.8/mingw53_32/lib

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

              What I did lately to workaround that problem is to comment the QMAKE_USE statement, and call qmake as before in the plugin source folder with the parameters to point to the right library.

              All that without calling qmake in the qtbase nor sql folder.

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

              D 1 Reply Last reply
              0
              • SGaistS SGaist

                What I did lately to workaround that problem is to comment the QMAKE_USE statement, and call qmake as before in the plugin source folder with the parameters to point to the right library.

                All that without calling qmake in the qtbase nor sql folder.

                D Offline
                D Offline
                dxdws
                wrote on last edited by
                #7

                @SGaist The error did not disappear

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

                  I'd do that from a clean source tree. Or rather, I'd do that from an out of source build.

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

                  D 1 Reply Last reply
                  1
                  • SGaistS SGaist

                    I'd do that from a clean source tree. Or rather, I'd do that from an out of source build.

                    D Offline
                    D Offline
                    dxdws
                    wrote on last edited by
                    #9

                    @SGaist It worked. Thank you very much.

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

                      Great !

                      In that case, please mark the thread as solved using the "Topic Tools" button so that other forum members may know a solution has been found :)

                      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

                      • Login

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