I get the following error when trying to build the latest version of Fossilize:
In file included from /home/Timur/Projects/valve/Fossilize/path.cpp:23:
/home/Timur/Projects/valve/Fossilize/path.hpp:51:44: error: ‘uint64_t’ has not been declared
51 | bool get_mtime_us(const std::string &path, uint64_t &mtime_us);
| ^~~~~~~~
[ 86%] Built target SPIRV-Tools-opt
/home/Timur/Projects/valve/Fossilize/path.cpp:401:44: error: ‘uint64_t’ has not been declared
401 | bool get_mtime_us(const std::string &path, uint64_t &mtime_us)
| ^~~~~~~~
I get the following error when trying to build the latest version of Fossilize:
This is solved by:
in
path.hpp