Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-59812

Ninja Compile Error with Visual Studio 2017

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.9.0
    • 5.9.0 Alpha
    • WebEngine
    • None
    • 2d235e2112b71e0011c3c31f8d496680091dac66

    Description

      The Error is.

      Traceback (most recent call last):
      File "C:\qt5srcgit\qt5\qtwebengine\src\3rdparty\ninja\configure.py", line 496, in <module> objs += cxx(name)
      
      File "C:\qt5srcgit\qt5\qtwebengine\src\3rdparty\ninja\configure.py", line 278, in cxx return n.build(built(name + objext), 'cxx', src(name + '.cc'), **kwargs)
      
      File "C:\qt5srcgit\qt5\qtwebengine\src\3rdparty\ninja\configure.py", line 160, in build self._run_command(self._expand(cmd, local_vars))
      
      File "C:\qt5srcgit\qt5\qtwebengine\src\3rdparty\ninja\configure.py", line 185, in _run_command subprocess.check_call(cmdline, shell=True)
      
      File "C:\Pythonx64\lib\subprocess.py", line 186, in check_call
      raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'cl  /nologo /Zi /W4 /WX /wd4530 /wd4100 /wd4706 /wd4512 /wd4800 /wd4702 /wd4819 /wd4127 /wd4355 /wd4091 /wd4577 /GR- /wd4267 /DNOMINMAX /D_CRT_SECURE_NO_WARNINGS /D_HAS_EXCEPTIONS=0 /DNINJA_PYTHON="python.exe" /FS /Ox /DNDEBUG /GL -I. -c C:\qt5srcgit\qt5\qtwebengine\src\3rdparty\ninja\src\clparser.cc /Fobuild\clparser.obj' returned non-zero exit status 2
      Project ERROR: NINJA build error!
      
      jom: C:\xsdf64\qtwebengine\src\buildtools\Makefile [sub-ninja-pro-make_first] Error 3
      jom: C:\xsdf64\qtwebengine\src\Makefile [sub-buildtools-make_first] Error 2
      jom: C:\xsdf64\qtwebengine\Makefile [sub-src-make_first] Error 2
      jom: C:\xsdf64\Makefile [module-qtwebengine-make_first] Error 2
      

      Config Parameter:

      cd c:\xsdf64
      set CL=-d2SSAOptimizer- -MP
      set PATH=C:\qt5srcgit\qt5\gnuwin32\bin;c:\icurlsx64\bin;c:\icurlsx64\include;c:\icurlsx64\lib;c:\opensslx64\include;c:\opensslx64\lib;C:\Perlx64\perl\bin;C:\Pythonx64\;%PATH%;C:\git\bin\
      
      c:\qt5srcgit\qt5\configure -verbose -make-tool jom -opensource -confirm-license -prefix c:\qt-build64 -opengl dynamic -release -openssl-linked -IC:\opensslx64\include -LC:\opensslx64\lib OPENSSL_LIBS="-Lc:\opensslx64\lib -llibeay32 -lssleay32" -icu -IC:\icurlsx64\include -LC:\icurlsx64\lib -mp -nomake tests -nomake examples -no-warnings-are-errors -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcharts -skip qtdatavis3d -skip qtgamepad -skip qtmacextras -skip qtpurchasing -skip qtscript -skip qtscxml -skip qtsensors -skip qtserialport -skip qtserialbus -skip qtwayland -skip qtvirtualkeyboard -skip qtnetworkauth -skip qtspeech -skip qtremoteobjects -skip qtx11extras && jom >compile.log && cd c:\xsdf64 && xcopy /v /f /y "C:\opensslx64\bin\libeay32.dll" "c:\qt-build64\bin\" && xcopy /v /f /y "C:\opensslx64\bin\ssleay32.dll" "c:\qt-build64\bin\" && xcopy /v /f /y "C:\icurlsx64\bin\icudt58.dll" "c:\qt-build64\bin\" && xcopy /v /f /y "C:\icurlsx64\bin\icuin58.dll" "c:\qt-build64\bin\" && xcopy /v /f /y "C:\icurlsx64\bin\icuuc58.dll" "c:\qt-build64\bin\" && xcopy /v /f /y "C:\opensslx64\bin\libeay32.dll" "C:\xsdf64\qtbase\bin" && xcopy /v /f /y "C:\opensslx64\bin\ssleay32.dll" "C:\xsdf64\qtbase\bin" && jom -j1 install >install.log && jom -j1 docs >docs.log && jom -j1 install_docs >install_docs.log
      

      The Error exists only with VS 2017. VS 2015 does get compiled normally.

      Attachments

        1. build.ninja
          1 kB
        2. config.log
          7 kB
        3. Makefile
          51 kB
        4. qtwebengine-config_p.h
          0.4 kB
        5. qtwebengine-config.pri
          0.4 kB

        Issue Links

          For Gerrit Dashboard: QTBUG-59812
          # Subject Branch Project Status CR V

          Activity

            People

              jbornema Joerg Bornemann
              meermusik Oliver Niebuhr
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes