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

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.
  • U Offline
    U Offline
    uralbash
    wrote on 24 Jan 2017, 06:44 last edited by A Former User 3 Nov 2017, 16:01
    #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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 24 Jan 2017, 22:31 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 31 Jan 2017, 14:14 last edited by
        #3

        I got same problem. Have you found the solution?

        1 Reply Last reply
        0
        • U Offline
          U Offline
          uralbash
          wrote on 1 Feb 2017, 07:05 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 10 Mar 2017, 22:47 last edited by
            #5

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

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 10 Mar 2017, 23:22 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 3 May 2020, 11:28
              0
              • J Offline
                J Offline
                jcbmca
                wrote on 11 Mar 2017, 05:16 last edited by
                #7

                Thanks now it works.

                1 Reply Last reply
                0
                • S SGaist
                  10 Mar 2017, 23:22

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

                  A Offline
                  A Offline
                  Alkanius
                  wrote on 3 May 2020, 11:28 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
                  • S Offline
                    S Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on 3 May 2020, 19:29 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 6 May 2020, 13:13
                    2
                    • S SGaist
                      3 May 2020, 19:29

                      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 6 May 2020, 13:13 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