/usr/include/c++/11/bits/uniform_int_dist.h:284:71: error: call to non-‘constexpr’ function ‘static osuCrypto::PRNG::result_type osuCrypto::PRNG::min()’
284 | constexpr __uctype __urngmin = _UniformRandomBitGenerator::min();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
compilation terminated due to -Wfatal-errors.
make[2]: *** [frontend/CMakeFiles/frontend.exe.dir/build.make:104: frontend/CMakeFiles/frontend.exe.dir/OtBinMain.v2.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:305: frontend/CMakeFiles/frontend.exe.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
报错问题
解决方法:进入mPSI\cryptoTools\Crypto\PRNG.h文件夹中打开修改为