Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full of error when trying to build on windows vc 2022 #9

Open
whiletrue111 opened this issue Nov 21, 2023 · 0 comments
Open

Full of error when trying to build on windows vc 2022 #9

whiletrue111 opened this issue Nov 21, 2023 · 0 comments

Comments

@whiletrue111
Copy link

Trying to build on windows , it is pulling header file from mingw installation
The error when building sample - project

Build started...
1>------ Build started: Project: sdl_headers_copy, Configuration: Debug x64 ------
2>------ Build started: Project: openxr_loader, Configuration: Debug x64 ------
2>api_layer_interface.cpp
2>loader_core.cpp
2>loader_instance.cpp
2>loader_logger.cpp
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(386,51): error C2065: 'uintptr_t': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(386,61): error C2146: syntax error: missing ')' before identifier '_StackCookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(387,67): error C2065: 'uintptr_t': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(387,77): error C2146: syntax error: missing ')' before identifier '_StackCookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(391,18): error C2146: syntax error: missing ';' before identifier '__security_cookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(386,51): error C2065: 'uintptr_t': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(386,51): error C2065: 'uintptr_t': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\corecrt.h(75,53): error C2378: 'uintptr_t': redefinition; symbol cannot be overloaded with a typedef (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(391): message : see declaration of 'uintptr_t' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(386,61): error C2146: syntax error: missing ')' before identifier '_StackCookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(386,61): error C2146: syntax error: missing ')' before identifier '_StackCookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(387,67): error C2065: 'uintptr_t': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(387,67): error C2065: 'uintptr_t': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(387,77): error C2146: syntax error: missing ')' before identifier '_StackCookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(387,77): error C2146: syntax error: missing ')' before identifier '_StackCookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(391,18): error C2146: syntax error: missing ';' before identifier '__security_cookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(386,51): error C2065: 'uintptr_t': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(386,61): error C2146: syntax error: missing ')' before identifier '_StackCookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(391,18): error C2146: syntax error: missing ';' before identifier '__security_cookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(387,67): error C2065: 'uintptr_t': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(387,77): error C2146: syntax error: missing ')' before identifier '_StackCookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(391,18): error C2146: syntax error: missing ';' before identifier '__security_cookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(184,64): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(187,69): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\corecrt.h(75,53): error C2378: 'uintptr_t': redefinition; symbol cannot be overloaded with a typedef (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(391): message : see declaration of 'uintptr_t' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(190,87): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(193,92): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(196,87): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(199,92): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(202,88): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(205,93): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\corecrt.h(75,53): error C2378: 'uintptr_t': redefinition; symbol cannot be overloaded with a typedef (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(391): message : see declaration of 'uintptr_t' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(219,61): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\corecrt.h(75,53): error C2378: 'uintptr_t': redefinition; symbol cannot be overloaded with a typedef (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(391): message : see declaration of 'uintptr_t' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(222,66): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(225,84): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(228,89): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stddef.h(26,28): error C2143: syntax error: missing ';' before '__cdecl' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stddef.h(26,28): error C2143: syntax error: missing ';' before '__cdecl' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(231,84): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file  C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(1175,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(655,35): error C2377: '_off_t': redefinition; typedef cannot be overloaded with any other symbol (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\_mingw_off_t.h(5): message : see declaration of '_off_t' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1176,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\math.h(220,13): error C3861: '__volatile__': identifier not found (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(655,29): error C2146: syntax error: missing ';' before identifier 'ftello' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\math.h(220,35): error C2143: syntax error: missing ';' before ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\math.h(220,35): error C2059: syntax error: ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(1176,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\math.h(1157,7): error C2065: '__asm__': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\math.h(220,57): error C2059: syntax error: ')' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(658,39): error C2377: '_off64_t': redefinition; typedef cannot be overloaded with any other symbol (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\_mingw_off_t.h(13): message : see declaration of '_off64_t' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\math.h(1157,15): error C2146: syntax error: missing ';' before identifier '__volatile__' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(1182,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(658,31): error C2146: syntax error: missing ';' before identifier 'ftello64' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\math.h(1158,11): error C2143: syntax error: missing ')' before ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\math.h(231,5): error C2065: '__asm__': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\math.h(1157,15): error C3861: '__volatile__': identifier not found (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\math.h(231,13): error C2146: syntax error: missing ';' before identifier '__volatile__' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(1183,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\math.h(1158,11): error C2143: syntax error: missing ';' before ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\math.h(231,35): error C2143: syntax error: missing ')' before ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(725,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\math.h(1158,11): error C2059: syntax error: ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\math.h(231,13): error C3861: '__volatile__': identifier not found (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(726,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\math.h(1158,45): error C2059: syntax error: ')' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\math.h(231,35): error C2143: syntax error: missing ';' before ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(726,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\math.h(231,35): error C2059: syntax error: ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(1183,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(736,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\math.h(231,57): error C2059: syntax error: ')' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(737,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1188,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(737,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1189,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1189,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(764,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(765,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(765,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1194,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1195,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1195,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1204,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1205,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1144,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdlib.h(148,115): error C2061: syntax error: identifier 'uintptr_t' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(1205,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1214,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1145,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1215,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1145,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1215,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdlib.h(388,16): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(1154,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\math.h(1157,7): error C2065: '__asm__': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(1219,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdlib.h(389,16): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(1155,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\math.h(1157,15): error C2146: syntax error: missing ';' before identifier '__volatile__' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(1220,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdlib.h(391,16): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\math.h(1158,11): error C2143: syntax error: missing ')' before ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdlib.h(396,27): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(1220,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\math.h(1157,15): error C3861: '__volatile__': identifier not found (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\math.h(1158,11): error C2143: syntax error: missing ';' before ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdlib.h(398,54): error C2381: '_Exit': redefinition; 'noreturn' differs (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdlib.h(396): message : see declaration of '_Exit' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\math.h(1158,11): error C2059: syntax error: ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\math.h(1158,45): error C2059: syntax error: ')' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdlib.h(399,6): error C3861: '_exit': identifier not found (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(1288,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1289,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdlib.h(405,16): error C2059: syntax error: '__declspec(noreturn)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(1155,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1289,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1164,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1298,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1165,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1299,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1165,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1299,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1175,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdlib.h(499,18): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(1311,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1176,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1312,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdlib.h(500,17): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(1176,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1312,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1182,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdlib.h(502,23): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(1321,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1183,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1322,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdlib.h(505,25): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_instance.cpp)
2>C:\msys64\mingw64\include\stdio.h(1183,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1322,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1188,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1329,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdlib.h(148,115): error C2061: syntax error: identifier 'uintptr_t' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(1189,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1330,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdio.h(1189,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1194,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1330,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdlib.h(388,16): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(1195,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_core.cpp)
2>C:\msys64\mingw64\include\stdio.h(1339,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\api_layer_interface.cpp)
2>C:\msys64\mingw64\include\stdlib.h(389,16): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger.cpp)
2>C:\msys64\mingw64\include\stdio.h(1195,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file 
2>C:\msys64\mingw64\include\math.h(231,13): error C3861: '__volatile__': identifier not found (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\math.h(231,35): error C2143: syntax error: missing ';' before ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\math.h(231,35): error C2059: syntax error: ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\math.h(231,57): error C2059: syntax error: ')' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\math.h(1157,7): error C2065: '__asm__': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\math.h(1157,15): error C2146: syntax error: missing ';' before identifier '__volatile__' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\math.h(1158,11): error C2143: syntax error: missing ')' before ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\math.h(1157,15): error C3861: '__volatile__': identifier not found (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\math.h(1158,11): error C2143: syntax error: missing ';' before ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\math.h(1158,11): error C2059: syntax error: ':' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\math.h(1158,45): error C2059: syntax error: ')' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(388,16): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(389,16): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(391,16): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(396,27): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(398,54): error C2381: '_Exit': redefinition; 'noreturn' differs (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(396): message : see declaration of '_Exit' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(399,6): error C3861: '_exit': identifier not found (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(405,16): error C2059: syntax error: '__declspec(noreturn)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(499,18): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(500,17): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(502,23): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(505,25): error C2059: syntax error: '__declspec(nothrow)' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(683,70): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(685,49): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\stdlib.h(686,56): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\msys64\mingw64\include\malloc.h(82,10): fatal  error C1083: Cannot open include file: 'mm_malloc.h': No such file or directory (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\xr_generated_loader.cpp)
2>filesystem_utils.cpp
2>C:\msys64\mingw64\include\malloc.h(82,10): fatal  error C1083: Cannot open include file: 'mm_malloc.h': No such file or directory (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\loader_logger_recorders.cpp)
2>C:\msys64\mingw64\include\malloc.h(82,10): fatal  error C1083: Cannot open include file: 'mm_malloc.h': No such file or directory (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\loader\manifest_file.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(386,51): error C2065: 'uintptr_t': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(386,61): error C2146: syntax error: missing ')' before identifier '_StackCookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(387,67): error C2065: 'uintptr_t': undeclared identifier (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(387,77): error C2146: syntax error: missing ')' before identifier '_StackCookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(391,18): error C2146: syntax error: missing ';' before identifier '__security_cookie' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\corecrt.h(75,53): error C2378: 'uintptr_t': redefinition; symbol cannot be overloaded with a typedef (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\vcruntime.h(391): message : see declaration of 'uintptr_t' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(184,64): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(187,69): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(190,87): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(193,92): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(196,87): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(199,92): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(202,88): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(205,93): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(219,61): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(222,66): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(225,84): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(228,89): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(231,84): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(234,89): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(526,55): error C2061: syntax error: identifier '__builtin_va_list' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(529,88): error C2061: syntax error: identifier '__builtin_va_list' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(531,37): error C2061: syntax error: identifier '__builtin_va_list' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(649,22): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(649,75): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(649,75): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(652,22): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(652,79): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(652,79): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(655,35): error C2377: '_off_t': redefinition; typedef cannot be overloaded with any other symbol (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\_mingw_off_t.h(5): message : see declaration of '_off_t' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(655,29): error C2146: syntax error: missing ';' before identifier 'ftello' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(658,39): error C2377: '_off64_t': redefinition; typedef cannot be overloaded with any other symbol (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\_mingw_off_t.h(13): message : see declaration of '_off64_t' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(658,31): error C2146: syntax error: missing ';' before identifier 'ftello64' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(725,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(726,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(726,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(736,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(737,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(737,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(764,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(765,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(765,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1144,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1145,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1145,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1154,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1155,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1155,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1164,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1165,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1165,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(184,64): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1175,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1176,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(187,69): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1176,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1182,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(190,87): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1183,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1183,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(193,92): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(196,87): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1188,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1189,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(199,92): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1189,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(202,88): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1194,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1195,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(205,93): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1195,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(219,61): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1204,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(222,66): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1205,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(225,84): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1205,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(228,89): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1214,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1215,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(231,84): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1215,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(234,89): error C2144: syntax error: 'int' should be preceded by ';' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1219,3): error C2062: type 'int' unexpected (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1220,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(1220,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\filesystem_utils.cpp)
2>C:\msys64\mingw64\include\stdio.h(526,55): error C2061: syntax error: identifier '__builtin_va_list' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(529,88): error C2061: syntax error: identifier '__builtin_va_list' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1288,3): error C2062: type 'int' unexpected (compiling source file 
2>C:\msys64\mingw64\include\stdio.h(1189,3): error C2143: syntax error: missing ';' before '{' (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>C:\msys64\mingw64\include\stdio.h(1189,3): error C2447: '{': missing function header (old-style formal list?) (compiling source file 
2>C:\msys64\mingw64\include\sec_api/stdio_s.h(41,3): fatal  error C1003: error count exceeds 100; stopping compilation (compiling source file C:\dev\my\3d\rbfx\Source\ThirdParty\OpenXRSDK\src\common\object_info.cpp)
2>Done building project "openxr_loader.vcxproj" -- FAILED.
========== Build: 1 succeeded, 1 failed, 57 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant