momalab / e3

E3: Encrypt-Everything-Everywhere framework for compiling C++ programs with encrypted operands.
GNU General Public License v3.0
91 stars 23 forks source link

A problem in the Example #17

Closed DuYib closed 1 year ago

DuYib commented 1 year ago

Hi,

I'm trying to run the Example in the README.md.

When I run make alice USER=../examples/hello_world, the program stops and I am getting the below information:

cd cpp_crcl && make

make[1]: Entering directory '/home/e3/src/cpp_crcl' chmod -R 0777 cr d0 exp make[1]: Leaving directory '/home/e3/src/cpp_crcl' make --warn-undefined-variables -f mak_cgt.mak CUDD=0 FHEW=0 HELI=0 \ MPIR=0 SEAL=0 PALI=0 TFHE=0 make[1]: Entering directory '/home/e3/src' unx make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/e3/src' make: ** No rule to make target '../examples/hello_world/', needed by 'secint.inc'. Stop.

So, I can't get the alice.exe. Please help to resolve this.