Xercesc++ Complilation on IA-64

2002-12-05 Thread Arunvijai S
Hi All, I am facing certain difficulties while building XercesC++. My Platform Specificstions are as described below:- C compiler:-gcc C++ complier:-g++ Errors which i got:- The library libxerces*.sl Compiled as Executable not as shared library. While building samples it reports error as "Unknown

setting up xerces

2002-12-05 Thread Leitner, Sarah M. [Contractor]
Ok, thanks to everyone, my test program runs. Thanks all. Sarah - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: compiling xerces c...

2002-12-05 Thread Rachael Ludwick-Sandefer
If you can't install in a standard location, you can put: -L in your build command (before the -lxerces-c). So if you have your xerces installed somewhere under your home directory (say /home/sarah/lib), you can put -L/home/sarah/lib in the build command. Notice that capital 'L' is used

Re: compiling xerces c...

2002-12-05 Thread Zdenek Nemec
Hi Sarah i am assuming you have sucessfully installed xerces library in some common dir, say /usr/local/lib then you usually need to run ldconfig(as a root) to let linker know about your libraries see man gcc ( look for -l option ) man ldconfig ( look for something like /etc/ldconfig.conf to set

Re: compiling xerces c...

2002-12-05 Thread Sir Woody Hackswell
On Thu, 5 Dec 2002, Leitner, Sarah M. [Contractor] wrote: > When I compile with the -lxerces-c option, I get the following error message > (I am on Mandrake 8.2 fyi): > > /usr/bin/ld: cannot find -lxerces-c > collect2: ld returned 1 exit status > > Sarah You need to do a "make install" in the s

compiling xerces c...

2002-12-05 Thread Leitner, Sarah M. [Contractor]
When I compile with the -lxerces-c option, I get the following error message (I am on Mandrake 8.2 fyi): /usr/bin/ld: cannot find -lxerces-c collect2: ld returned 1 exit status Sarah - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: FormatPrettyPrint implementation

2002-12-05 Thread Kevin King
odd - i sent this the other day but it never came through - resending now... : Hello - thought I should get back into this thread since I started it all. I've been sitting back observing since alot of the discussion is above my current XML knowledge. In any case it appears that a general cons

Re: compiling xerces test program

2002-12-05 Thread Zdenek Nemec
Hi Sarah Haven't you forgot to use "-lxerces-c" option when calling compiler or in Makefile or whatever you use ( guessing you are on linux ) if not check your installation of xerces - whatever library is on its right place( symlinks too ) and don't forget to use ldconfig if your distribution needs

compiling xerces test program

2002-12-05 Thread Leitner, Sarah M. [Contractor]
To all: How do I get my program to compile using xerces? It compiles ok, but the linker gets a bunch of undefined references such as follows, on each time I use a Xerces function: /tmp/ccPqWzps.o (.txt+0x12): undefined reference to 'XMLPlatformUtils::Initialize()' and the same for XercesDOMParse

DO NOT REPLY [Bug 15096] - IRIX and nonexistant schemas

2002-12-05 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

DO NOT REPLY [Bug 15106] New: - TrueCoverage build fails in Window(PatchAvailable)

2002-12-05 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

DO NOT REPLY [Bug 13438] - Mismatched new[]/delete in XMLStringTokenizer (among others)

2002-12-05 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: rfc 1808 and rfc 2693 -- urls (fwd)

2002-12-05 Thread Jennifer Schachter
Hi, I'm quite certain that there are problems with XMLUri and XMLURL in Xerces 2.0. I found them when trying to use this constructor from XMLUri: XMLUri::XMLUri ( const XMLUri *const baseURI, const XMLCh *const uriSpec) For the first parameter I have a pointer to a valid baseURI, and am passin

Re: XML 1.1

2002-12-05 Thread Gareth Reakes
Hi, yes. It is due for Decemeber. Check out http://xml.apache.org/xerces-c/releases_plan.html Gareth On Wed, 4 Dec 2002, Bagepalli, Kiran wrote: > Is there any plan to support XML 1.1 in the near future. Seems like some of > the characters are made legal in the 1.1 specification. > Th

Re: DOM Structure

2002-12-05 Thread Gareth Reakes
Hi Kiran, DOM always creates these attributes. To detect them you can check their namespace which is http://www.w3.org/2000/xmlns/ . Gareth On Wed, 4 Dec 2002, Bagepalli, Kiran wrote: > When I parse the DOM (for a XML with namespaces), I get the namespace > attributes xmlns and schema