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. Can't compile QT 5.5 source to static

Can't compile QT 5.5 source to static

Scheduled Pinned Locked Moved Solved Installation and Deployment
10 Posts 2 Posters 2.9k 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.
  • djmassiveD Offline
    djmassiveD Offline
    djmassive
    wrote on last edited by djmassive
    #1

    Hi,

    From many days i've problem to compile qt 5.5 src static. I've got:
    Python 2.7 also trying Python 3.3
    Ruby 2.2
    Perl Activeperl
    Mingw from http://www.mingw.org

    I'm added path to CMD including all:
    set PATH=C:\MinGw\bin;C:\Qt\Qt5.5.1\5.5\mingw492_32\bin;c:\Windows\system32;c:\windows;c:\Python33;c:\Perl\bin;C:\Ruby22\bin

    Trying to configure with recommended parameters success (-platform win32-g++)
    But if i mingw32-make - i've getting lots of errors (one of them)

    makefile:80: recipe for target 'module-qtbase-install_subtargets' failed

    I've trying also installing using powershell script - same results.

    One of error in screenshot: http://pl.tinypic.com/r/245ezpk/9
    Errors are not always the same.

    Please help. Fresh install of windows 7 32 bit with SP1
    Windows SDK installed

    Looks like QT don't want me...
    I wrote app for my self that using mysql database, but i can't run it on my second computer - i always have mysql error connection (but i've install all required dll and mysql database on it).

    I'm newbe.

    I've try every tutorial in the net that i found to compile without results.
    I'm guessing that my mingw is incompatible with QT. But i can't find other that contains mingw32-make file.

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

      Hi and welcome to devnet,

      If it's only a MySQL error on your other machine then it might simply be a deployment issue that doesn't require a full re-build of Qt.

      Did you check that you are providing the MySQL client DLL with your application ?

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

        Yes, and after hours of work, i try to use odbc and its work ok on developer machine, but problem repeats when i copy this to second machine. I've got error: Failed to load platform plugin windows....

        I'm checked forum, found this: https://forum.qt.io/topic/20759/solved-failed-to-load-platform-plugin-windows/9
        but... in my case i've got all the files and program didn't run. Every one says that platform may be, but In my case - it is not qwindow.dll problem i think.

        My pro file:
        QT += core gui sql

        greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

        TARGET = sprzedaz
        TEMPLATE = app
        QTPLUGIN += QSQLMYSQL
        SOURCES += main.cpp
        mainwindow.cpp
        HEADERS += mainwindow.h
        FORMS += mainwindow.ui
        DISTFILES +=
        INCLUDEPATH += "./"

        Build to release, files include:

        ..
        platforms (with qwindows.dll)
        plugins/platforms/qwindows.dll (trying in many ways)
        icudt54.dll
        icuin54.dll
        icuu54.dll
        IEShims.dll (Dependency walker say that this file is not found)
        libegl.dll
        libgcc_s_dw2-1.dll
        libstdc++6.dll
        libwinpthread-1.dll
        Qt5Core.dll
        Qt5Gui.dll
        Qt5Sql.dll
        Qt5Widgets.dll

        I've got installed MSVC++ Redistributable 2013 (2015 doesn't want to be installed - error)
        Installed mysql driver for odbc

        Included headers (may help):
        main.cpp
        #include "mainwindow.h"
        #include <QtPlugin>
        #include <QApplication>
        #include <QSqlDatabase>
        #include <QSqlError>
        #include <QSqlQuery>
        #include <QtSql>
        #include <QMessageBox>
        #include <QDebug>

        mainwindow.cpp
        #include <QDebug>
        #include <QMessageBox>
        #include <QTabWidget>
        #include <QTableView>
        #include <QValidator>
        #include <QTooltip>
        #include <QPoint>

        It's easy app - view, add to db (my first one working in QT :-P)

        I've also try to compile QT 5.2.1 - same errors like in 5.5.1 - same environment.

        Ps. If QT will automatically tells what dll is needed .... I like coding QT but i loose many time on simple application to run on second machine. For now when i learning QT. I'm already PHP programmer, but always want to make WINDOW APP's ;-)

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

          Use the windeployqt helper program to do the deployment, it should get all the plugins you need.

          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
          1
          • djmassiveD Offline
            djmassiveD Offline
            djmassive
            wrote on last edited by djmassive
            #5

            @SGaist said:

            windeployqt

            Thank You for quick reply. I've used this tool now, and... Many files appears :-)
            New error (trying to translate from my language)

            Can't find point of procedure entry
            _cxa_throw_bad_array_new_length in library libstdc++-6.dll

            This is on my developer machine

            Edit: Looks like this tool gets files from mingw installation, after i copy libstdc++-6.dll from QT MinGW - same error like before. "..QT platform windows plugin" (before on developer machine this work)
            I'll try to uninstall all additional software like cygwin and mingw, and give You information after this.

            Edit after uninstall:
            NOTHING CHANGED :-((((((((

            1 Reply Last reply
            0
            • djmassiveD Offline
              djmassiveD Offline
              djmassive
              wrote on last edited by
              #6

              I've try to compile simple empty project and after insert all files its work, so i think problem is in one of modules that is include (or not include). I can prepare whole project in zip so someone maybe can look at headers and maybe i need to add something to .pro file or header.

              If someone ready to help, please assist e-mail. I will send full project code.

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

                To debut that:

                1. Nuke the build folder
                2. Start a new build
                3. Call windeployqt
                4. Start the application from explorer
                5. If it fails, use Dependency Walker to find what it missing

                Don't copy anything from the Qt Creator folder, only from the Qt and MinGW folder

                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
                • djmassiveD Offline
                  djmassiveD Offline
                  djmassive
                  wrote on last edited by
                  #8

                  I found solution. I should add QT_QPA_PLATFORM_PLUGIN_PATH to environment.

                  SET QT_QPA_PLATFORM_PLUGIN_PATH= path to directory contains platform directory.

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

                    If you need that for your application to run then it seems that it's not properly deployed especially on Window.

                    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
                    • djmassiveD Offline
                      djmassiveD Offline
                      djmassive
                      wrote on last edited by
                      #10

                      Other way was to create plugin directory, and insert platform directory inside plugin folder.
                      This makes my app works well on any windows system :-)

                      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