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.
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest