Closed Kindhearted57 closed 4 years ago
When sudo make, this error occurs. The source code of HELib is a little complicated, so can you help me find out how to solve this problem? It seems somethings is wrong with Ctxt....
sudo make
I found out:) using namespace helib is missing in both .h and .cpp file. Besides, some of the variable/the name of the function has changed name.
using namespace helib
When
sudo make
, this error occurs. The source code of HELib is a little complicated, so can you help me find out how to solve this problem? It seems somethings is wrong with Ctxt....