Build error on Debian 13
Tried to build on Debian 13, got this error: 20%] Building CXX object src/CMakeFiles/romlib.dir/base/cpu.cpp.o In file included from /home/jvernet/Documents/Devel/executor/src/base/cpu.cpp:3: /home/jvernet/Documents/Devel/executor/src/./prefs/prefs.h:52:43: error: ‘OSType’ has not been declared 52 | void ParseConfigFile(std::string appname, OSType type); | ^~~~~~ make[2]: *** [src/CMakeFiles/romlib.dir/build.make:617: src/CMakeFiles/romlib.dir/base/cpu.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:976: src/CMakeFiles/romlib.dir/all] Error 2 make: *** [Makefile:166: all] Error 2
It was working under Debian 12.
Same in macOS Sequoia 15.1.1.
found the problem, when it was fixed in https://github.com/autc04/multiversal/commit/84ce778ac2d515cc21a9cee3ac1dd53a1fba78fb the submodule here didn't get updated so it's a very easy to fix problem