Closed Livia-Rasp closed 2 years ago
Hi!
It looks like your compiler is treating warnings as errors. Try to ensure that you don't use -Werror or similar flags when you're compiling.
Hope you managed to solve it! BR, Jonatan
This error may depend on the compiler version (presumably compiler default header file changes). It occurred to me with GCC 11.3.0 and 12.1.0 but not with 9.4.0.
To those who got this error, inserting line #include <cstddef>
to src/lib/warp/warp.hpp
at line 5 can solve the problem.
After trying to install MSIWarp with the command described in the README, I get a few errors due to type conversions in the code. The output is the following:
My cmake version is 3.22.1 and I have g++-11 installed