Hi, I'm having problems compiling the latest Qt 5.8 beta sources from http://download.qt.io/snapshots/qt/5.8/5.8.0-beta/latest_src/.
Windows 10, VS2015 64-bit. I used the following configure options: configure -prefix %CD%\qtbase -opensource -shared -confirm-license -debug-and-release -release -opengl desktop -qt-zlib -qt-libpng -no-angle -qt-libjpeg -icu -skip qtconnectivity -skip qtlocation -skip qtsensors -skip qtwayland -skip qtserialbus -skip qtserialport -skip qtvirtualkeyboard -skip qtdatavis3d -skip qtcharts -skip qtpurchasing -platform win32-msvc2015 -nomake tests I get the following error: qglobal.cpp qlogging.cpp Generating Code... D:\qt-everywhere-opensource-src-5.8.0-beta\qtbase\src\corelib\global\qlogging.cpp : fatal error C1001: An internal error has occurred in the compiler. (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 246) To work around this problem, try simplifying or changing the program near the locations listed above. Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.EXE' Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.EXE"' : return code '0x1' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\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. I did not have this problem with 5.7. Any idea of what the problem could be? Thanks, Harald
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest