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. Ibase SQL plugin build error
QtWS25 Last Chance

Ibase SQL plugin build error

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qt5.8
10 Posts 5 Posters 4.2k Views
  • 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.
  • uralbashU Offline
    uralbashU Offline
    uralbash
    wrote on last edited by A Former User
    #1

    Can't compile ibase sqlplugin for version 5.8

    $ cd Qt-online/5.8/Src/qtbase/src/plugins/sqldrivers/ibase
    $ qmake
    Project ERROR: Library 'ibase' is not defined.
    

    With 5.7.1 everything is ok.

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

      Hi,

      There has been modification in the build system form Qt. Try setting the QMAKE_INCDIR_IBASE,, QMAKE_LIBDIR_IBASEand QMAKE_LIBS_IBASE variables.

      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
      • L Offline
        L Offline
        LeeBin
        wrote on last edited by
        #3

        I got same problem. Have you found the solution?

        1 Reply Last reply
        0
        • uralbashU Offline
          uralbashU Offline
          uralbash
          wrote on last edited by
          #4

          Look bugreport https://bugreports.qt.io/browse/QTBUG-58372

          1 Reply Last reply
          1
          • J Offline
            J Offline
            jcbmca
            wrote on last edited by
            #5

            Hello, I have the same problem, could someone solve it? Thank you

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

              One simple way is to comment the QMAKE_USE line and then proceed as before.

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

              A 1 Reply Last reply
              0
              • J Offline
                J Offline
                jcbmca
                wrote on last edited by
                #7

                Thanks now it works.

                1 Reply Last reply
                0
                • SGaistS SGaist

                  One simple way is to comment the QMAKE_USE line and then proceed as before.

                  A Offline
                  A Offline
                  Alkanius
                  wrote on last edited by
                  #8

                  @SGaist WHERE???!!! We need to comment this?!? Please, be so kind to write a full description of a fixing this problem for the nub-users like me?

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

                    Hi and welcome to devnet,

                    Pleas avoid using all caps word like that. It's considered as shouting and rude in written language.

                    As for the suggestion I made earlier: in the .pro file corresponding to the driver you are building.

                    Before doing that, you should check the error logs to see exactly what is failing.

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

                    A 1 Reply Last reply
                    2
                    • SGaistS SGaist

                      Hi and welcome to devnet,

                      Pleas avoid using all caps word like that. It's considered as shouting and rude in written language.

                      As for the suggestion I made earlier: in the .pro file corresponding to the driver you are building.

                      Before doing that, you should check the error logs to see exactly what is failing.

                      A Offline
                      A Offline
                      Alkanius
                      wrote on last edited by
                      #10

                      dear @SGaist, thank you very much! It works perfect!

                      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