IBM-Blockchain-Identity / indy-ssivc-tutorial

A turnkey, Docker-based tutorial for help developers get acquainted with Self-Sovereign Identity and Verifiable Credentials.
Apache License 2.0
80 stars 73 forks source link

Compilation Error in the Indy-ssivc installation #35

Open gokulsan opened 5 years ago

gokulsan commented 5 years ago

I am seeing the following warning while building the VON Network. How can this warning be removed from the installation steps.

warning: redundant linker flag specified for library zmq-pw

Compiling zmq-pw v0.9.8 warning: unnecessary parentheses around function argument --> src/errors/wallet.rs:95:55 95 WalletError::CommonError(CommonError::IOError((err))) ^^^^^ help: remove these parentheses

= note: #[warn(unused_parens)] on by default

warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. --> src/utils/environment.rs:9:24 9 let mut path = env::home_dir().unwrap_or(PathBuf::from("/home/indy")); ^^^^^^^^^^^^^

= note: #[warn(deprecated)] on by default