RE: check sum error

2001-12-14 Thread Ravi_Jain
Hi Raj I also faced the same problem.. I untared using "tar -xvfi" options I hope that will solve ur problem !!! Do let me know once solved Ravi Jain > -- > From: Avula, Raj[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Friday, December 14, 2001 3:41

Re: Xerces-C 1.6 and SCO OpenServer

2001-12-14 Thread Tinny Ng
Jorge, In your diff, you have +++ xerces-c-src1_6_0/src/Makefile.incl Fri Dec 14 12:48:42 2001 @@ -136,27 +136,27 @@ #=== UNIXWARE SPECIFIC OPTIONS = ifeq (${PLATFORM}, UNIXWARE) ifeq (${CXX}, g++) -PLATFORM_COMPILE_OPTIONS = -fPIC -D${PLAT

Ant C++ task requirements

2001-12-14 Thread Arnold, Curt
A couple of folks have submitted C++ compilation and linking tasks to the Ant project (http://jakarta.apache.org/ant/index.html) and a small group has commandeered the ant-contrib SourceForge project to create a hybrid implementations with the goal of eventual inclusion in Ant. I was thinking tha

RE: Reading attribute values with leading spaces

2001-12-14 Thread Jesse Pelton
See section 3.3.3 of the XML specification. If I've read it correctly, parsers must strip leading and trailing whitespace and compress internal whitespace to a single space for attribute values declared as something other than CDATA. However, "All attributes for which no declaration has been read

Re: Bug on XercesC 1.5.2 ???

2001-12-14 Thread Jorge Pozo Ramirez
Hi there. I've done that, but the program keeps dumping. I attach a sample source-code. To make the program fail, compile it and simply make a call stating three names of non-trivial XML documents, (10kb are enough). I need to know if what is happening is a Xerces error(I do not thin

DO NOT REPLY [Bug 5387] - Memory Leak

2001-12-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Plan for Xerces-C++ 1.6 / sane_include patch

2001-12-14 Thread Tinny Ng
I will be on vacation during x'mas. Unless other committers volunteer to do this, otherwise I plan to do it sometime in January next year. Tinny Murray Cumming wrote: > On Tue, 2001-12-04 at 18:31, Murray Cumming wrote: > > On Tue, 2001-12-04 at 18:06, Tinny Ng wrote: > > > I've reviewed Murra

RE: check sum error

2001-12-14 Thread Mikael Carlstedt
This one works for me: * Download xerces-c-src1_6_0.zip * unzip -a xerces-c-src1_6_0.zip * cd xerces-c-src1_6_0/src * chmod 755 runConfigure * chmod 755 configure * chmod 755 config.sub * chmod 755 config.guess * Then go ahead with the configuration /Mike -Original Message- From: Eva Ko

Xerces-C 1.6 and SCO OpenServer

2001-12-14 Thread Jorge Pozo Ramirez
Greetings, people. Once again I managed to compile succesfully the latest Xerces source-code (1_6_0) on SCO OpenServer 5.0.4. (with UnixWare OSR Compat package). For now, all executables developed here written for 1.5 worked nicely with 1.6. Attached I include a diff file with t

Antwort: RE: Xerces as static Win32 library - once again

2001-12-14 Thread Thomas . Rothfuss
Hi Peter, you're right. The described versions are only different project settings. I've created a new project "... \xerces\Projects\Win32\VC6\xerces-all\XercesLib Static\XercesLib Static.dsp" It's inserted into the workspace "xerces-all.dsw" (you can also create a new workspace). First I cre

RE: Xerces as static Win32 library - once again

2001-12-14 Thread Peter Michael Bertelsen
Title: RE: Xerces as static Win32 library - once again Hi Thomas, Thank you for your response. I was starting to wonder whether my messages ever made it to (the rest of) the mailing list... :-) You describe different "versions" of a Visual Studio project, but I don't quite follow. Some of

DO NOT REPLY [Bug 5387] - Memory Leak

2001-12-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Reading attribute values with leading spaces

2001-12-14 Thread Neil Sherman
Hi all, I have an attribute value that has leading spaces and I would like to maintain those leading spaces when I read in the value, but Xerces seems to strip the leading spaces from the string that I get back! i.e. I then obtain this attribute value with: string = attribs.getNam

Antwort: RE: Xerces as static Win32 library - once again [WatchDog checked]

2001-12-14 Thread Thomas . Rothfuss
Hi Peter, I need Xerces as a static library, too. I did it almost the same way John Clayton described. There's one point that isn't mentioned yet: with MS Visual Studio you can create different versions of a project: s=> Static library (.lib), else dynamic link library (.dll

Re: check sum error

2001-12-14 Thread Karuppu Samy
I downloaded the Windows version of the source - xerces-c-src1_6_0.zip - and when unzipped, it also gives a check sum error. Some files also report bad CRC. Samy - Original Message - From: "Eva Ko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 14, 2001 3:39 AM Subjec