Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. mingw32-make
    Log in to post

    • UNSOLVED Struggling with MySQL driver build
      Installation and Deployment • mysql mysql driver mingw32-make • • TTherrien  

      4
      0
      Votes
      4
      Posts
      254
      Views

      No, you have to use the same compiler that was used to build Qt. You can't mix and match C++ librairies built with MinGW and MSVC.
    • UNSOLVED Qt5.8.0 MinGW 32bit on Windows: Recipe for target failed
      Installation and Deployment • mingw32-make debug error • • ksgj  

      3
      0
      Votes
      3
      Posts
      2352
      Views

      @ksgj Yeah, avoiding whitespaces and special chars in path names makes the developers life easier. So please mark this topic as SOLVED (button Topic Tools below your first post). Thanks
    • UNSOLVED static opencv build for QT using MinGW. mingw32-make: *** [all] Error 2
      General and Desktop • opencv mingw mingw32-make build from sour • • Griz  

      1
      0
      Votes
      1
      Posts
      2209
      Views

      No one has replied

    • SOLVED Latest version of Qt cant compile anything in .c with MinGW (Win 10 x64)
      Installation and Deployment • qt 5.6.0 mingw32-make c language • • danek731733  

      9
      0
      Votes
      9
      Posts
      3268
      Views

      Hi @asthana-ujjwal and welcome to devnet, Can you show your .pro file ?
    • UNSOLVED QtFtp and Qt 5.5.1 (Windows): no luck! Solution?
      General and Desktop • windows qmake qt 5.5.1 mingw32-make qtftp • • qDebug  

      14
      0
      Votes
      14
      Posts
      5587
      Views

      Just thought of something… Why not open the qtftp.pro file in Qt Creator and built if from there with the Qt version you are using for your application ?
    • Could not start process "mingw32-make"
      Mobile and Embedded • android mingw32-make • • MohammadReza  

      5
      0
      Votes
      5
      Posts
      4366
      Views

      @kuzulis Thanks a lot for the screenshot. very useful. pardon me because of lots of my questions. I got new error: Could not start process "mingw32-make" INSTALL_ROOT="C:\Users\---\Documents\build-alaki1-Android_for_armeabi_v7a_GCC_4_8_Qt_5_5_0-Release\android-build" install Error while building/deploying project alaki1 (kit: Android for armeabi-v7a (GCC 4.8, Qt 5.5.0)) When executing step "Copy application data" I searched and somebodies says you must set INSTALL_ROOT variable. I dont know it is correct or not? if so how?