Advertisement
Guest User

Untitled

a guest
May 26th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.80 KB | None | 0 0
  1. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\build>ninja
  2. [1/45] Building CXX object CMakeFiles\VirtualGameCreator.dir\Engine\ECS\IComponent.cpp.obj
  3. FAILED: CMakeFiles/VirtualGameCreator.dir/Engine/ECS/IComponent.cpp.obj
  4. C:\PROGRA~2\MICROS~1\2019\Enterprise\VC\Tools\MSVC\14.21.27702\bin\Hostx64\x64\cl.exe /nologo /TP -DNOMINMAX -DUNICODE -D_UNICODE /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++latest /showIncludes /FoCMakeFiles\VirtualGameCreator.dir\Engine\ECS\IComponent.cpp.obj /FdCMakeFiles\VirtualGameCreator.dir\ /FS -c ..\Engine\ECS\IComponent.cpp
  5. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(3): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  6. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(3): error C2146: syntax error: missing ';' before identifier 'ComponentId'
  7. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(4): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  8. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(4): error C2370: 'ComponentId': redefinition; different storage class
  9. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(3): note: see declaration of 'ComponentId'
  10. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(4): error C2146: syntax error: missing ';' before identifier 'currentComponentId'
  11. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(4): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  12. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(11): error C3646: 'Id': unknown override specifier
  13. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(11): error C2059: syntax error: ')'
  14. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(11): error C2238: unexpected token(s) preceding ';'
  15. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(14): error C3646: 'id': unknown override specifier
  16. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(14): error C2059: syntax error: '='
  17. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(14): error C2238: unexpected token(s) preceding ';'
  18. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(27): error C3646: 'Id': unknown override specifier
  19. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(27): error C2059: syntax error: '('
  20. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(28): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
  21. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(35): error C3646: 'name': unknown override specifier
  22. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(35): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  23. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(24): error C2065: 'id': undeclared identifier
  24. [2/45] Building CXX object CMakeFiles\VirtualGameCreator.dir\Engine\VirtualGameCreator.cpp.obj
  25. FAILED: CMakeFiles/VirtualGameCreator.dir/Engine/VirtualGameCreator.cpp.obj
  26. C:\PROGRA~2\MICROS~1\2019\Enterprise\VC\Tools\MSVC\14.21.27702\bin\Hostx64\x64\cl.exe /nologo /TP -DNOMINMAX -DUNICODE -D_UNICODE /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++latest /showIncludes /FoCMakeFiles\VirtualGameCreator.dir\Engine\VirtualGameCreator.cpp.obj /FdCMakeFiles\VirtualGameCreator.dir\ /FS -c ..\Engine\VirtualGameCreator.cpp
  27. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\EngineApp.h(2): fatal error C1083: Cannot open include file: 'System/SystemManager.h': No such file or directory
  28. [3/45] Building CXX object CMakeFiles\VirtualGameCreator.dir\Engine\ECS\Components\Camera.cpp.obj
  29. FAILED: CMakeFiles/VirtualGameCreator.dir/Engine/ECS/Components/Camera.cpp.obj
  30. C:\PROGRA~2\MICROS~1\2019\Enterprise\VC\Tools\MSVC\14.21.27702\bin\Hostx64\x64\cl.exe /nologo /TP -DNOMINMAX -DUNICODE -D_UNICODE /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++latest /showIncludes /FoCMakeFiles\VirtualGameCreator.dir\Engine\ECS\Components\Camera.cpp.obj /FdCMakeFiles\VirtualGameCreator.dir\ /FS -c ..\Engine\ECS\Components\Camera.cpp
  31. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\Components\Camera.h(2): fatal error C1083: Cannot open include file: 'IEntity.h': No such file or directory
  32. [4/45] Building CXX object CMakeFiles\VirtualGameCreator.dir\Engine\ECS\Components\RenderItem.cpp.obj
  33. FAILED: CMakeFiles/VirtualGameCreator.dir/Engine/ECS/Components/RenderItem.cpp.obj
  34. C:\PROGRA~2\MICROS~1\2019\Enterprise\VC\Tools\MSVC\14.21.27702\bin\Hostx64\x64\cl.exe /nologo /TP -DNOMINMAX -DUNICODE -D_UNICODE /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++latest /showIncludes /FoCMakeFiles\VirtualGameCreator.dir\Engine\ECS\Components\RenderItem.cpp.obj /FdCMakeFiles\VirtualGameCreator.dir\ /FS -c ..\Engine\ECS\Components\RenderItem.cpp
  35. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\Components\RenderItem.h(2): fatal error C1083: Cannot open include file: 'IComponent.h': No such file or directory
  36. [5/45] Building CXX object CMakeFiles\VirtualGameCreator.dir\Engine\ECS\IEntity.cpp.obj
  37. FAILED: CMakeFiles/VirtualGameCreator.dir/Engine/ECS/IEntity.cpp.obj
  38. C:\PROGRA~2\MICROS~1\2019\Enterprise\VC\Tools\MSVC\14.21.27702\bin\Hostx64\x64\cl.exe /nologo /TP -DNOMINMAX -DUNICODE -D_UNICODE /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++latest /showIncludes /FoCMakeFiles\VirtualGameCreator.dir\Engine\ECS\IEntity.cpp.obj /FdCMakeFiles\VirtualGameCreator.dir\ /FS -c ..\Engine\ECS\IEntity.cpp
  39. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(3): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  40. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(3): error C2146: syntax error: missing ';' before identifier 'ComponentId'
  41. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(4): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  42. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(4): error C2370: 'ComponentId': redefinition; different storage class
  43. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(3): note: see declaration of 'ComponentId'
  44. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(4): error C2146: syntax error: missing ';' before identifier 'currentComponentId'
  45. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(4): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  46. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(11): error C3646: 'Id': unknown override specifier
  47. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(11): error C2059: syntax error: ')'
  48. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(11): error C2238: unexpected token(s) preceding ';'
  49. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(14): error C3646: 'id': unknown override specifier
  50. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(14): error C2059: syntax error: '='
  51. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(14): error C2238: unexpected token(s) preceding ';'
  52. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(27): error C3646: 'Id': unknown override specifier
  53. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(27): error C2059: syntax error: '('
  54. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(28): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
  55. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(35): error C3646: 'name': unknown override specifier
  56. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(35): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  57. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IComponent.h(24): error C2065: 'id': undeclared identifier
  58. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(16): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  59. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(16): error C2146: syntax error: missing ')' before identifier 'iD'
  60. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(16): error C3646: 'iD': unknown override specifier
  61. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(16): error C2059: syntax error: ')'
  62. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(33): error C2061: syntax error: identifier 'map'
  63. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(33): error C2238: unexpected token(s) preceding ';'
  64. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(41): error C3646: 'name': unknown override specifier
  65. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(41): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  66. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(42): error C2065: 'string': undeclared identifier
  67. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(42): error C2061: syntax error: identifier 'vector'
  68. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(42): error C2238: unexpected token(s) preceding ';'
  69. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(44): error C2039: 'string': is not a member of 'std'
  70. C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.21.27702\include\map(20): note: see declaration of 'std'
  71. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(44): error C2061: syntax error: identifier 'string'
  72. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(47): error C2039: 'string': is not a member of 'std'
  73. C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.21.27702\include\map(20): note: see declaration of 'std'
  74. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(47): error C3646: 'Name': unknown override specifier
  75. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(47): error C2059: syntax error: '('
  76. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(47): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
  77. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(44): error C2065: 'name': undeclared identifier
  78. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\IEntity.h(44): error C2614: 'Entity': illegal member initialization: 'name' is not a base or member
  79. ..\Engine\ECS\IEntity.cpp(5): error C2065: 'components': undeclared identifier
  80. ..\Engine\ECS\IEntity.cpp(12): error C2065: 'components': undeclared identifier
  81. ..\Engine\ECS\IEntity.cpp(17): error C2065: 'components': undeclared identifier
  82. ..\Engine\ECS\IEntity.cpp(18): error C2065: 'components': undeclared identifier
  83. ..\Engine\ECS\IEntity.cpp(19): error C3536: 'it': cannot be used before it is initialized
  84. ..\Engine\ECS\IEntity.cpp(19): error C3536: 'end': cannot be used before it is initialized
  85. [6/45] Building CXX object CMakeFiles\VirtualGameCreator.dir\Engine\EngineApp.cpp.obj
  86. FAILED: CMakeFiles/VirtualGameCreator.dir/Engine/EngineApp.cpp.obj
  87. C:\PROGRA~2\MICROS~1\2019\Enterprise\VC\Tools\MSVC\14.21.27702\bin\Hostx64\x64\cl.exe /nologo /TP -DNOMINMAX -DUNICODE -D_UNICODE /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++latest /showIncludes /FoCMakeFiles\VirtualGameCreator.dir\Engine\EngineApp.cpp.obj /FdCMakeFiles\VirtualGameCreator.dir\ /FS -c ..\Engine\EngineApp.cpp
  88. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\EngineApp.h(2): fatal error C1083: Cannot open include file: 'System/SystemManager.h': No such file or directory
  89. [7/45] Building CXX object CMakeFiles\VirtualGameCreator.dir\Engine\ECS\Components\Model.cpp.obj
  90. FAILED: CMakeFiles/VirtualGameCreator.dir/Engine/ECS/Components/Model.cpp.obj
  91. C:\PROGRA~2\MICROS~1\2019\Enterprise\VC\Tools\MSVC\14.21.27702\bin\Hostx64\x64\cl.exe /nologo /TP -DNOMINMAX -DUNICODE -D_UNICODE /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++latest /showIncludes /FoCMakeFiles\VirtualGameCreator.dir\Engine\ECS\Components\Model.cpp.obj /FdCMakeFiles\VirtualGameCreator.dir\ /FS -c ..\Engine\ECS\Components\Model.cpp
  92. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\Components\RenderItem.h(2): fatal error C1083: Cannot open include file: 'IComponent.h': No such file or directory
  93. [8/45] Building CXX object CMakeFiles\VirtualGameCreator.dir\Engine\ECS\Components\AvatarModel.cpp.obj
  94. FAILED: CMakeFiles/VirtualGameCreator.dir/Engine/ECS/Components/AvatarModel.cpp.obj
  95. C:\PROGRA~2\MICROS~1\2019\Enterprise\VC\Tools\MSVC\14.21.27702\bin\Hostx64\x64\cl.exe /nologo /TP -DNOMINMAX -DUNICODE -D_UNICODE /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++latest /showIncludes /FoCMakeFiles\VirtualGameCreator.dir\Engine\ECS\Components\AvatarModel.cpp.obj /FdCMakeFiles\VirtualGameCreator.dir\ /FS -c ..\Engine\ECS\Components\AvatarModel.cpp
  96. D:\JohnsLair\JohnsGoogleDrive\FMP\WorldsBeyondReality\VRGameCreator\Engine\ECS\Components\RenderItem.h(2): fatal error C1083: Cannot open include file: 'IComponent.h': No such file or directory
  97. ninja: build stopped: subcommand failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement