Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. build error
    Log in to post

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

      10
      0
      Votes
      10
      Posts
      1259
      Views

      @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.
    • UNSOLVED android build failed
      Mobile and Embedded • android build error build failed buid build apk • • newbiSoso  

      5
      0
      Votes
      5
      Posts
      216
      Views

      @Davronito Yes many times.........
    • UNSOLVED Universal Windows Platform app help
      General and Desktop • creator build error uwp extensionsdkdir • • Mogrifier  

      1
      0
      Votes
      1
      Posts
      46
      Views

      No one has replied

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

      2
      0
      Votes
      2
      Posts
      110
      Views

      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.
    • UNSOLVED Release build in Visual Studio linker error 2005
      Installation and Deployment • linker errors build error visualstudio • • Ben-TM  

      1
      0
      Votes
      1
      Posts
      153
      Views

      No one has replied

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

      18
      0
      Votes
      18
      Posts
      3048
      Views

      @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.
    • SOLVED Qt Build 5.9.1 Static with OCI Driver
      General and Desktop • static build driver build error static qt oci • • Slane  

      10
      0
      Votes
      10
      Posts
      3266
      Views

      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
    • UNSOLVED Errors while building the project for android
      Mobile and Embedded • android make build error build qt • • no_ideaw  

      2
      0
      Votes
      2
      Posts
      664
      Views

      @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"?
    • 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
      785
      Views

      No one has replied

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

      2
      0
      Votes
      2
      Posts
      865
      Views

      Old post but I had the same error; I had to build qtdeclarative BEFORE qwebchannel to solve this error.
    • UNSOLVED qxcbintegration.cpp: undefined reference to QSpiAccessibleBridge
      Installation and Deployment • linux xcb build error accessible buildroot • • 173210  

      2
      0
      Votes
      2
      Posts
      1032
      Views

      Hi, What version of Qt are you trying to build ? Which options did you pass to configure ? What was the configuration summary ?
    • SOLVED OpenCV project from Linux to .exe
      General and Desktop • dll opencv mingw build error • • Edwin  

      11
      0
      Votes
      11
      Posts
      3026
      Views

      Use the "Topic Tool" button :)