Hi,
I've caught the following error when tried to build the drlvm today on
Windows OS:
[cc] 0 total files to be compiled.
[cc] Starting link
[cc] Creating library vmcore.lib and object vmcore.exp
[cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external
symb
ol _XML_SetCharacterDataHandler referenced in function
[EMAIL PROTECTED]
[cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external
symb
ol _XML_SetElementHandler referenced in function [EMAIL PROTECTED]
[cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external
symb
ol _XML_SetUserData referenced in function [EMAIL PROTECTED]
[cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external
symb
ol _XML_ParserCreate referenced in function [EMAIL PROTECTED]
[cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external
symb
ol _XML_ParserFree referenced in function _cleanup_parser
[cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external
symb
ol _XML_GetErrorCode referenced in function _do_parse
[cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external
symb
ol _XML_Parse referenced in function _do_parse
[cc] aprutil-1.lib(apr_xml.obj) : error LNK2019: unresolved external
symb
ol _XML_ErrorString referenced in function [EMAIL PROTECTED]
[cc] vmcore.dll : fatal error LNK1120: 8 unresolved externals
Adding compilation of xml/expat/lib/xmlparse.c xmlrole.c xmltok.c to
aprutil.lib fixed the problem.
Jira issue with the suggested fix :
http://issues.apache.org/jira/browse/HARMONY-669
Marina