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. Building Qt 5.9.0 with ICU and OpenSSL error
Qt 6.11 is out! See what's new in the release blog

Building Qt 5.9.0 with ICU and OpenSSL error

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 2.4k Views 4 Watching
  • 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.
  • SargtlinS Offline
    SargtlinS Offline
    Sargtlin
    wrote on last edited by
    #1

    Error on building Qt 5.9.0 with configure

    %QT_SOURCE%\configure -confirm-license -debug-and-release -developer-build -opensource -force-debug-info -mp -no-warnings-are-errors -platform win32-msvc2015 -prefix %QT_DIST% -icu -I "%ICU_DIST%\include" -L %ICU_DIST%\lib -openssl -opengl desktop -no-angle -sql-odbc -plugin-sql-odbc -plugin-sql-sqlite -nomake examples -nomake tests
    

    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" -f Makefile.Debug

    Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
    Copyright (C) Microsoft Corporation. All rights reserved.

    call D:\Qt\Qt5.9.0_build\msvc2015_32\qttranslations\translations\lrelease_wrapper.bat D:\Qt\qt-everywhere-opensource-src-5.9.0\qttranslations\translations\assistant_bg.ts -qm assistant_bg.qm
    NMAKE : fatal error U1077: 'call' : return code '0xc0000139'
    NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe"' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Can you show the exact point of failure ?

      By the way, why do you need to rebuild Qt ? OpenSSL is enabled by default but you have to provide the OpenSSL .dll yourself.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • SargtlinS Offline
        SargtlinS Offline
        Sargtlin
        wrote on last edited by
        #3

        I need self build Qt for debug info.
        A problem was solved by removing Qt5*.dll from system32 directory. Some installed soft copied it.

        kshegunovK 1 Reply Last reply
        0
        • SargtlinS Sargtlin

          I need self build Qt for debug info.
          A problem was solved by removing Qt5*.dll from system32 directory. Some installed soft copied it.

          kshegunovK Offline
          kshegunovK Offline
          kshegunov
          Moderators
          wrote on last edited by
          #4

          @Sargtlin said in Building Qt 5.9.0 with ICU and OpenSSL error:

          I need self build Qt for debug info.

          Just a note - you don't need a developer's build to get debug info, configuring with -debug or -debug-and-release as you'd done is enough. You could also provide a -prefix so to get out-of-source binaries, which most of the time is more convenient.

          Read and abide by the Qt Code of Conduct

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Do you know which software put these .dlls there ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            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