Description
During the "make", the build stops on include/log4cxx/xml/domconfigurator.h line 211 with the following error:
error: extra qualification 'log4cxx::xml::DOMConfigurator::' on member 'subst'
The offending line looks like this:
String DOMConfigurator::subst(const String& value);
The compile continues when I change the line to:
String subst(const String& value);