[xsd-users] Why see 'xercesc/util/Mutexes.cpp: No such file or directory'

Boris Kolpackov boris at codesynthesis.com
Thu Apr 21 12:01:37 EDT 2016


Hi wendy,

wendy f <wendy01142015 at outlook.com> writes:

> ::xml_schema::dom::auto_ptr< ::xercesc::DOMDocument >
> EQL_Message_ (const ::MyMessage& s,
>               const ::xml_schema::namespace_infomap& m,
>               ::xml_schema::flags f)
>
> xercesc_3_1::XMLMutex::lock (this=0x0) at xercesc/util/Mutexes.cpp:61

If you are calling the above function directly, then this kind of
error usually means you haven't initialized the Xerces-C++ runtime.
See Section 3.1, "Initializing the Xerces-C++ Runtime" in the manual:

http://codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#3.1

Boris



More information about the xsd-users mailing list