drtmh icon indicating copy to clipboard operation
drtmh copied to clipboard

Issue with rlib: LOG_ERROR not found

Open psistakis opened this issue 4 years ago • 0 comments

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.

psistakis avatar Jun 08 '21 16:06 psistakis