Matt Hortman wrote:
Hello,

I'm trying to get starting using Xalan under VC8.0.  I checked out the
latest SVN and tried to build the AllInOne project in the solution
Xalan.sln.  The build errors indicate a couple of missing header
files:

LocalMsgData.hpp not found building XalanMsgLib.cpp
LocalMsgIndex.hpp not found building XalanMessageLoader.hpp
Those are generated by running MsgCreator with the message file to generate the message data and message IDs.

The usual reason this fails is because the Xerces-C DLL is needed to run MsgCreator, and it's not in the path. Take a look at the configuration instructions -- they are quite detailed:

http://xml.apache.org/xalan-c/build_instruct.html#dotNet

You can also just copy the appropriate Xerces-C DLL into the build directory.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to