libsnark icon indicating copy to clipboard operation
libsnark copied to clipboard

missing libfqfft/tools/exceptions.hpp

Open huyuguang opened this issue 6 years ago • 1 comments

"make check" and the compiler said the file missing.

huyuguang avatar Mar 13 '18 10:03 huyuguang

I cannot reproduce. I did

git clone https://github.com/scipr-lab/libsnark
cd libsnark/
mkdir build
cd build
git submodule init && git submodule update
cmake ..
make

Can you show me the steps you took? What OS are you using?

barryWhiteHat avatar Apr 28 '18 12:04 barryWhiteHat