Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile #1

Open
benediamond opened this issue Apr 25, 2020 · 2 comments
Open

Unable to compile #1

benediamond opened this issue Apr 25, 2020 · 2 comments
Assignees
Labels

Comments

@benediamond
Copy link

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.

@wangxiao1254
Copy link
Member

This repo needs some update to work with an older version of EMP-tool, EMP-ot, and an older version of relic. I will find a time to update it. However, not that in almost all cases, the emp-ag2pc protocol is going to be faster than this protocol.

@wangxiao1254 wangxiao1254 self-assigned this Apr 29, 2020
@benediamond
Copy link
Author

Good to know—if emp-ag2pc is superior, I can just go with that one. No worries on upgrading this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants