I think I found a bug in the xerces 2.3 install. When it went to make the parsers, none of the "Impl"- type include files were being found in AbstractDOMParser.cpp. Rather than figure out which make variable wasn't being set correctly, I just copied all the Impl.hpp's into /include/xercesc/dom/impl, or whatever that directory is, where I knew the compiler would look. So, I got it built, but the bug needs to be fixed. Is this the correct list to post bugs like this? I'd be glad to report it in a form on the web site if one exists.
Oops! I just checked my compile window, and found another bug. When make says "Building /lib/libxerces-c.so.23.0", it then goes off and does a make -C /obj/LINUX/.. -k. There is no /obj/LINUX. Evidently, even though I set the environment variable, XERCESCROOT, and check to ensure it was set, it was not getting picked up in the make file and being prepended to /obj/LINUX (in my case, it should have been /usr/local/src/xerces/xerces-c-src_2_3_0/obj/LINUX). Again, I just hard- coded it in the make file so I could move ahead. Also, the installation doesn't put the files in the right places. I built with: ./configure --prefix=/usr/local And the files went into /lib and /include. Thanks, A. > -----Original Message----- > From: Gareth Reakes [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 21, 2003 4:33 PM > To: [EMAIL PROTECTED] > Subject: Re: User's List? > > > Hi, > user questions are welcome here, but please check the FAQ first. > > Gareth > > On Sun, 21 Sep 2003, Allen Williams wrote: > > > I can't find a user's mailing list for xerces. Wanting to be a good > > Netizen, I'm checking to see if user questions should be posted > here, or is > > there another list? > > > > TIA, > > ------------------------------ > > Allen > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > Gareth Reakes, Head of Product Development +44-1865-203192 > DecisionSoft Limited http://www.decisionsoft.com > XML Development and Services > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
