Skip to content

AES build errors #352

@imtiyazuddin

Description

@imtiyazuddin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions