Hello, is this repo still being maintained? After successfully installing the other EMP utilities, I am unable to install this; in particular:
benediamond@Benjamins-MBP emp-input-validity % make
Scanning dependencies of target bench_input-check-malicious
[ 16%] Building CXX object CMakeFiles/bench_input-check-malicious.dir/bench/input-check-malicious.cpp.o
/Users/benediamond/emp-input-validity/bench/input-check-malicious.cpp:1:10: fatal error: 'emp-tool' file not found
#include <emp-tool>
^~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/bench_input-check-malicious.dir/bench/input-check-malicious.cpp.o] Error 1
make[1]: *** [CMakeFiles/bench_input-check-malicious.dir/all] Error 2
make: *** [all] Error 2
After replacing all occurrences of #include <emp-tool> with #include <emp-tool/emp-tool.h> , I got a bunch more errors. Thank you.
Hello, is this repo still being maintained? After successfully installing the other EMP utilities, I am unable to install this; in particular:
After replacing all occurrences of
#include <emp-tool>with#include <emp-tool/emp-tool.h>, I got a bunch more errors. Thank you.