Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. build error
    Log in to post
    • All categories
    • S

      Solved Error during build from source win10 (autoMOC?)
      General and Desktop • moc build from sour build build error static build qt • • shokarta

      2
      1
      Votes
      2
      Posts
      626
      Views

      S

      so with help of someone from BugReport portal, the solution was extremly simple...
      as you can see form the log:
      eea6d5ef-d2db-4406-8d50-50e2ca9c185a-image.png
      C and C++ compler is pucked up from PERL, not form MinGW,
      so I have onlymoved MinGW environment variables PATH above the PERL and then all worked fine...

      they also suggested to try specify:

      -DCMAKE_CXX_COMPILER=C:/path/to/mingw/compiler/g++.exe -DCMAKE_C_COMPILER=C:/path/to/mingw/compiler/gcc.exe

      but im not sure where to put this realy.

      other option (im only thinking, was not suggested) is to use MingwDir parameter in configure

      but not sure if the Qt is this smart enough to use this parameter as a compiler path for C and C++, this has to be tested realy
    • A

      Unsolved The kit's build configuration is invalid - Android
      Installation and Deployment • android qml build error • • AkshayFP

      1
      0
      Votes
      1
      Posts
      224
      Views

      No one has replied

    • V

      Unsolved Unable to build an example code (Project ERROR: This example requires Qt to be configured with -opengl desktop)
      Installation and Deployment • qopenglwidget beginner build error • • VivekYadav

      6
      0
      Votes
      6
      Posts
      274
      Views

      SGaist

      First try to for the use of OpenGL.

      Otherwise, you will have to build Qt itself.

    • S

      Unsolved Qt3D build in Qt6
      Qt 6 • qt6.0.3 qt6.0.2 qt6.0.1 qt3d build error • • surajj4837

      4
      0
      Votes
      4
      Posts
      447
      Views

      jiapei1000

      @surajj4837 Hey, can you please provide your solution to this issue? Thank you ...

    • T

      Solved Fix for build error "member access into incomplete type 'const clang::FileEntry'"
      Installation and Deployment • build error qtcreator building • • TBRZ

      10
      0
      Votes
      10
      Posts
      8217
      Views

      jsulm

      @TBRZ said in Fix for build error "member access into incomplete type 'const clang::FileEntry'":

      notify the developers about a problem

      This is user forum. If you want to communicate with developers you should either use bug tracker or the mailing list.

    • N

      Unsolved android build failed
      Mobile and Embedded • android buid build failed build error build apk • • newbiSoso

      5
      0
      Votes
      5
      Posts
      455
      Views

      N

      @Davronito Yes many times.........

    • M

      Unsolved Universal Windows Platform app help
      General and Desktop • uwp creator extensionsdkdir build error • • Mogrifier

      1
      0
      Votes
      1
      Posts
      187
      Views

      No one has replied

    • Milav

      Unsolved Error During QT (5.7.1) Cross Compilation
      Installation and Deployment • qt5.7.1 cross-compiling build error cortexa8 arm • • Milav

      2
      0
      Votes
      2
      Posts
      308
      Views

      SGaist

      Hi,

      Two question:

      Why Qt 5.7.1 ? The current LTS is 5.12.5 Can you use a more recent version of GCC ? 4.4 is a bit old.
    • B

      Unsolved Release build in Visual Studio linker error 2005
      Installation and Deployment • visualstudio linker errors build error • • Ben-TM

      1
      0
      Votes
      1
      Posts
      316
      Views

      No one has replied

    • L

      Unsolved Build and run problems with qtquick
      General and Desktop • qt5.6 qt quick build error • • Linuxfluesterer

      18
      0
      Votes
      18
      Posts
      3810
      Views

      A

      @Linuxfluesterer No it's not the size of your hard drive, it's the size of the RAM allocated to that machine and how much it uses for /tmp.

      So do a df -h and you can post the output or at least see how much space you have on tmp. If it is less than the 1.4gb needed for the install, up it. Or as I suggested temporarily point /tmp to a hard disk if you don't have the ram for a bigger /tmp.

    • Slane

      Solved Qt Build 5.9.1 Static with OCI Driver
      General and Desktop • oci driver static build static qt build error • • Slane

      10
      0
      Votes
      10
      Posts
      3855
      Views

      Slane

      I made several modifications ... but i think the properly modifications are

      In : QtSrc\qtbase\mkspecs\win32-g++\qmake.conf add

      QMAKE_LFLAGS += -static -static-libgcc QMAKE_CFLAGS_RELEASE -= -O2 QMAKE_CFLAGS_RELEASE += -Os -momit-leaf-frame-pointer DEFINES += QT_STATIC_BUILD

      In : QtSrc\qtbase\src\plugins\sqldrivers\oci\oci.pro add

      QMAKE_LFLAGS += oracle_home\oci\lib\msvc\oci.lib QMAKE_LFLAGS += oracle_home\oci\lib\msvc\ociw32.lib QMAKE_LFLAGS += oracle_home\oci\lib\msvc\oraocci11.lib LIBS += -Loracle_home\oci\lib\msvc -loci -lociw32 -loraocci11 INCLUDEPATH += oracle_home\oci\include

      cmd

      -static -debug-and-release -platform win32-g++ -prefix QtPath\Static -I C:\\OpenSSL-Win32\\include -L C:\\OpenSSL-Win32\\lib -opensource -confirm-license -c++std c++14 -nomake examples -skip qtdoc -skip wayland -skip purchasing -skip serialbus -skip qtserialport -skip script -skip scxml -skip speech -skip location -no-opengl -no-angle -qt-zlib -qt-pcre -qt-libpng -no-libjpeg -qt-freetype -sql-oci -I oracle_home\oci\include -L oracle_home\oci\lib\msvc

      try it. the other modifications do not matter

    • N

      Unsolved Errors while building the project for android
      Mobile and Embedded • build error android build qt make • • no_ideaw

      2
      0
      Votes
      2
      Posts
      809
      Views

      jsulm

      @no_ideaw Can you show your pro file?
      Also did you run qmake and rebuild your project after changing Kit to "Android for armeabi-v7a"?

    • randsfjorden

      Unsolved Android x86 Build error: QML import could not be resolved in any of the imort paths
      Mobile and Embedded • android build error android x86 • • randsfjorden

      1
      0
      Votes
      1
      Posts
      1019
      Views

      No one has replied

    • ?

      Unsolved QtWebEngine build with errors
      Installation and Deployment • qtwebengine build error install raspberry eglfs raspberry pi 2 • • A Former User

      2
      0
      Votes
      2
      Posts
      1073
      Views

      M

      Old post but I had the same error; I had to build qtdeclarative BEFORE qwebchannel to solve this error.

    • 173210

      Unsolved qxcbintegration.cpp: undefined reference to QSpiAccessibleBridge
      Installation and Deployment • xcb linux accessible buildroot build error • • 173210

      2
      0
      Votes
      2
      Posts
      1223
      Views

      SGaist

      Hi,

      What version of Qt are you trying to build ? Which options did you pass to configure ? What was the configuration summary ?

    • E

      Solved OpenCV project from Linux to .exe
      General and Desktop • opencv mingw dll build error • • Edwin

      11
      0
      Votes
      11
      Posts
      3489
      Views

      SGaist

      Use the "Topic Tool" button :)