Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Ibase SQL plugin build error

    Installation and Deployment
    qt5.8
    5
    10
    3442
    Loading More Posts
    • 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.
    • uralbash
      uralbash last edited by A Former User

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 0
        • L
          LeeBin last edited by

          I got same problem. Have you found the solution?

          1 Reply Last reply Reply Quote 0
          • uralbash
            uralbash last edited by

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

            1 Reply Last reply Reply Quote 1
            • J
              jcbmca last edited by

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

              1 Reply Last reply Reply Quote 0
              • SGaist
                SGaist Lifetime Qt Champion last edited by

                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 Reply Quote 0
                • J
                  jcbmca last edited by

                  Thanks now it works.

                  1 Reply Last reply Reply Quote 0
                  • A
                    Alkanius @SGaist last edited by

                    @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 Reply Quote -1
                    • SGaist
                      SGaist Lifetime Qt Champion last edited by

                      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 Reply Quote 2
                      • A
                        Alkanius @SGaist last edited by

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

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post