Chuck Chopp wrote:
David Bertoni wrote:
Chuck Chopp wrote:
David,
Please remember to subscribe to the user list and to post your replies
to the list:
http://xml.apache.org/mail.html#xalan-c-users
Thanks - I got TortoiseSVN installed & have downloaded the current trunk
of the Xalan source from the repository.
As for the rest of the build-related issues, I'll look at adding ICU
back into the mix and then run thru the build process first for Xerces,
then for Xalan, making sure that each is built with the same compiler
version [per platform & architecture].
If you do add the ICU, I recommend you not use it for message loading.
On Windows, use the solution Xalan.sln and choose one of the ICU
configurations. On Linux, use the -t option on runConfigure:
./runConfigure -p linux -c gcc -x g++ -t icu
Make sure you don't use the -m option, or you'll need to use ICU 3.2.1,
rather than the latest ICU, as the message loading in Xalan-C isn't
compatible with newer ICU releases.
Dave