Consensys / Consensys/zero-knowledge-proofs

Makefile:15: recipe for target 'all' failed

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
138
Forks
57
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.