OpenAtomFoundation / pikiwidb

a high-performance, large-capacity, multi-tenant, data-persistent, strong data consistency based on raft, Redis-compatible elastic KV data storage system based on RocksDB
BSD 3-Clause "New" or "Revised" License
194 stars 63 forks source link

compilation error through `./build.sh` #304

Closed QlQlqiqi closed 3 months ago

QlQlqiqi commented 3 months ago

Is this a regression?

No

Description

image image

when i compiled it though ./build.sh, something was wrong.

Please provide a link to a minimal reproduction of the bug

No response

Screenshots or videos

images

Please provide the version you discovered this bug in (check about page for version information)

-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 12.3.0
-- Build timestamp: 2024-05-09_12:20:55
-- Git commit id: 477bef8c44b681c27076c2af04b7a77a4e40f4b7
-- Build type: Release
OS: Ubuntu-2204

Anything else?

No response

QlQlqiqi commented 3 months ago

season: gcc witih version 12.x maybe cause this problem. solution: version downgradation to 11.x (such as 11.4.0).