Start 2024-12-31T22:15:46Z == Using MXE wrapper: /opt/mxe/usr/bin/i686-w64-mingw32.static-cmake - cmake version 3.31.3 - warnings for unused CMAKE_POLICY_DEFAULT variables can be ignored == Using MXE toolchain: /opt/mxe/usr/i686-w64-mingw32.static/share/cmake/mxe-conf.cmake == Using MXE runresult: /opt/mxe/usr/share/cmake/modules/TryRunResults.cmake loading initial cache file /opt/mxe/usr/share/cmake/modules/TryRunResults.cmake CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- OpenGL libraries: opengl32;glu32 -- PKG_DEPS_LDFLAGS: -lmingw32;-lSDLmain;-lSDL;-mwindows;-liconv;-lm;-luser32;-lgdi32;-lwinmm;-ldxguid;-lz;-lSDL_image;-ltiff;-llzma;-ljpeg;-lpng16;-lwebp;-lsharpyuv;-lmingw32;-lSDLmain;-lSDL;-mwindows;-liconv;-luser32;-lgdi32;-lwinmm;-ldxguid;-lz;-lm;-lSDL_gfx;-lmingw32;-lSDLmain;-lSDL;-mwindows;-liconv;-lm;-luser32;-lgdi32;-lwinmm;-ldxguid;-lSDL_mixer;-lvorbisfile;-lvorbis;-logg;-lmodplug;-lsmpeg;-lstdc++;-lmingw32;-lSDLmain;-lSDL;-mwindows;-liconv;-luser32;-lgdi32;-lwinmm;-ldxguid;-lm;opengl32;glu32 CMake Warning at docs/CMakeLists.txt:38 (message): Doxygen not found. API documentation generation disabled. -- Configuring done (0.3s) -- Generating done (0.1s) -- Build files have been written to: /home/yankes/OpenXcom/build-win32 [ 0%] Building CXX object src/CMakeFiles/openxcom.dir/main.cpp.obj /home/yankes/OpenXcom/src/main.cpp:43:1: error: 'error' does not name a type; did you mean 'errno_t'? 43 | error | ^~~~~ | errno_t /home/yankes/OpenXcom/src/main.cpp: In function 'void signalLogger(int)': /home/yankes/OpenXcom/src/main.cpp:58:9: error: 'CrossPlatform' has not been declared 58 | CrossPlatform::crashDump(&sig, ""); | ^~~~~~~~~~~~~ /home/yankes/OpenXcom/src/main.cpp: In function 'void exceptionLogger()': /home/yankes/OpenXcom/src/main.cpp:84:9: error: 'CrossPlatform' has not been declared 84 | CrossPlatform::crashDump(0, error); | ^~~~~~~~~~~~~ /home/yankes/OpenXcom/src/main.cpp: At global scope: /home/yankes/OpenXcom/src/main.cpp:88:1: error: 'Game' does not name a type 88 | Game *game = 0; | ^~~~ /home/yankes/OpenXcom/src/main.cpp: In function 'int SDL_main(int, char**)': /home/yankes/OpenXcom/src/main.cpp:111:9: error: 'YAML' has not been declared 111 | YAML::setGlobalErrorHandler(); | ^~~~ /home/yankes/OpenXcom/src/main.cpp:112:9: error: 'CrossPlatform' has not been declared 112 | CrossPlatform::getErrorDialog(); | ^~~~~~~~~~~~~ /home/yankes/OpenXcom/src/main.cpp:113:9: error: 'CrossPlatform' has not been declared 113 | CrossPlatform::processArgs(argc, argv); | ^~~~~~~~~~~~~ /home/yankes/OpenXcom/src/main.cpp:114:14: error: 'Options' has not been declared 114 | if (!Options::init()) | ^~~~~~~ /home/yankes/OpenXcom/src/main.cpp:118:9: error: 'Options' has not been declared 118 | Options::baseXResolution = Options::displayWidth; | ^~~~~~~ /home/yankes/OpenXcom/src/main.cpp:118:36: error: 'Options' has not been declared 118 | Options::baseXResolution = Options::displayWidth; | ^~~~~~~ /home/yankes/OpenXcom/src/main.cpp:119:9: error: 'Options' has not been declared 119 | Options::baseYResolution = Options::displayHeight; | ^~~~~~~ /home/yankes/OpenXcom/src/main.cpp:119:36: error: 'Options' has not been declared 119 | Options::baseYResolution = Options::displayHeight; | ^~~~~~~ /home/yankes/OpenXcom/src/main.cpp:121:9: error: 'game' was not declared in this scope 121 | game = new Game(title.str()); | ^~~~ /home/yankes/OpenXcom/src/main.cpp:121:20: error: expected type-specifier before 'Game' 121 | game = new Game(title.str()); | ^~~~ /home/yankes/OpenXcom/src/main.cpp:122:9: error: 'State' has not been declared 122 | State::setGamePtr(game); | ^~~~~ /home/yankes/OpenXcom/src/main.cpp:123:28: error: 'StartState' does not name a type 123 | game->setState(new StartState); | ^~~~~~~~~~ /home/yankes/OpenXcom/src/main.cpp:129:9: error: type '' argument given to 'delete', expected pointer 129 | delete game; | ^~~~~~~~~~~ /home/yankes/OpenXcom/src/main.cpp:130:9: error: 'FileMap' has not been declared 130 | FileMap::clear(true, false); // make valgrind happy | ^~~~~~~ /home/yankes/OpenXcom/src/main.cpp:134:17: error: 'CrossPlatform' has not been declared 134 | CrossPlatform::startUpdateProcess(); | ^~~~~~~~~~~~~ make[2]: *** [src/CMakeFiles/openxcom.dir/build.make:110: src/CMakeFiles/openxcom.dir/main.cpp.obj] Error 1 make[1]: *** [CMakeFiles/Makefile2:129: src/CMakeFiles/openxcom.dir/all] Error 2 make: *** [Makefile:136: all] Error 2