Is anyone else able to reproduce this? I configured Qt with the following 
arguments (shadow build):

-debug -developer-build -opensource -confirm-license -nomake tests -nomake 
examples -opengl desktop

If I use nmake instead of jom, the only error comes from qlogging.cpp.

I've attached the output of jom.
jom 1.1.0 - empower your cores

        cd qtbase\ && ( if not exist Makefile 
C:\dev\qt5-dev-debug\qtbase\bin\qmake C:\dev\qt5-dev\qtbase\qtbase.pro -o 
Makefile ) && C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f Makefile
        cd src\ && ( if not exist Makefile 
C:\dev\qt5-dev-debug\qtbase\bin\qmake C:\dev\qt5-dev\qtbase\src\src.pro -o 
Makefile ) && C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f Makefile
        cd qmake\ && ( if not exist Makefile.qmake-aux 
C:\dev\qt5-dev-debug\qtbase\bin\qmake C:\dev\qt5-dev\qtbase\qmake\qmake-aux.pro 
-o Makefile.qmake-aux ) && C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f 
Makefile.qmake-aux
        C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f 
Makefile.qmake-aux.Debug
        cd corelib\ && ( if not exist Makefile.qtzlib 
C:\dev\qt5-dev-debug\qtbase\bin\qmake 
C:\dev\qt5-dev\qtbase\src\corelib\qtzlib.pro -o Makefile.qtzlib ) && 
C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f Makefile.qtzlib
        C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f Makefile.qtzlib.Debug
        copy /y ..\..\lib\Qt5Zlibd.dll ..\..\bin
The system cannot find the file specified.
        cd tools\bootstrap\ && ( if not exist Makefile 
C:\dev\qt5-dev-debug\qtbase\bin\qmake 
C:\dev\qt5-dev\qtbase\src\tools\bootstrap\bootstrap.pro -o Makefile ) && 
C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f Makefile
        C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
        cd 3rdparty\pcre\ && ( if not exist Makefile 
C:\dev\qt5-dev-debug\qtbase\bin\qmake 
C:\dev\qt5-dev\qtbase\src\3rdparty\pcre\pcre.pro -o Makefile ) && 
C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f Makefile
        C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
        cd 3rdparty\freetype\ && ( if not exist Makefile 
C:\dev\qt5-dev-debug\qtbase\bin\qmake 
C:\dev\qt5-dev\qtbase\src\3rdparty\freetype\freetype.pro -o Makefile ) && 
C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f Makefile
        C:\dev\qt-unified\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
        cl -c -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zc:throwingNew -Zi 
-MDd -D_HAS_EXCEPTIONS=0 -GR -W3 -w34100 -w34189 -w44996 -w44456 -w44457 
-w44458 -wd4577 /Fd..\..\..\lib\Qt5Bootstrapd.pdb -DUNICODE -DWIN32 -DWIN64 
-DQT_BOOTSTRAPPED -DQT_LITE_UNICODE -DQT_NO_CAST_TO_ASCII -DQT_NO_CODECS 
-DQT_NO_DATASTREAM -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE 
-DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -DQT_NO_DEPRECATED 
-DQT_NO_TRANSLATION -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_NO_CAST_FROM_ASCII 
-DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS 
-D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT 
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_EXCEPTIONS 
-IC:\dev\qt5-dev\qtbase\src\tools\bootstrap -I. 
-IC:\dev\qt5-dev\qtbase\src\3rdparty\zlib -I..\..\..\include 
-I..\..\..\include\QtCore -I..\..\..\include\QtCore\5.8.0 
-I..\..\..\include\QtCore\5.8.0\QtCore -I..\..\..\include\QtXml 
-I..\..\..\include\QtXml\5.8.0 -I..\..\..\include\QtXml\5.8.0\QtXml -Itmp 
-IC:\dev\qt5-dev\qtbase\mkspecs\win32-msvc2015 -Fo.obj\debug\ 
@C:\Users\Mitch\AppData\Local\Temp\qlogging.obj.5804.141.jom
qlogging.cpp
        cl -c -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zc:throwingNew -Zi 
-MDd -D_HAS_EXCEPTIONS=0 -GR -W3 -w34100 -w34189 -w44996 -w44456 -w44457 
-w44458 -wd4577 /Fd..\..\..\lib\Qt5Bootstrapd.pdb -DUNICODE -DWIN32 -DWIN64 
-DQT_BOOTSTRAPPED -DQT_LITE_UNICODE -DQT_NO_CAST_TO_ASCII -DQT_NO_CODECS 
-DQT_NO_DATASTREAM -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE 
-DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -DQT_NO_DEPRECATED 
-DQT_NO_TRANSLATION -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_NO_CAST_FROM_ASCII 
-DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS 
-D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT 
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_EXCEPTIONS 
-IC:\dev\qt5-dev\qtbase\src\tools\bootstrap -I. 
-IC:\dev\qt5-dev\qtbase\src\3rdparty\zlib -I..\..\..\include 
-I..\..\..\include\QtCore -I..\..\..\include\QtCore\5.8.0 
-I..\..\..\include\QtCore\5.8.0\QtCore -I..\..\..\include\QtXml 
-I..\..\..\include\QtXml\5.8.0 -I..\..\..\include\QtXml\5.8.0\QtXml -Itmp 
-IC:\dev\qt5-dev\qtbase\mkspecs\win32-msvc2015 -Fo.obj\debug\ 
@C:\Users\Mitch\AppData\Local\Temp\qcoreglobaldata.obj.5804.157.jom
qcoreglobaldata.cpp
C:\dev\qt5-dev\qtbase\src\corelib\kernel\qcoreglobaldata.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:\dev\FMicrosoft 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
        cl -c -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zc:throwingNew -Zi 
-MDd -D_HAS_EXCEPTIONS=0 -GR -W3 -w34100 -w34189 -w44996 -w44456 -w44457 
-w44458 -wd4577 /Fd..\..\..\lib\Qt5Bootstrapd.pdb -DUNICODE -DWIN32 -DWIN64 
-DQT_BOOTSTRAPPED -DQT_LITE_UNICODE -DQT_NO_CAST_TO_ASCII -DQT_NO_CODECS 
-DQT_NO_DATASTREAM -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE 
-DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -DQT_NO_DEPRECATED 
-DQT_NO_TRANSLATION -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_NO_CAST_FROM_ASCII 
-DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS 
-D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT 
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_EXCEPTIONS 
-IC:\dev\qt5-dev\qtbase\src\tools\bootstrap -I. 
-IC:\dev\qt5-dev\qtbase\src\3rdparty\zlib -I..\..\..\include 
-I..\..\..\include\QtCore -I..\..\..\include\QtCore\5.8.0 
-I..\..\..\include\QtCore\5.8.0\QtCore -I..\..\..\include\QtXml 
-I..\..\..\include\QtXml\5.8.0 -I..\..\..\include\QtXml\5.8.0\QtXml -Itmp 
-IC:\dev\qt5-dev\qtbase\mkspecs\win32-msvc2015 -Fo.obj\debug\ 
@C:\Users\Mitch\AppData\Local\Temp\qstandardpaths.obj.5804.157.jom
qstandardpaths.cpp
C:\dev\qt5-dev\qtbase\src\corelib\io\qstandardpaths.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:\dev\FMicrosoft 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
        cl -c -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zc:throwingNew -Zi 
-MDd -D_HAS_EXCEPTIONS=0 -GR -W3 -w34100 -w34189 -w44996 -w44456 -w44457 
-w44458 -wd4577 /Fd..\..\..\lib\Qt5Bootstrapd.pdb -DUNICODE -DWIN32 -DWIN64 
-DQT_BOOTSTRAPPED -DQT_LITE_UNICODE -DQT_NO_CAST_TO_ASCII -DQT_NO_CODECS 
-DQT_NO_DATASTREAM -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE 
-DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -DQT_NO_DEPRECATED 
-DQT_NO_TRANSLATION -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_NO_CAST_FROM_ASCII 
-DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS 
-D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT 
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_EXCEPTIONS 
-IC:\dev\qt5-dev\qtbase\src\tools\bootstrap -I. 
-IC:\dev\qt5-dev\qtbase\src\3rdparty\zlib -I..\..\..\include 
-I..\..\..\include\QtCore -I..\..\..\include\QtCore\5.8.0 
-I..\..\..\include\QtCore\5.8.0\QtCore -I..\..\..\include\QtXml 
-I..\..\..\include\QtXml\5.8.0 -I..\..\..\include\QtXml\5.8.0\QtXml -Itmp 
-IC:\dev\qt5-dev\qtbase\mkspecs\win32-msvc2015 -Fo.obj\debug\ 
@C:\Users\Mitch\AppData\Local\Temp\qiodevice.obj.5804.157.jom
qiodevice.cpp
C:\dev\qt5-dev\qtbase\src\corelib\io\qiodevice.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:\dev\FMicrosoft 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
        cl -c -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zc:throwingNew -Zi 
-MDd -D_HAS_EXCEPTIONS=0 -GR -W3 -w34100 -w34189 -w44996 -w44456 -w44457 
-w44458 -wd4577 /Fd..\..\..\lib\Qt5Bootstrapd.pdb -DUNICODE -DWIN32 -DWIN64 
-DQT_BOOTSTRAPPED -DQT_LITE_UNICODE -DQT_NO_CAST_TO_ASCII -DQT_NO_CODECS 
-DQT_NO_DATASTREAM -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE 
-DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -DQT_NO_DEPRECATED 
-DQT_NO_TRANSLATION -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_NO_CAST_FROM_ASCII 
-DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS 
-D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT 
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_EXCEPTIONS 
-IC:\dev\qt5-dev\qtbase\src\tools\bootstrap -I. 
-IC:\dev\qt5-dev\qtbase\src\3rdparty\zlib -I..\..\..\include 
-I..\..\..\include\QtCore -I..\..\..\include\QtCore\5.8.0 
-I..\..\..\include\QtCore\5.8.0\QtCore -I..\..\..\include\QtXml 
-I..\..\..\include\QtXml\5.8.0 -I..\..\..\include\QtXml\5.8.0\QtXml -Itmp 
-IC:\dev\qt5-dev\qtbase\mkspecs\win32-msvc2015 -Fo.obj\debug\ 
@C:\Users\Mitch\AppData\Local\Temp\qloggingregistry.obj.5804.157.jom
qloggingregistry.cpp
C:\dev\qt5-dev\qtbase\src\corelib\io\qloggingregistry.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:\dev\FMicrosoft 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
        cl -c -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zc:throwingNew -Zi 
-MDd -D_HAS_EXCEPTIONS=0 -GR -W3 -w34100 -w34189 -w44996 -w44456 -w44457 
-w44458 -wd4577 /Fd..\..\..\lib\Qt5Bootstrapd.pdb -DUNICODE -DWIN32 -DWIN64 
-DQT_BOOTSTRAPPED -DQT_LITE_UNICODE -DQT_NO_CAST_TO_ASCII -DQT_NO_CODECS 
-DQT_NO_DATASTREAM -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE 
-DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -DQT_NO_DEPRECATED 
-DQT_NO_TRANSLATION -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_NO_CAST_FROM_ASCII 
-DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS 
-D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT 
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_EXCEPTIONS 
-IC:\dev\qt5-dev\qtbase\src\tools\bootstrap -I. 
-IC:\dev\qt5-dev\qtbase\src\3rdparty\zlib -I..\..\..\include 
-I..\..\..\include\QtCore -I..\..\..\include\QtCore\5.8.0 
-I..\..\..\include\QtCore\5.8.0\QtCore -I..\..\..\include\QtXml 
-I..\..\..\include\QtXml\5.8.0 -I..\..\..\include\QtXml\5.8.0\QtXml -Itmp 
-IC:\dev\qt5-dev\qtbase\mkspecs\win32-msvc2015 -Fo.obj\debug\ 
@C:\Users\Mitch\AppData\Local\Temp\qmetatype.obj.5804.157.jom
qmetatype.cpp
C:\dev\qt5-dev\qtbase\src\corelib\kernel\qmetatype.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:\dev\FMicrosoft 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
C:\dev\qt5-dev\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:\dev\FMicrosoft 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
jom: C:\dev\qt5-dev-debug\qtbase\src\tools\bootstrap\Makefile.Debug 
[.obj\debug\qlogging.obj] Error 1
        cl -c -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zc:throwingNew -Zi 
-MDd -D_HAS_EXCEPTIONS=0 -GR -W3 -w34100 -w34189 -w44996 -w44456 -w44457 
-w44458 -wd4577 /Fd..\..\..\lib\Qt5Bootstrapd.pdb -DUNICODE -DWIN32 -DWIN64 
-DQT_BOOTSTRAPPED -DQT_LITE_UNICODE -DQT_NO_CAST_TO_ASCII -DQT_NO_CODECS 
-DQT_NO_DATASTREAM -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE 
-DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -DQT_NO_DEPRECATED 
-DQT_NO_TRANSLATION -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_NO_CAST_FROM_ASCII 
-DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS 
-D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT 
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_EXCEPTIONS 
-IC:\dev\qt5-dev\qtbase\src\tools\bootstrap -I. 
-IC:\dev\qt5-dev\qtbase\src\3rdparty\zlib -I..\..\..\include 
-I..\..\..\include\QtCore -I..\..\..\include\QtCore\5.8.0 
-I..\..\..\include\QtCore\5.8.0\QtCore -I..\..\..\include\QtXml 
-I..\..\..\include\QtXml\5.8.0 -I..\..\..\include\QtXml\5.8.0\QtXml -Itmp 
-IC:\dev\qt5-dev\qtbase\mkspecs\win32-msvc2015 -Fo.obj\debug\ 
@C:\Users\Mitch\AppData\Local\Temp\qfile.obj.5804.141.jom
qfile.cpp
        cl -c -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zc:throwingNew -Zi 
-MDd -D_HAS_EXCEPTIONS=0 -GR -W3 -w34100 -w34189 -w44996 -w44456 -w44457 
-w44458 -wd4577 /Fd..\..\..\lib\Qt5Bootstrapd.pdb -DUNICODE -DWIN32 -DWIN64 
-DQT_BOOTSTRAPPED -DQT_LITE_UNICODE -DQT_NO_CAST_TO_ASCII -DQT_NO_CODECS 
-DQT_NO_DATASTREAM -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE 
-DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -DQT_NO_DEPRECATED 
-DQT_NO_TRANSLATION -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_NO_CAST_FROM_ASCII 
-DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS 
-D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT 
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_EXCEPTIONS 
-IC:\dev\qt5-dev\qtbase\src\tools\bootstrap -I. 
-IC:\dev\qt5-dev\qtbase\src\3rdparty\zlib -I..\..\..\include 
-I..\..\..\include\QtCore -I..\..\..\include\QtCore\5.8.0 
-I..\..\..\include\QtCore\5.8.0\QtCore -I..\..\..\include\QtXml 
-I..\..\..\include\QtXml\5.8.0 -I..\..\..\include\QtXml\5.8.0\QtXml -Itmp 
-IC:\dev\qt5-dev\qtbase\mkspecs\win32-msvc2015 -Fo.obj\debug\ 
@C:\Users\Mitch\AppData\Local\Temp\qvariant.obj.5804.172.jom
qvariant.cpp
C:\dev\qt5-dev\qtbase\src\corelib\io\qfile.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:\dev\FMicrosoft 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
jom: C:\dev\qt5-dev-debug\qtbase\src\tools\bootstrap\Makefile.Debug 
[.obj\debug\qfile.obj] Error 1
C:\dev\qt5-dev\qtbase\src\corelib\kernel\qvariant.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:\dev\FMicrosoft 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
jom: C:\dev\qt5-dev-debug\qtbase\src\tools\bootstrap\Makefile.Debug 
[.obj\debug\qvariant.obj] Error 1
jom: C:\dev\qt5-dev-debug\qtbase\src\tools\bootstrap\Makefile.Debug 
[.obj\debug\qcoreglobaldata.obj] Error 1
jom: C:\dev\qt5-dev-debug\qtbase\src\tools\bootstrap\Makefile.Debug 
[.obj\debug\qiodevice.obj] Error 1
jom: C:\dev\qt5-dev-debug\qtbase\src\tools\bootstrap\Makefile.Debug 
[.obj\debug\qstandardpaths.obj] Error 1
jom: C:\dev\qt5-dev-debug\qtbase\src\tools\bootstrap\Makefile.Debug 
[.obj\debug\qloggingregistry.obj] Error 1
jom: C:\dev\qt5-dev-debug\qtbase\src\tools\bootstrap\Makefile.Debug 
[.obj\debug\qmetatype.obj] Error 1
jom: C:\dev\qt5-dev-debug\qtbase\src\tools\bootstrap\Makefile [debug] Error 2
jom: C:\dev\qt5-dev-debug\qtbase\src\Makefile [sub-bootstrap-make_first] Error 2
jom: C:\dev\qt5-dev-debug\qtbase\Makefile [sub-src-make_first] Error 2
jom: C:\dev\qt5-dev-debug\Makefile [module-qtbase-make_first] Error 2
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to