Hi Mikko!
I uncommented #define DLMS_IGNORE_XML_TRANSLATOR in GXIgnore.h and get many errors about xml. In server example.
invalid use of incomplete type ‘class CGXDLMSTranslatorStructure’
../../../development/src/GXDLMS.cpp:1947:16: error: invalid use of incomplete type ‘class CGXDLMSTranslatorStructure’
1947 | if (xml->GetComments())
| ^~