I follow the instructions on how to build and I run into a problem. I am running VS2003 on Windows XP. While building the apache portable runtime, VS reports the following error:
libaprutil error LNK2019: unresolved external symbol __imp__XML_ParserFree referenced in function _cleanup_parser
According to the instruction, the xml project is removed from the solution. As a result, I did not find apr-util/LibD created.
How should I fix it?
Thanks!