-
Notifications
You must be signed in to change notification settings - Fork 19
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
Compilation of relic fails with “size of array element is not a multiple of its alignment” #29
Comments
Interestingly, if I
the compilation succeeds. Hope this helps. |
Also, if I only upgrade relic to But I'm almost sure this isn't a relic bug, because I can compile relic with |
This problem is known and fixed with recent relic commits: relic-toolkit/relic#202 |
I am facing the same problem in another project (OTExtension) that depends on this project. |
I was trying to compile the current ENCRYPTO_utils master (331c22f) and got this error while compiling relic.
To reproduce the error, I ran
mkdir build cd build cmake .. make
from the project root.
The text was updated successfully, but these errors were encountered: