84a85
> #include "systemc/ext/dt/int/messages.hh"
113c114
< SC_REPORT_ERROR("initialization failed", msg.str().c_str());
---
> SC_REPORT_ERROR(sc_core::SC_ID_INIT_FAILED_, msg.str().c_str());
443c444
< SC_REPORT_ERROR("conversion failed",
---
> SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_,
446c447
< SC_REPORT_ERROR("conversion failed",
---
> SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_,
455c456
< SC_REPORT_ERROR("conversion failed", msg.str().c_str());
---
> SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_, msg.str().c_str());