You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
indrtmh/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 thedrtmh/src/core/logging.h
). Probably not ideal, but it seems it works.Thanks.
The text was updated successfully, but these errors were encountered: