Skip to content

Not building librocksdb-sys v0.16.0+8.10 with gcc-15 and clang19 #722

@eramoss

Description

@eramoss

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>

this was solved by that PR - Support GCC 15 #1007

Screenshots

Image

Desktop:

  • OS: 6.6.101-1-MANJARO
  • Kaspad version: 1.0.1

Workaround
Solving for now only requires this:

 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions