-
Notifications
You must be signed in to change notification settings - Fork 49
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
Build Error on Ubuntu 22.04 #68
Comments
This could be related/the same as Issue #63 |
Yeah, looks like I need to update the dependancy to work on newer compilers. A work around is to use sodium instead
|
I ran what you mentioned but it still failed to compile. This was the output:
|
whoops, the workaround is to change this line libPSI/thirdparty/getLibOTe.cmake Line 31 in c672203
to
I'll try to push a fix soon. |
Hmm. Still failing to compile. New output:
|
It does not appear that you are setting this correctly. As your output shows, you are still building relic
This is the command that controls how libOTe is build which clearly has relic enabled and does not have sodium enabled. You need to edit the |
ok, i just updated the repo. master should build. |
I was able to get the library to compile. Thank you for your help. |
Output after running
python build.py
:The text was updated successfully, but these errors were encountered: