exonum / exonum

An extensible open-source framework for creating private/permissioned blockchain applications

Home Page:https://exonum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows support problem

erdeivit opened this issue · comments

I am trying to install Exonum and I am running the Compiling Exonum in Windows.
But when I reach librocksdb-sys v6.6.4 I get the following error:

error: failed to run custom build command for librocksdb-sys v6.6.4 Caused by: process didn't exit successfully: C:\route\exonum\target\debug\build\librocksdb-sys-566f000e1abac70c\build-script- build (exit code: 101) --- stdout cargo:rerun-if-changed=build.rs cargo:rerun-if-changed=rocksdb/ cargo:rerun-if-changed=snappy/ cargo:rerun-if-changed=lz4/ cargo:rerun-if-changed=zstd/ cargo:rerun-if-changed=zlib/ cargo:rerun-if-changed=bzip2/ cargo:warning=couldn't execute llvm-config --prefix (error: El sistema no pued e encontrar el archivo especificado. (os error 2)) cargo:warning=set the LLVM_CONFIG_PATH environment variable to a valid llvm-con fig executable --- stderr thread 'main' panicked at 'Unable to find libclang: "couldn't find any valid sh ared libraries matching: ['clang.dll', 'libclang.dll'], set the LIBCLANG_PA TH environment variable to a path where one of these files can be found (invali d: [])"', src\libcore\result.rs:1188:5 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace.