You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just run ./get-libsnark && make, but make prints error...
I installed raspberry-pi(ubuntu mate).
...(logs of ./get-libsnark)...
g++ -o payment_in_out_generate_keypair.o src/payment_in_out_generate_keypair.cpp -c -g -Wall -Wextra -Wno-unused-parameter -std=c++11 -fPIC -Wno-unused-variable -Ilibsnark/build/install/usr/local/include -Ilibsnark/libfqfft/build/install/include -DUSE_ASM -DCURVE_ALT_BN128 -DWITH_PROCPS=OFF -DWITH_SUPERCOP=OFF -march=native -mtune=native -O2
In file included from libsnark/build/install/usr/local/include/libsnark/reductions/r1cs_to_qap/r1cs_to_qap.hpp:35:0,
from libsnark/build/install/usr/local/include/libsnark/zk_proof_systems/ppzksnark/r1cs_ppzksnark/r1cs_ppzksnark.tcc:32,
from libsnark/build/install/usr/local/include/libsnark/zk_proof_systems/ppzksnark/r1cs_ppzksnark/r1cs_ppzksnark.hpp:469,
from src/snark.hpp:2,
from src/payment_in_out_generate_keypair.cpp:6:
libsnark/build/install/usr/local/include/libsnark/relations/arithmetic_programs/qap/qap.hpp:28:60: fatal error: libfqfft/evaluation_domain/evaluation_domain.hpp: No such file or directory
compilation terminated.
Makefile:15: recipe for target 'all' failed
make: *** [all] Error 1
How could I solve this?
The text was updated successfully, but these errors were encountered:
I just run
./get-libsnark && make
, butmake
prints error...I installed raspberry-pi(ubuntu mate).
How could I solve this?
The text was updated successfully, but these errors were encountered: