Dean O'Connor wrote:
Hello
We are also trying to use compile Xalan-c with VS2005 as well, using dev
trunks (of Xerces-c aswell) from SVN.
Xerces compiles ok, but Xalan-c gets this error:
3>c:\projects\xalan-c\trunk\src\xalanc\platformsupport\XalanMessageLoader.hpp(29)
: fatal error C1083: Cannot open include file: 'LocalMsgIndex.hpp': No
such file or directory
Now I have read the instructions at bottom of faq:
http://xml.apache.org/xalan-c/faq.html
and here:
http://xml.apache.org/xalan-c/build_instruct.html#locale
Unfortunately, the FAQs don't really apply for the VS2005 version. You
should do two things:
1. Clean the output directories (Build\Win32\VC8\Debug, etc.)
2. Verify in the build output that the MsgCreator project is built
successfully. Without this, the message file won't be processed, and
you won't have LocalMsgIndex.hpp. Also, verify that MsgCreator was able
to run. You will need the Xerces-C DLL in your path, or in the build
output directory.
To verify, I just built Xalan-C cleanly using VS2005 Professional, using
the trunk.
Dave