Re: Problems with compilation of tests under gcc4?

2005-02-26 Thread James Berry
Hi David, I have no problem with deleting both the ParserTest and UtilsTest. They sure fooled me. I wasn't starting with any Makefile (since I was rebuilding the makefile) so I just started added rules to make the various tests, and came across these... -jdb On Feb 26, 2005, at 7:40 AM, David C

[jira] Commented: (XERCESC-1354) Parallel parsing with validation

2005-02-26 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1354?page=comments#action_59809 ] cargilld commented on XERCESC-1354: --- Hi, Can you try this on the latest code? There have been some fixes to threading since 2.5.0 was released. David > Parallel parsi

[jira] Resolved: (XERCESC-1279) Memory leak with writeToString in DOMWriter

2005-02-26 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1279?page=history ] cargilld resolved XERCESC-1279: --- Resolution: Cannot Reproduce I am closing this bug due to lack of response. Feel free to add a comment requesting it be reopened if this is still an i

[jira] Commented: (XERCESC-1357) Compiling problem on HPUX 11

2005-02-26 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1357?page=comments#action_59808 ] cargilld commented on XERCESC-1357: --- Hi, Can you try upgrading your compiler? Xercesc 2.6.0 supports aCC A.03.52. We ran into a compiler problem with an older version

[jira] Commented: (XERCESC-1359) AbstractDOMParser cores on parse, try to allocate memory in a multithreaded application

2005-02-26 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1359?page=comments#action_59803 ] cargilld commented on XERCESC-1359: --- Hi, Can you provide some additional information about this problem? Specifically: -is it failing on the first parse? -does it fail f

Re: Problems with compilation of tests under gcc4?

2005-02-26 Thread David Cargill
Hi James, Actually have the same comments for UtilTest as I did for ParserTest. Again, this looks really ancient and isn't hooked up to being built (via makefile or ms vc6 project files). I suggest we delete it as well. Unless someone thinks this tests are useful in which case they should be made

Re: Problems with compilation of tests under gcc4?

2005-02-26 Thread David Cargill
Hi James, I have never even heard of ParserTest. I found it in the tests directory. It isn't setup to be built on Unix (no Makefile points to it and the directory doesn't have one either). It also doesn't show up in MS VC6 project files. sanityTest.pl doesn't execute it either. I propose we del