Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Unable co compile for Mingw x64 - cmake issue
Forum Updated to NodeBB v4.3 + New Features

Unable co compile for Mingw x64 - cmake issue

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 282 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.
  • D Offline
    D Offline
    Dariusz
    wrote on last edited by
    #1

    Hey

    I was trying to compile it for past 2 days and I'm just lost. No idea what to do with it. Using msys2 workflow, I get to this point and I'm just lost here. Can any1 help ? I think this is the option B path from tutorial here > http://wiki.qt.io/MinGW-64-bit this part is from "Building QT"

    vm@DESKTOP-1PEVLDF MSYS ~
    $ cd /c/dev/qt/5.10.1/Src
    
    vm@DESKTOP-1PEVLDF MSYS /c/dev/qt/5.10.1/Src
    $ windows2unix() { local pathPcs=() split pathTmp IFS=\;; read -ra split <<< "$*                                        "; for pathTmp in "${split[@],}"; do pathPcs+=( "/${pathTmp//+([:\\])//}" ); don                                        e; echo "${pathPcs[*]}"; }; systemrootP=$(windows2unix "$SYSTEMROOT"); export PA                                        TH="$PWD/qtbase/bin:$PWD/gnuwin32/bin:/c/dev/msys64/mingw64/bin:/c/dev/msys64/us                                        r/bin:/c/dev/qt/5.10.1/deps/icu/dist/lib"
    
    vm@DESKTOP-1PEVLDF MSYS /c/dev/qt/5.10.1/Src
    $ set MAKE_COMMAND=configure -debug-and-release -opensource -confirm-license -pl                                        atform win64-g++ -developer-build -c++11 -icu -opengl desktop -openssl -plugin-s                                        ql-odbc -nomake tests
    
    vm@DESKTOP-1PEVLDF MSYS /c/dev/qt/5.10.1/Src
    $ mingw32-make -j 6
    mingw32-make: *** No targets specified and no makefile found.  Stop.
    
    
    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