DO NOT REPLY [Bug 24929] - Build failure with libwww

2004-01-15 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 24929] - Build failure with libwww

2004-01-15 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 18341] - Cyclic import doesn't correctly handle type restrictions

2004-01-15 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 24929] - Build failure with libwww

2004-01-15 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 24929] - Build failure with libwww

2004-01-15 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 23176] - Compiling under non vc++ platforms

2004-01-15 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 24577] - Build fails with STLPort4.5 in VC6

2004-01-15 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 25265] - Compilation failure with Xerces-2.4.0 and STLPort-4.5.3 with VC6

2004-01-15 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 24929] - Build failure with libwww

2004-01-15 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 25353] - Transcoders/Iconv: IconvTranscoder allocates memory although it should not

2004-01-15 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 25812] - transcode function return value incorrect

2004-01-15 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: Link problem on Red Hat 9

2004-01-15 Thread Steel Bash
Ok I finally got it working. What I did is download the latest source version of xerces (2.4.0 I guess), build the library and recompile with this and it seems to be working on my simple example. The only difference is that on the g++ command I have to use -I/usr/local/xerces/include, it somehow

RE: Link problem on Red Hat 9

2004-01-15 Thread Steel Bash
Ok I finally got it working. What I did is download the latest source version of xerces (2.4.0 I guess), build the library and recompile with this and it seems to be working on my simple example. The only difference is that on the g++ command I have to use -I/usr/local/xerces/include, it somehow

RE: Link problem on Red Hat 9

2004-01-15 Thread Adam Heinz
Instead of "using namespace xercesc", use the macro XERCES_CPP_NAMESPACE_USE, as the namespace is actually xercesc_2_4_0, or whatever version you're using. Adam Heinz Senior Software Developer Exstream Software -Original Message- From: Peter Guyatt [mailto:[EMAIL PROTECTED] Sent: Thursda

Re: Link problem on Red Hat 9

2004-01-15 Thread Steel Bash
Sorry I think I did a typo when writting the mail. Anyway if I use g++ -I/usr/include/xercesc testXML.c -lxerces-c -o testXML I still have the same problem. -- Initial Header --- From : "Jeroen N. Witmond" <[EMAIL PROTECTED]> To : [EMAIL PROTECTED] Cc : D

Re: Link problem on Red Hat 9

2004-01-15 Thread Jeroen N. Witmond
Please note that there must be a hyphen in "-lxerces-c". >> >Here is how I try to compile it >> >g++ -I/usr/include/xercesc testXML.C -lxerces-c -o testXML Here you do have the hyphen. >> >> >Here are the the errors when compiling (in fact this is the linking >> that >> >makes problems.) >> >%g+

Re: Link problem on Red Hat 9

2004-01-15 Thread Steel Bash
I still have the same errors when linking. -- Initial Header --- From : Alberto Massari <[EMAIL PROTECTED]> To : [EMAIL PROTECTED] Cc : Date : Thu, 15 Jan 2004 11:38:02 +0100 Subject : Re: Link problem on Red Hat 9 At 11.31 15/01/2004 +0100, Steel Bas

Re: Link problem on Red Hat 9

2004-01-15 Thread Alberto Massari
At 11.31 15/01/2004 +0100, Steel Bash wrote: I tried both of your suggestions but it doesn't work. Can you try changing your code into #include int main(int argc, char * argv[]) { //std::string str="Trying to compile some XML stuff"; //std::cout << str << std::endl; // In

Re: Link problem on Red Hat 9

2004-01-15 Thread Steel Bash
I tried both of your suggestions but it doesn't work. -- Initial Header --- From : Alberto Massari <[EMAIL PROTECTED]> To : [EMAIL PROTECTED] Cc : Date : Thu, 15 Jan 2004 11:26:50 +0100 Subject : Re: Link problem on Red Hat 9 At 11.21 15/01/2004 +0100

Re: Link problem on Red Hat 9

2004-01-15 Thread Alberto Massari
At 11.21 15/01/2004 +0100, Steel Bash wrote: Hi all, I'm moving my application from red hat 7.2 to red hat 9 and I'm facing probleme to get it compiled. [...] Here is how I try to compile it g++ -I/usr/include/xercesc testXML.C -lxerces-c -o testXML Shouldn't you use also -L/usr/lib/xercesc (use

RE: Link problem on Red Hat 9

2004-01-15 Thread Peter Guyatt
Hi There, Your missung the using namespace xercesc; That should then compile. Thanks Pete -Original Message- From: Steel Bash [mailto:[EMAIL PROTECTED] Sent: 15 January 2004 10:21 To: xerces-c-dev Subject: Link problem on Red Hat 9 Hi all, I'm moving my application from red

Link problem on Red Hat 9

2004-01-15 Thread Steel Bash
Hi all, I'm moving my application from red hat 7.2 to red hat 9 and I'm facing probleme to get it compiled. Here is the code #include int main(int argc, char * argv[]) { //std::string str="Trying to compile some XML stuff"; //std::cout << str << std::endl; // Initializ