-
Notifications
You must be signed in to change notification settings - Fork 764
Description
Your Contact: [email protected]
Your environment (OS/HW): Ubuntu 18.04, amd64
Detailed Description:
make in aes folder is failing with following error
error: ‘helib’ has not been declared
throw helib::InvalidArgument("Invalid key size: " + std::to_string(NN));
^~~~~
/home/imtiyazuddin/Ubuntu/HElib/src/aes/simpleAES.cpp:133:62: error: ‘to_string’ is not a member of ‘std’
throw helib::InvalidArgument("Invalid key size: " + std::to_string(NN));
^~~~~~~~~
src/aes/CMakeFiles/TEST_AES.dir/build.make:65: recipe for target 'src/aes/CMakeFiles/TEST_AES.dir/simpleAES.cpp.o' failed
make[2]: *** [src/aes/CMakeFiles/TEST_AES.dir/simpleAES.cpp.o] Error 1
CMakeFiles/Makefile2:143: recipe for target 'src/aes/CMakeFiles/TEST_AES.dir/all' failed
make[1]: *** [src/aes/CMakeFiles/TEST_AES.dir/all] Error 2
Makefile:132: recipe for target 'all' failed
make: *** [all] Error 2