SJTU-IPADS / drtmh

Fast In-memory Transaction Processing using Hybrid RDMA Primitives
67 stars 18 forks source link

Issue with rlib: LOG_ERROR not found #4

Open psistakis opened 3 years ago

psistakis commented 3 years ago

Hi,

When I clone and try to build the repository as described in the README, the make stops at some point because it cannot find the LOG_ERROR in drtmh/third_party/rlib/ud_adapter.hpp.

One fast and simple workaround seems to be defining it in the .hpp file (#define LOG_ERROR 5, based on the value given in the drtmh/src/core/logging.h). Probably not ideal, but it seems it works.

Thanks.