-
Notifications
You must be signed in to change notification settings - Fork 0
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
Code doesn't compile #4
Comments
I am having similar issues with compiling. However, it appears to be dependency on FLINT library. using ./build.sh building libaesrand
-- Build type: Debug -w /home/ubuntu/witness-encryption-demos/flint/fmpz_mod_poly.h: In function ‘fmpz_mod_poly_truncate’: /home/ubuntu/witness-encryption-demos/flint/fmpz_mod_poly.h: In function ‘fmpz_mod_poly_degree’: /home/ubuntu/witness-encryption-demos/flint/fmpz_mod_poly.h: In function ‘fmpz_mod_poly_length’: /home/ubuntu/witness-encryption-demos/flint/fmpz_mod_poly.h: In function ‘fmpz_mod_poly_lead’: /home/ubuntu/witness-encryption-demos/flint/fmpz_mod_poly.h: In function ‘fmpz_mod_poly_is_monic’: /home/ubuntu/witness-encryption-demos/flint/fmpz_mod_poly.h: In function ‘fmpz_mod_poly_zero’: /home/ubuntu/witness-encryption-demos/flint/fmpz_mod_poly.h: In function ‘fmpz_mod_poly_is_zero’: /home/ubuntu/witness-encryption-demos/flint/fmpz_mod_poly.h: In function ‘fmpz_mod_poly_get_coeff_fmpz’: /home/ubuntu/witness-encryption-demos/flint/fmpz_mod_poly.h: In function ‘fmpz_mod_poly_fprint_pretty’: In file included from /home/ubuntu/witness-encryption-demos/flint/fmpz_mod_poly.h:1422, cc1: all warnings being treated as errors |
The version using flint is incorrect, flint-2.6.3 should be used |
It isn't clear what version of what dependencies are required to build this. It doesn't compile on my machine, first, I had to disable warnings in
libaesrand
:Then I got this:
Perhaps it is worth including a Dockerfile to have something that is reproducible? As it is now, it is susceptible to bitrot and, in fact, has already rotted away to useless text files.
The text was updated successfully, but these errors were encountered: