Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.0.0 Beta 1
-
None
-
Win7 32bit
Description
Currently master branch, I can't build example/client/chat project.
Error Message:
cd client\ && D:\qpSOFT\DEVx86\bin\nmake.exe -f Makefile cd chat\ && D:\qpSOFT\DEVx86\bin\nmake.exe -f Makefile D:\qpSOFT\DEVx86\bin\nmake.exe -f Makefile.Release D:\qpSOFT\Sources\Qt5\qtbase\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\..\..\..\qtbase\include\QtCore" -I"..\..\..\..\qtbase\include\QtGui" -I"..\..\..\..\qtbase\include" -I"tmp\moc\release_shared" -I"..\..\..\..\qtbase\mkspecs\win32-msvc2010" -D_MSC_VER=1600 -DWIN32 main.cpp -o tmp\moc\release_shared\main.moc D:\qpSOFT\Sources\Qt5\qtbase\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\..\..\..\qtbase\include\QtCore" -I"..\..\..\..\qtbase\include\QtGui" -I"..\..\..\..\qtbase\include" -I"tmp\moc\release_shared" -I"..\..\..\..\qtbase\mkspecs\win32-msvc2010" -D_MSC_VER=1600 -DWIN32 chatclient.h -o tmp\moc\release_shared\moc_chatclient.cpp cl -c -nologo -Zm200 -Zc:wchar_t -O2 -Os -GL -MD -GR -EHsc -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\..\..\..\qtbase\include\QtCore" -I"..\..\..\..\qtbase\include\QtGui" -I"..\..\..\..\qtbase\include" -I"tmp\moc\release_shared" -I"..\..\..\..\qtbase\mkspecs\win32-msvc2010" -Fotmp\obj\release_shared\ @C:\Users\ADMINI~1\AppData\Local\Temp\nm6767.tmp main.cpp d:\qpsoft\sources\qt5\qtjsondb\examples\client\chat\chatclient.h(46) : fatal error C1083: Cannot open include file: 'QtJsonDb/QJsonDbConnection': No such file or directory chatclient.cpp d:\qpsoft\sources\qt5\qtjsondb\examples\client\chat\chatclient.h(46) : fatal error C1083: Cannot open include file: 'QtJsonDb/QJsonDbConnection': No such file or directory NMAKE : fatal error U1077: 'D:\qpSOFT\DEVx86\bin\cl.EXE' : return code '0x2' Stop. NMAKE : fatal error U1077: 'D:\qpSOFT\DEVx86\bin\nmake.exe' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop.