cambrian / accumulator

Cryptographic accumulators in Rust.
https://cambrian.github.io/accumulator
MIT License
133 stars 34 forks source link

Error Message displays when i execute 'cargo test'and 'cargo bench' #54

Open lamei1224 opened 4 years ago

lamei1224 commented 4 years ago

1 cd accumulator then i execute cargo test or cargo bench 2 error message displays 'failed to run custom build command for 'gmp-mpfr-sys v1.2.4' ' 3 How to solve this problem?How to run this code in vscode? can you trouble write it in more detail?thank you

lamei1224 commented 4 years ago

is there anybody can help me?

eddiew commented 4 years ago

Hey, the company supporting this repo has closed and the maintainers have moved on. That said, my guess is that the gmp-mpfr-sys crate is using a version that has had breaking changes since we built this library. Try using version 1.1.x. If that doesn't work, then I'm not sure what the issue is.

On Thu, Jun 18, 2020 at 9:26 AM lamei1224 notifications@github.com wrote:

is there anybody can help me?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cambrian/accumulator/issues/54#issuecomment-646016104, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANSNROWDOFXZ7LQ6Y35AQDRXIIZ5ANCNFSM4OBFJWYQ .

lamei1224 commented 4 years ago

OK,thank you! but i want to know what version does version 1.1.x refer to? rustup? Is it vscode? How should I install it?

lamei1224 commented 4 years ago

error1 error2

lamei1224 commented 4 years ago

i checked the file 'cargo.toml',The file appears as 'gmp-mpfr-sys v1.1.12'.How do I modify the compiled version

lamei1224 commented 4 years ago

My code runs on the stable release channel.should i change the channel to nightly?

lamei1224 commented 4 years ago

@eddiew hey, i can 'cargo bench' or 'cargo test' now ,when i execute 'cargo bench', i found that 'gnuplot not found',so i have installed the gnuplot,but i dont know how to show it with gnuplot?can you tell me how to show it ?give me some code.