Results 1 to 3 of 3

Thread: Stuck on building Qt 5.7 with Mingw64

  1. #1
    Join Date
    Jul 2016
    Posts
    57
    Thanks
    4
    Qt products
    Qt5
    Platforms
    Windows

    Question Stuck on building Qt 5.7 with Mingw64

    I'm looking here http://wiki.qt.io/MinGW-64-bit

    And decided to take an Option B, i.e. using MSYS2 to build Qt 5.7, but I'm stuck on building the OpenSSL, specifically:

    $ make depend && make && make install making depend in crypto...
    make[1]: Entering directory '/c/Qt/qt5_deps/openssl-1.0.2h/crypto'
    gcc.exe: error: unrecognized command line option '-prefix=C:/Qt/qt5_deps/openssl-1.0.2h'
    make[1]: *** [Makefile:137: local_depend] Error 1
    make[1]: Leaving directory '/c/Qt/qt5_deps/openssl-1.0.2h/crypto'
    make: *** [Makefile:471: depend] Error 1
    Why does it say that it is an unrecognized command line option? the openssl source file was unzipped and I ran the configure command before that as well, what's the problem?

  2. #2
    Join Date
    Jul 2016
    Posts
    57
    Thanks
    4
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Stuck on building Qt 5.7 with Mingw64

    ok so the problem was "-prefix" instead of "--prefix"

    maintainers of that wiki page should fix it I guess

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Stuck on building Qt 5.7 with Mingw64

    Or you could just sign in and fix it yourself (and avoid the "feature" that probably converted -- into an en-dash)

Similar Threads

  1. Replies: 0
    Last Post: 20th March 2015, 13:00
  2. Setting up mingw64, Netbeans and QT
    By lucky7456969 in forum Qt Programming
    Replies: 1
    Last Post: 22nd April 2014, 06:32
  3. Cross compiling Qt for mingw64 from Linux.
    By chris_helloworld in forum Installation and Deployment
    Replies: 0
    Last Post: 11th May 2011, 11:07
  4. Qwt + mingw64
    By baray98 in forum Qwt
    Replies: 4
    Last Post: 4th February 2011, 20:24
  5. 4.6 and Mingw64
    By rubenvb in forum Installation and Deployment
    Replies: 1
    Last Post: 7th January 2010, 17:16

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.