You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build kaspad with cargo run --release --bin kaspad in gcc-15 or clang19 would no success, since the version of librocksdb-sys 0.16 does not support these compilers versions. Basically, it lacks a simple #include <cstdint>
export CXXFLAGS="-include cstdint"
cargo run --release --bin kaspad
But it would be nice to update the version of the library since its only documented in issues of librocksdb and the error buffer doesn't even fit in my terminal