Advertisement
illwieckz

detour msvc error

Jun 17th, 2024
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.21 KB | None | 0 0
  1. Run msbuild RecastDemo.vcxproj -property:Configuration=Debug
  2. Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
  3. Copyright (C) Microsoft Corporation. All rights reserved.
  4.  
  5. Build started 6/18/2024 2:25:56 AM.
  6. Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" on node 1 (default targets).
  7. Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (1) is building "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj" (2) on node 1 (default targets).
  8. PrepareForBuild:
  9. Creating directory "obj\Win32\Debug\DebugUtils\".
  10. Creating directory "lib\Debug\".
  11. Creating directory "obj\Win32\Debug\DebugUtils\DebugUtils.tlog\".
  12. InitializeBuildStatus:
  13. Creating "obj\Win32\Debug\DebugUtils\DebugUtils.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  14. ClCompile:
  15. C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\CL.exe /c /I..\..\..\DebugUtils\Include /I..\..\..\Detour\Include /I..\..\..\DetourTileCache\Include /I..\..\..\Recast\Include /ZI /JMC /nologo /W3 /WX /diagnostics:column /Od /Oy- /D DEBUG /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_WARNINGS /D _HAS_EXCEPTIONS=0 /D _HAS_EXCEPTIONS=0 /D _UNICODE /D UNICODE /Gm- /RTC1 /MDd /GS /fp:fast /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"obj\Win32\Debug\DebugUtils\\" /Fd"lib\Debug\DebugUtils.pdb" /external:W3 /Gd /TP /analyze- /FC /errorReport:queue /W3 /wd4351 ..\..\..\DebugUtils\Source\DebugDraw.cpp ..\..\..\DebugUtils\Source\DetourDebugDraw.cpp ..\..\..\DebugUtils\Source\RecastDebugDraw.cpp ..\..\..\DebugUtils\Source\RecastDump.cpp
  16. DebugDraw.cpp
  17. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  18. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  19. DetourDebugDraw.cpp
  20. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  21. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  22. D:\a\recastnavigation\recastnavigation\DetourTileCache\Include\DetourTileCacheBuilder.h(82,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  23. RecastDebugDraw.cpp
  24. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  25. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  26. RecastDump.cpp
  27. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  28. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  29. Generating Code...
  30. Done Building Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj" (default targets) -- FAILED.
  31. Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (1) is building "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj" (3) on node 1 (default targets).
  32. PrepareForBuild:
  33. Creating directory "obj\Win32\Debug\Detour\".
  34. Creating directory "obj\Win32\Debug\Detour\Detour.tlog\".
  35. InitializeBuildStatus:
  36. Creating "obj\Win32\Debug\Detour\Detour.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  37. ClCompile:
  38. C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\CL.exe /c /I..\..\..\Detour\Include /ZI /JMC /nologo /W3 /WX /diagnostics:column /Od /Oy- /D DEBUG /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_WARNINGS /D _HAS_EXCEPTIONS=0 /D _HAS_EXCEPTIONS=0 /D _UNICODE /D UNICODE /Gm- /RTC1 /MDd /GS /fp:fast /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"obj\Win32\Debug\Detour\\" /Fd"lib\Debug\Detour.pdb" /external:W3 /Gd /TP /analyze- /FC /errorReport:queue /W3 /wd4351 ..\..\..\Detour\Source\DetourAlloc.cpp ..\..\..\Detour\Source\DetourAssert.cpp ..\..\..\Detour\Source\DetourCommon.cpp ..\..\..\Detour\Source\DetourNavMesh.cpp ..\..\..\Detour\Source\DetourNavMeshBuilder.cpp ..\..\..\Detour\Source\DetourNavMeshQuery.cpp ..\..\..\Detour\Source\DetourNode.cpp
  39. DetourAlloc.cpp
  40. DetourAssert.cpp
  41. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  42. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  43. DetourCommon.cpp
  44. DetourNavMesh.cpp
  45. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  46. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  47. DetourNavMeshBuilder.cpp
  48. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  49. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  50. DetourNavMeshQuery.cpp
  51. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  52. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  53. DetourNode.cpp
  54. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  55. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  56. Generating Code...
  57. Done Building Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj" (default targets) -- FAILED.
  58. Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (1) is building "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj" (4) on node 1 (default targets).
  59. PrepareForBuild:
  60. Creating directory "obj\Win32\Debug\DetourCrowd\".
  61. Creating directory "obj\Win32\Debug\DetourCrowd\DetourCrowd.tlog\".
  62. InitializeBuildStatus:
  63. Creating "obj\Win32\Debug\DetourCrowd\DetourCrowd.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  64. ClCompile:
  65. C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\CL.exe /c /I..\..\..\DetourCrowd\Include /I..\..\..\Detour\Include /I..\..\..\Recast\Include /ZI /JMC /nologo /W3 /WX /diagnostics:column /Od /Oy- /D DEBUG /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_WARNINGS /D _HAS_EXCEPTIONS=0 /D _HAS_EXCEPTIONS=0 /D _UNICODE /D UNICODE /Gm- /RTC1 /MDd /GS /fp:fast /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"obj\Win32\Debug\DetourCrowd\\" /Fd"lib\Debug\DetourCrowd.pdb" /external:W3 /Gd /TP /analyze- /FC /errorReport:queue /W3 /wd4351 ..\..\..\DetourCrowd\Source\DetourCrowd.cpp ..\..\..\DetourCrowd\Source\DetourLocalBoundary.cpp ..\..\..\DetourCrowd\Source\DetourObstacleAvoidance.cpp ..\..\..\DetourCrowd\Source\DetourPathCorridor.cpp ..\..\..\DetourCrowd\Source\DetourPathQueue.cpp ..\..\..\DetourCrowd\Source\DetourProximityGrid.cpp
  66. DetourCrowd.cpp
  67. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  68. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  69. DetourLocalBoundary.cpp
  70. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  71. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  72. DetourObstacleAvoidance.cpp
  73. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  74. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  75. DetourPathCorridor.cpp
  76. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  77. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  78. DetourPathQueue.cpp
  79. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  80. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  81. DetourProximityGrid.cpp
  82. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  83. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  84. Generating Code...
  85. Done Building Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj" (default targets) -- FAILED.
  86. Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (1) is building "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj" (5) on node 1 (default targets).
  87. PrepareForBuild:
  88. Creating directory "obj\Win32\Debug\DetourTileCache\".
  89. Creating directory "obj\Win32\Debug\DetourTileCache\DetourTileCache.tlog\".
  90. InitializeBuildStatus:
  91. Creating "obj\Win32\Debug\DetourTileCache\DetourTileCache.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  92. ClCompile:
  93. C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\CL.exe /c /I..\..\..\DetourTileCache\Include /I..\..\..\Detour\Include /I..\..\..\Recast\Include /ZI /JMC /nologo /W3 /WX /diagnostics:column /Od /Oy- /D DEBUG /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_WARNINGS /D _HAS_EXCEPTIONS=0 /D _HAS_EXCEPTIONS=0 /D _UNICODE /D UNICODE /Gm- /RTC1 /MDd /GS /fp:fast /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"obj\Win32\Debug\DetourTileCache\\" /Fd"lib\Debug\DetourTileCache.pdb" /external:W3 /Gd /TP /analyze- /FC /errorReport:queue /W3 /wd4351 ..\..\..\DetourTileCache\Source\DetourTileCache.cpp ..\..\..\DetourTileCache\Source\DetourTileCacheBuilder.cpp
  94. DetourTileCache.cpp
  95. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  96. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  97. D:\a\recastnavigation\recastnavigation\DetourTileCache\Include\DetourTileCacheBuilder.h(82,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  98. DetourTileCacheBuilder.cpp
  99. D:\a\recastnavigation\recastnavigation\DetourTileCache\Include\DetourTileCacheBuilder.h(82,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  100. D:\a\recastnavigation\recastnavigation\DetourTileCache\Include\DetourTileCacheBuilder.h(82,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  101. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  102. Generating Code...
  103. Done Building Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj" (default targets) -- FAILED.
  104. Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (1) is building "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj" (6) on node 1 (default targets).
  105. PrepareForBuild:
  106. Creating directory "obj\Win32\Debug\Recast\".
  107. Creating directory "obj\Win32\Debug\Recast\Recast.tlog\".
  108. InitializeBuildStatus:
  109. Creating "obj\Win32\Debug\Recast\Recast.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  110. ClCompile:
  111. C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\CL.exe /c /I..\..\..\Recast\Include /ZI /JMC /nologo /W3 /WX /diagnostics:column /Od /Oy- /D DEBUG /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_WARNINGS /D _HAS_EXCEPTIONS=0 /D _HAS_EXCEPTIONS=0 /D _UNICODE /D UNICODE /Gm- /RTC1 /MDd /GS /fp:fast /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"obj\Win32\Debug\Recast\\" /Fd"lib\Debug\Recast.pdb" /external:W3 /Gd /TP /analyze- /FC /errorReport:queue /W3 /wd4351 ..\..\..\Recast\Source\Recast.cpp ..\..\..\Recast\Source\RecastAlloc.cpp ..\..\..\Recast\Source\RecastArea.cpp ..\..\..\Recast\Source\RecastAssert.cpp ..\..\..\Recast\Source\RecastContour.cpp ..\..\..\Recast\Source\RecastFilter.cpp ..\..\..\Recast\Source\RecastLayers.cpp ..\..\..\Recast\Source\RecastMesh.cpp ..\..\..\Recast\Source\RecastMeshDetail.cpp ..\..\..\Recast\Source\RecastRasterization.cpp ..\..\..\Recast\Source\RecastRegion.cpp
  112. Recast.cpp
  113. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  114. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  115. RecastAlloc.cpp
  116. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  117. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  118. RecastArea.cpp
  119. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  120. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  121. RecastAssert.cpp
  122. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  123. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  124. RecastContour.cpp
  125. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  126. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  127. RecastFilter.cpp
  128. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  129. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  130. RecastLayers.cpp
  131. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  132. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  133. RecastMesh.cpp
  134. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  135. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  136. RecastMeshDetail.cpp
  137. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  138. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  139. RecastRasterization.cpp
  140. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  141. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  142. RecastRegion.cpp
  143. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  144. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  145. Generating Code...
  146. Done Building Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj" (default targets) -- FAILED.
  147. Done Building Project "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (default targets) -- FAILED.
  148.  
  149. Build FAILED.
  150.  
  151. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (default target) (1) ->
  152. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj" (default target) (2) ->
  153. (ClCompile target) ->
  154. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  155. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  156. D:\a\recastnavigation\recastnavigation\DetourTileCache\Include\DetourTileCacheBuilder.h(82,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  157. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  158. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  159.  
  160.  
  161. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (default target) (1) ->
  162. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj" (default target) (3) ->
  163. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  164. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  165. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  166. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  167. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  168.  
  169.  
  170. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (default target) (1) ->
  171. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj" (default target) (4) ->
  172. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  173. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  174. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  175. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  176. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  177. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  178.  
  179.  
  180. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (default target) (1) ->
  181. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj" (default target) (5) ->
  182. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  183. D:\a\recastnavigation\recastnavigation\DetourTileCache\Include\DetourTileCacheBuilder.h(82,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  184. D:\a\recastnavigation\recastnavigation\DetourTileCache\Include\DetourTileCacheBuilder.h(82,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  185. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  186.  
  187.  
  188. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (default target) (1) ->
  189. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj" (default target) (6) ->
  190. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  191. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  192. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  193. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  194. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  195. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  196. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  197. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  198. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  199. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  200. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  201.  
  202.  
  203. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (default target) (1) ->
  204. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj" (default target) (2) ->
  205. (ClCompile target) ->
  206. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  207. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  208. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  209. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DebugUtils.vcxproj]
  210.  
  211.  
  212. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (default target) (1) ->
  213. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj" (default target) (3) ->
  214. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  215. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  216. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  217. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  218. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Detour.vcxproj]
  219.  
  220.  
  221. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (default target) (1) ->
  222. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj" (default target) (4) ->
  223. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  224. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  225. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  226. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  227. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  228. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourCrowd.vcxproj]
  229.  
  230.  
  231. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (default target) (1) ->
  232. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj" (default target) (5) ->
  233. D:\a\recastnavigation\recastnavigation\Detour\Include\DetourModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  234. D:\a\recastnavigation\recastnavigation\DetourTileCache\Include\DetourTileCacheBuilder.h(82,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\DetourTileCache.vcxproj]
  235.  
  236.  
  237. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\RecastDemo.vcxproj" (default target) (1) ->
  238. "D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj" (default target) (6) ->
  239. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  240. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  241. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  242. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  243. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  244. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  245. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  246. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  247. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  248. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  249. D:\a\recastnavigation\recastnavigation\Recast\Include\RecastModernCpp.h(8,17): error C2220: the following warning is treated as an error [D:\a\recastnavigation\recastnavigation\RecastDemo\Build\vs2019\Recast.vcxproj]
  250.  
  251. 31 Warning(s)
  252. 28 Error(s)
  253.  
  254. Time Elapsed 00:00:19.77
  255. Error: Process completed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement