Skip to content
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

Makefile:15: recipe for target 'all' failed #12

Open
tkddn204 opened this issue May 11, 2018 · 0 comments
Open

Makefile:15: recipe for target 'all' failed #12

tkddn204 opened this issue May 11, 2018 · 0 comments

Comments

@tkddn204
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant