| Build Log |
|
| Command Lines |
Creating temporary file "c:\IRIS\IRIS_CODE\PatchMaker\PatMaker_Client\RSP00000144085612.rsp" with contents [ /O2 /GL /I "..\ZipArchive" /I "..\ZipArchive\zlib" /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_CLIENT_MODE_" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /MD /Yu"stdafx.h" /Fp"PatMaker_Client\PatchMaker_Client.pch" /Fo"PatMaker_Client\\" /Fd"PatMaker_Client\vc80.pdb" /W3 /c /Wp64 /Zi /TP .\PatchMakerDlg.cpp .\PatchMakerApp.cpp .\PatchMaker.cpp ] Creating command line "cl.exe @c:\IRIS\IRIS_CODE\PatchMaker\PatMaker_Client\RSP00000144085612.rsp /nologo /errorReport:prompt" Creating temporary file "c:\IRIS\IRIS_CODE\PatchMaker\PatMaker_Client\RSP00000244085612.rsp" with contents [ /O2 /GL /I "..\ZipArchive" /I "..\ZipArchive\zlib" /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_CLIENT_MODE_" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /MD /Yc"stdafx.h" /Fp"PatMaker_Client\PatchMaker_Client.pch" /Fo"PatMaker_Client\\" /Fd"PatMaker_Client\vc80.pdb" /W3 /c /Wp64 /Zi /TP .\stdafx.cpp ] Creating command line "cl.exe @c:\IRIS\IRIS_CODE\PatchMaker\PatMaker_Client\RSP00000244085612.rsp /nologo /errorReport:prompt" |
| Output Window |
Compiling...
stdafx.cpp
Compiling...
PatchMakerDlg.cpp
c:\iris\iris_code\patchmaker\PatchMaker.h(123) : error C2039: 'hash_map' : is not a member of 'std'
c:\iris\iris_code\patchmaker\PatchMaker.h(123) : error C2143: syntax error : missing ';' before '<'
c:\iris\iris_code\patchmaker\PatchMaker.h(123) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\iris\iris_code\patchmaker\PatchMaker.h(123) : error C2238: unexpected token(s) preceding ';'
c:\iris\iris_code\patchmaker\PatchMaker.h(126) : error C2039: 'hash_map' : is not a member of 'std'
c:\iris\iris_code\patchmaker\PatchMaker.h(126) : error C2143: syntax error : missing ';' before '<'
c:\iris\iris_code\patchmaker\PatchMaker.h(126) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\iris\iris_code\patchmaker\PatchMaker.h(126) : error C2238: unexpected token(s) preceding ';'
PatchMakerApp.cpp
PatchMaker.cpp
c:\iris\iris_code\patchmaker\PatchMaker.h(123) : error C2039: 'hash_map' : is not a member of 'std'
c:\iris\iris_code\patchmaker\PatchMaker.h(123) : error C2143: syntax error : missing ';' before '<'
c:\iris\iris_code\patchmaker\PatchMaker.h(123) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\iris\iris_code\patchmaker\PatchMaker.h(123) : error C2238: unexpected token(s) preceding ';'
c:\iris\iris_code\patchmaker\PatchMaker.h(126) : error C2039: 'hash_map' : is not a member of 'std'
c:\iris\iris_code\patchmaker\PatchMaker.h(126) : error C2143: syntax error : missing ';' before '<'
c:\iris\iris_code\patchmaker\PatchMaker.h(126) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\iris\iris_code\patchmaker\PatchMaker.h(126) : error C2238: unexpected token(s) preceding ';'
.\PatchMaker.cpp(195) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(195) : error C2065: 'hash_map' : undeclared identifier
.\PatchMaker.cpp(195) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(195) : error C2059: syntax error : '>'
.\PatchMaker.cpp(195) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(196) : error C2065: 'findPos' : undeclared identifier
.\PatchMaker.cpp(196) : error C2065: 'm_SourcePatchList' : undeclared identifier
.\PatchMaker.cpp(196) : error C2228: left of '.find' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(197) : error C2228: left of '.end' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(199) : error C2227: left of '->second' must point to class/struct/union/generic type
type is ''unknown-type''
.\PatchMaker.cpp(226) : error C2228: left of '.insert' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(556) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(556) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(556) : error C2059: syntax error : '>'
.\PatchMaker.cpp(556) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(557) : error C2065: 'm_SourcePackList' : undeclared identifier
.\PatchMaker.cpp(557) : error C2228: left of '.find' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(558) : error C2228: left of '.end' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(570) : error C2228: left of '.insert' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(704) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(704) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(704) : error C2059: syntax error : '>'
.\PatchMaker.cpp(704) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(705) : error C2228: left of '.find' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(706) : error C2228: left of '.end' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(708) : error C2227: left of '->second' must point to class/struct/union/generic type
type is ''unknown-type''
.\PatchMaker.cpp(738) : error C2228: left of '.insert' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(844) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(844) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(844) : error C2059: syntax error : '>'
.\PatchMaker.cpp(844) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(845) : error C2228: left of '.find' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(846) : error C2228: left of '.end' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(848) : error C2227: left of '->second' must point to class/struct/union/generic type
type is ''unknown-type''
.\PatchMaker.cpp(878) : error C2228: left of '.insert' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(1127) : error C2228: left of '.insert' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(1163) : error C2228: left of '.insert' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(1339) : error C2228: left of '.insert' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(1381) : error C2228: left of '.insert' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(1389) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(1389) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(1389) : error C2059: syntax error : '>'
.\PatchMaker.cpp(1389) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(1390) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(1390) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(1390) : error C2059: syntax error : '>'
.\PatchMaker.cpp(1390) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(1391) : error C2065: 'pos1' : undeclared identifier
.\PatchMaker.cpp(1391) : error C2065: 'end1' : undeclared identifier
.\PatchMaker.cpp(1393) : error C2227: left of '->second' must point to class/struct/union/generic type
type is ''unknown-type''
.\PatchMaker.cpp(1396) : error C2228: left of '.clear' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(1398) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(1398) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(1398) : error C2059: syntax error : '>'
.\PatchMaker.cpp(1398) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(1399) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(1399) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(1399) : error C2059: syntax error : '>'
.\PatchMaker.cpp(1399) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(1400) : error C2065: 'pos2' : undeclared identifier
.\PatchMaker.cpp(1400) : error C2065: 'end2' : undeclared identifier
.\PatchMaker.cpp(1402) : error C2227: left of '->second' must point to class/struct/union/generic type
type is ''unknown-type''
.\PatchMaker.cpp(1405) : error C2228: left of '.clear' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(1414) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(1414) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(1414) : error C2059: syntax error : '>'
.\PatchMaker.cpp(1414) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(1415) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(1415) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(1415) : error C2059: syntax error : '>'
.\PatchMaker.cpp(1415) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(1420) : error C2227: left of '->second' must point to class/struct/union/generic type
type is ''unknown-type''
.\PatchMaker.cpp(1440) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(1440) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(1440) : error C2059: syntax error : '>'
.\PatchMaker.cpp(1440) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(1441) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(1441) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(1441) : error C2059: syntax error : '>'
.\PatchMaker.cpp(1441) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(1446) : error C2227: left of '->second' must point to class/struct/union/generic type
type is ''unknown-type''
.\PatchMaker.cpp(1577) : error C2228: left of '.size' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(1578) : error C2228: left of '.size' must have class/struct/union
type is ''unknown-type''
.\PatchMaker.cpp(1584) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(1584) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(1584) : error C2059: syntax error : '>'
.\PatchMaker.cpp(1584) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(1585) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(1585) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(1585) : error C2059: syntax error : '>'
.\PatchMaker.cpp(1585) : error C2039: 'iterator' : is not a member of '`global namespace''
.\PatchMaker.cpp(1593) : error C2227: left of '->second' must point to class/struct/union/generic type
type is ''unknown-type''
.\PatchMaker.cpp(1606) : error C2039: 'hash_map' : is not a member of 'std'
.\PatchMaker.cpp(1606) : error C2275: 'std::string' : illegal use of this type as an expression
.\PatchMaker.cpp(1606) : error C2059: syntax error : '>'
.\PatchMaker.cpp(1606) : fatal error C1003: error count exceeds 100; stopping compilation
|
| Results |
Build log was saved at "file://c:\IRIS\IRIS_CODE\PatchMaker\PatMaker_Client\BuildLog.htm" PatchMaker - 112 error(s), 0 warning(s) |