86a87
> #include "systemc/ext/dt/int/messages.hh"
121c122
< SC_REPORT_ERROR("initialization failed", msg.str().c_str());
---
> SC_REPORT_ERROR(sc_core::SC_ID_INIT_FAILED_, msg.str().c_str());
441c442
< SC_REPORT_ERROR("conversion failed",
---
> SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_,
444c445
< SC_REPORT_ERROR("conversion failed",
---
> SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_,
453c454
< SC_REPORT_ERROR("conversion failed", msg.str().c_str());
---
> SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_, msg.str().c_str());