Hi Boris,

At 19.49 12/06/2007 +0000, Boris Kolpackov wrote:
Hi Alberto,

Thanks for the information!

Alberto Massari <[EMAIL PROTECTED]> writes:

> Yes, the only remaining issue is having Xerces build on the platforms
> for which binaries are usually built (Windows - RedHat - AIX -
> Solaris - HPUX for 32 bit, SuSE - AIX - Solaris - HPUX for 64 bit).
> As the build status page shows, AIX is not ready, and Solaris has
> some issues with older compilers.

I can try to figure out what's wrong on AIX with xlC 7.0. I only have
access to Sun C++ 5.7 and later on Solaris so I won't be able to test
anything earlier than that.

Also what about the proper support for 64 bit platforms as discussed
in XERCESC-1531? Is it being postponed?

https://issues.apache.org/jira/browse/XERCESC-1531

Uhm, I was under the impression that someone (David? Dave?) told me he was going to look at the issue, so I stopped working on that... but now I cannot find any trace of that conversation... Is everybody waiting for me while I am waiting for somebody else?


Finally, I tried to figure out how to run the test suite that comes
with the source (tests/ directory). But it does not appear to even
build. Do I need to re-configure in the maintainer's mode?

You need to also run 'gmake check' to build the test binaries; then, run scripts/sanityTest.pl and compare its result with scripts/sanityTest_ExpectedResult.log.
I use a little script that contains these lines:

#!/bin/sh

export PATH=$PATH:~/Xerces-C/samples:~/Xerces-C/tests
perl scripts/sanityTest.pl 2>&1 | sed 's/ *[0-9][0-9]* *ms */{timing removed}/' 1> tempResult

if ! diff tempResult  scripts/sanityTest_ExpectedResult.log; then
  echo '*************************'
  echo '** Sanity check failed **'
  echo '*************************'
  exit 1
fi

Thanks,
Alberto


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

Reply via email to