这是错误的重要部分
error: failed to run custom build command for `librocksdb-sys v6.2.4`
Caused by:
process didn't exit successfully: `nearcore/target/debug/build/librocksdb-sys-9223f5cf5557dfe7/build-script-build` (exit code: 101)
--- stderr
rocksdb/include/rocksdb/c.h:65:10: fatal error: 'stdarg.h' file not found
rocksdb/include/rocksdb/c.h:65:10: fatal error: 'stdarg.h' file not found, err: true
thread 'main' panicked at 'unable to generate rocksdb bindings: ()', src/libcore/result.rs:1165:5
如果我遗漏了某些东西(即。stdarg.h
),有没有办法自动包含它?