vmware/splinterdb

Cannot find the "_Bool" type

deukyeon opened this issue · 0 comments

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.