Advertisement
victorburgosgames

Contagion Build Errors v2

Jan 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.34 KB | None | 0 0
  1. Warning 1 warning D9030: '/Gm' is incompatible with multiprocessing; ignoring /MP switch H:\ContagionSource\source\Contagion\src\gameui\cl GameUI
  2. Warning 2 warning D9030: '/Gm' is incompatible with multiprocessing; ignoring /MP switch H:\ContagionSource\source\Contagion\src\game\server\cl Server (Contagion)
  3. Warning 3 warning D9030: '/Gm' is incompatible with multiprocessing; ignoring /MP switch H:\ContagionSource\source\Contagion\src\game\client\cl Client (Contagion)
  4. Warning 4 warning D9030: '/Gm' is incompatible with multiprocessing; ignoring /MP switch H:\ContagionSource\source\Contagion\src\game\server\cl Server (Contagion)
  5. Warning 5 warning D9030: '/Gm' is incompatible with multiprocessing; ignoring /MP switch H:\ContagionSource\source\Contagion\src\game\client\cl Client (Contagion)
  6. Warning 6 warning C4005: 'GetCommandLine' : macro redefinition c:\program files (x86)\windows kits\8.1\include\um\processenv.h 165 1 Server (Contagion)
  7. Warning 7 warning C4005: 'INVALID_HANDLE_VALUE' : macro redefinition c:\program files (x86)\windows kits\8.1\include\um\handleapi.h 38 1 Server (Contagion)
  8. Warning 8 warning C4005: 'ReadConsoleInput' : macro redefinition c:\program files (x86)\windows kits\8.1\include\um\consoleapi.h 153 1 Server (Contagion)
  9. Warning 9 warning C4005: 'RegCreateKey' : macro redefinition c:\program files (x86)\windows kits\8.1\include\um\winreg.h 319 1 Server (Contagion)
  10. Warning 10 warning C4005: 'RegCreateKeyEx' : macro redefinition c:\program files (x86)\windows kits\8.1\include\um\winreg.h 355 1 Server (Contagion)
  11. Warning 11 warning C4005: 'RegOpenKey' : macro redefinition c:\program files (x86)\windows kits\8.1\include\um\winreg.h 680 1 Server (Contagion)
  12. Warning 12 warning C4005: 'RegOpenKeyEx' : macro redefinition c:\program files (x86)\windows kits\8.1\include\um\winreg.h 708 1 Server (Contagion)
  13. Warning 13 warning C4005: 'RegQueryValue' : macro redefinition c:\program files (x86)\windows kits\8.1\include\um\winreg.h 804 1 Server (Contagion)
  14. Warning 14 warning C4005: 'RegQueryValueEx' : macro redefinition c:\program files (x86)\windows kits\8.1\include\um\winreg.h 866 1 Server (Contagion)
  15. Warning 15 warning C4005: 'RegSetValue' : macro redefinition c:\program files (x86)\windows kits\8.1\include\um\winreg.h 986 1 Server (Contagion)
  16. Warning 16 warning C4005: 'RegSetValueEx' : macro redefinition c:\program files (x86)\windows kits\8.1\include\um\winreg.h 1016 1 Server (Contagion)
  17. Warning 17 warning C4189: 'Gat' : local variable is initialized but not referenced h:\contagionsource\source\contagion\src\game\client\contagion\cont_phone_messages.cpp 167 1 Client (Contagion)
  18. Warning 18 warning C4189: 'eventName' : local variable is initialized but not referenced h:\contagionsource\source\contagion\src\game\client\contagion\cont_phone_gpsf.cpp 1083 1 Client (Contagion)
  19. Warning 19 warning C4189: 'WaveTimerHasStarted' : local variable is initialized but not referenced h:\contagionsource\source\contagion\src\game\client\contagion\cont_phone_gpsf.cpp 1088 1 Client (Contagion)
  20. Warning 20 warning C4189: 'WaveTimerIsElapsed' : local variable is initialized but not referenced h:\contagionsource\source\contagion\src\game\client\contagion\cont_phone_gpsf.cpp 1089 1 Client (Contagion)
  21. Warning 21 warning C4189: 'WaveTimer' : local variable is initialized but not referenced h:\contagionsource\source\contagion\src\game\client\contagion\cont_phone_gpsf.cpp 1087 1 Client (Contagion)
  22. Warning 22 warning C4189: 'WaveStartWaitTime' : local variable is initialized but not referenced h:\contagionsource\source\contagion\src\game\client\contagion\cont_phone_gpsf.cpp 1086 1 Client (Contagion)
  23. Warning 23 warning C4189: 'CurrentWave' : local variable is initialized but not referenced h:\contagionsource\source\contagion\src\game\client\contagion\cont_phone_gpsf.cpp 1090 1 Client (Contagion)
  24. Warning 24 warning C4189: 'localPlayerIndex' : local variable is initialized but not referenced h:\contagionsource\source\contagion\src\game\client\contagion\cont_phone_connect.cpp 90 1 Client (Contagion)
  25. Warning 25 warning C4101: 'wzMessageTitle' : unreferenced local variable h:\contagionsource\source\contagion\src\game\client\contagion\cont_phone_connect.cpp 97 1 Client (Contagion)
  26. Error 26 error MSB3073: The command "if exist ..\..\game\bin goto ValveStart
  27. mkdir ..\..\game\bin
  28. :ValveStart
  29. copy "H:\ContagionSource\source\Contagion\src\gameui\Debug_contagion\"GameUI.dll ..\..\game\bin\GameUI.dll
  30. copy "H:\ContagionSource\source\Contagion\src\gameui\Debug_contagion\"GameUI.dll "C:\Program Files (x86)\Steam\steamapps\common\contagionsvn\bin\"GameUI.dll
  31. if ERRORLEVEL 1 goto BuildEventFailed
  32. if exist "H:\ContagionSource\source\Contagion\src\gameui\Debug_contagion\"GameUI.map copy "H:\ContagionSource\source\Contagion\src\gameui\Debug_contagion\"GameUI.map ..\..\game\bin\GameUI.map
  33. copy "H:\ContagionSource\source\Contagion\src\gameui\Debug_contagion\"GameUI.pdb ..\..\game\bin\GameUI.pdb
  34. copy "H:\ContagionSource\source\Contagion\src\gameui\Debug_contagion\"GameUI.pdb "C:\Program Files (x86)\Steam\steamapps\common\contagionsvn\bin\"GameUI.pdb
  35. if ERRORLEVEL 1 goto BuildEventFailed
  36. goto BuildEventOK
  37. :BuildEventFailed
  38. echo *** ERROR! PostBuildStep FAILED for GameUI! EXE or DLL is probably running. ***
  39. del /q "H:\ContagionSource\source\Contagion\src\gameui\Debug_contagion\"GameUI.dll
  40. exit 1
  41. :BuildEventOK
  42.  
  43. :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 132 5 GameUI
  44. Error 27 error MSB3073: The command "if NOT exist ..\..\..\game\contagion\bin mkdir ..\..\..\game\contagion\bin
  45. copy "H:\ContagionSource\source\Contagion\src\game\client\Debug_contagion\"client.dll ..\..\..\game\contagion\bin\client.dll
  46. copy "H:\ContagionSource\source\Contagion\src\game\client\Debug_contagion\"client.dll "C:\Program Files (x86)\Steam\steamapps\common\contagionsvn\contagion\bin\"client.dll
  47. if ERRORLEVEL 1 goto BuildEventFailed
  48. if exist "H:\ContagionSource\source\Contagion\src\game\client\Debug_contagion\"client.map copy "H:\ContagionSource\source\Contagion\src\game\client\Debug_contagion\"client.map ..\..\..\game\contagion\bin\client.map
  49. copy "H:\ContagionSource\source\Contagion\src\game\client\Debug_contagion\"client.pdb ..\..\..\game\contagion\bin\client.pdb
  50. copy "H:\ContagionSource\source\Contagion\src\game\client\Debug_contagion\"client.pdb "C:\Program Files (x86)\Steam\steamapps\common\contagionsvn\contagion\bin\"client.pdb
  51. if ERRORLEVEL 1 goto BuildEventFailed
  52. goto BuildEventOK
  53. :BuildEventFailed
  54. echo *** ERROR! PostBuildStep FAILED for Client (Contagion)! EXE or DLL is probably running. ***
  55. del /q "H:\ContagionSource\source\Contagion\src\game\client\Debug_contagion\"client.dll
  56. exit 1
  57. :BuildEventOK
  58.  
  59. :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 132 5 Client (Contagion)
  60. Warning 28 warning C4189: 'pAttacker' : local variable is initialized but not referenced h:\contagionsource\source\contagion\src\game\shared\contagion\crossbowarrow.cpp 173 1 Server (Contagion)
  61. Error 29 error MSB3073: The command "if exist ..\..\..\game\contagion\bin goto ValveStart
  62. mkdir ..\..\..\game\contagion\bin
  63. :ValveStart
  64. copy "H:\ContagionSource\source\Contagion\src\game\server\Debug_contagion\"server.dll ..\..\..\game\contagion\bin\server.dll
  65. copy "H:\ContagionSource\source\Contagion\src\game\server\Debug_contagion\"server.dll "C:\Program Files (x86)\Steam\steamapps\common\contagionsvn\contagion\bin\"server.dll
  66. if ERRORLEVEL 1 goto BuildEventFailed
  67. if exist "H:\ContagionSource\source\Contagion\src\game\server\Debug_contagion\"server.map copy "H:\ContagionSource\source\Contagion\src\game\server\Debug_contagion\"server.map ..\..\..\game\contagion\bin\server.map
  68. copy "H:\ContagionSource\source\Contagion\src\game\server\Debug_contagion\"server.pdb ..\..\..\game\contagion\bin\server.pdb
  69. copy "H:\ContagionSource\source\Contagion\src\game\server\Debug_contagion\"server.pdb "C:\Program Files (x86)\Steam\steamapps\common\contagionsvn\contagion\bin\"server.pdb
  70. if ERRORLEVEL 1 goto BuildEventFailed
  71. goto BuildEventOK
  72. :BuildEventFailed
  73. echo *** ERROR! PostBuildStep FAILED for Server (Contagion)! EXE or DLL is probably running. ***
  74. del /q "H:\ContagionSource\source\Contagion\src\game\server\Debug_contagion\"server.dll
  75. exit 1
  76. :BuildEventOK
  77.  
  78. :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 132 5 Server (Contagion)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement