Dmitry Hayes wrote:
Hi Devanathan
[email protected] mailing list would be the best place to ask
such a question .
XalanC builds with Solaris (2.8 , Forte6.2) and you can find binaries on
the website. Not sure what you mean with words "no namespaces", because
XalanC uses C++ namespaces intensively.
Xalan-C used to build fine without namespace support, since we supported
older compilers that didn't implement C++ namespaces. But it's been a long
time since we've tested that way.
...
hi Dmitry, i am from hewlett packard's openview r&d center @ Bangalore,
India.
Here we are building and using Xalan 1.10 and Xerces 2.7 (c++ apis) for
one of the products developed here.
I noticed your name and email id mentioned at Xalan-dev mailing group
and I am wondering if -
1. you will be able to help me out with quite a few issues that we are
facing with building and using the above libs
- or -
2. you know any active HP engineer in the Xalan-dev group with whom i
can get help on this front.
Posting to the mailing list is how you get support, but nothing is
guaranteed. You are more likely to get responses if you post your
questions in a polite, concise manner.
I'm not sure what you mean by "active HP engineer," so I can't answer that
question. If by that, you mean an employee of HP, then the answer is no.
sorry if this is abrupt. I have tried emailing the xalan user mailing
lists earlier and did not solutions for my problems.
I can't find any of your postings in the archives of the mailing group, so
perhaps they never made it there.
one of these (the latest) is how to build xalan and xerces (above
versions) on solaris with the Sun Workshop (forte) 6 update 2 compiler
without the namespace - i need to know which are the correct options to
use + correct compiler and linker options - looks like the libraries
that your team provides at the download page are built using the same
compiler version, except that these are built with the namespace.
You can simply modify the file src/xalanc/Include/SolarisDefinitions.hpp
and comment out the following line:
//#define XALAN_HAS_CPP_NAMESPACE
i tried for a while following standard procedure, without much success
(got some more errors everytime i resolved some) and then finally gave
up and built xerces and xalan with gcc - this worked. However my product
itself must be built with forte compiler and i am not sure if i can mix
and match gcc-built libraries with my forte-built application binary.
You cannot mix GCC and Sun compiler binaries.
Dave