vmware / splinterdb

High Performance Embedded Key-Value Store
https://splinterdb.org
Apache License 2.0
673 stars 57 forks source link

Cannot find the "_Bool" type #580

Closed deukyeon closed 1 year ago

deukyeon commented 1 year ago

I got a compile error with respective to the _Bool type while compiling an external benchmark with libsplinterdb. image

One way to get rid of this error is adding #include <stdbool.h> into include/splinterdb/platform_linux/public_platform.h and deleting typedef int32 bool; in src/platform_linux/platform.h.