[Interest] (no subject)

Liang Jian jianliang79 at gmail.com
Thu Oct 8 06:33:23 CEST 2020


I build qt 5.15 (latest from git) under windows 10 with msvc 2019 with the
following commands:
configure -developer-build -opensource -confirm-license -opengl desktop
-no-feature-accessibility -mp -nomake examples -nomake tests -skip qt3d
-skip qtwebengine
    nmake

    Build failed with the following error message:

NMAKE : fatal error U1073: don't know how to make
'D:\qt5\qtbase\include\QtGui\5.15.0\QtGui\private\qcssparser_p.h'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX64\x64\nmake.exe"'
: return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

    The
file D:\qt5\qtbase\include\QtGui\5.15.0\QtGui\private\qcssparser_p.h
doesn't exist, instead the file
D:\qt5\qtbase\include\QtGui\5.15.2\QtGui\private\qcssparser_p.h exist
    I have built qt 5.15 with msvc 2019 and with the same commands
successfully about two weeks ago. What can I do to avoid this problem?
thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20201008/017ebdb9/attachment.html>


More information about the Interest mailing list