Failed to build xerces 2.6 under Solaris 2.8 using gcc 3.3.2

2005-05-30 Thread Ambarish Mitra
Hi, I have downloaded the binary (not the source) from the site and am following the instructions to build the samples from the page: http://xml.apache.org/xerces-c/build.html I have ranConfigure with the correct options. My environment is: OS: Solaris 2.8, 32-bit Compiler: gcc

Re: Failed to build xerces 2.6 under Solaris 2.8 using gcc 3.3.2

2005-05-30 Thread david_n_bertoni
I have downloaded the binary (not the source) from the site and am following the instructions to build the samples from the page: http://xml.apache.org/xerces-c/build.html The Solaris binary was built with the Sun Workshop compiler, so it is not compatible with GCC. You'll need to download

Re: Considering merge of 3.0-unstable to trunk

2005-05-30 Thread James Berry
Hi Dave, On May 30, 2005, at 12:01 PM, [EMAIL PROTECTED] wrote: I'm considering merging 3.0-unstable back to trunk, now that most of the major reorg has taken place. But I'd love to hear from other committers or contributers on whether: - You'd like to wait for a merge until we get

[jira] Updated: (XERCESC-1428) new iconv-transcoder algorithm

2005-05-30 Thread Axel Weiss (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1428?page=all ] Axel Weiss updated XERCESC-1428: Attachment: transcoder-179120.diff new iconv-transcoder algorithm -- Key: XERCESC-1428 URL:

[jira] Created: (XERCESC-1428) new iconv-transcoder algorithm

2005-05-30 Thread Axel Weiss (JIRA)
new iconv-transcoder algorithm -- Key: XERCESC-1428 URL: http://issues.apache.org/jira/browse/XERCESC-1428 Project: Xerces-C++ Type: Improvement Components: Utilities Environment: linux Reporter: Axel Weiss Priority: Minor

Re: createDocuemntType leaking

2005-05-30 Thread Jason E. Stewart
---BeginMessage--- Gareth Reakes [EMAIL PROTECTED] writes: Hey, Wrote a short one http://blog.parthenoncomputing.com/xerces/archives/2005/05/memory_manageme.html Please give comments. This comes up now and again so its worth spending a bit of time on to make it understandable. Hey