drtmh
drtmh copied to clipboard
Issue with rlib: LOG_ERROR not found
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.