<div dir="ltr"><div>Dear all,</div><div><br></div><div>I encountered an error while compiling symphony. The error message was "ISO C++ forbids converting a string constant to 'char*'. <br></div><div><br></div><div>It seemed to be caused by the initiation of the struct STR_INT. I looked it up in the file sym_types. I changed the type of the member from "char*"/"char[]" to "const char*"/"const char[]". The error seemed to be corrected.</div><div><br></div><div>Hopes it would help.</div><div><br></div><div>Best regards,</div><div><br></div></div>