Devanathan, Ramkumar (HP OpenView) wrote:
Hi all,

First of all, please make sure you subscribe to the list before posting. Information about doing that is found here:

http://xml.apache.org/mail.html#xalan-c-users

I approved this first post, but future ones will be rejected.


Repeating the problem with more details here:
I am building Xerces 2.7 and Xalan 1.10 on solaris (c++). There are the defines XERCES_HAS_CPP_NAMESPACE and XALAN_HAS_CPP_NAMESPACE in the xerces and xalan header files, and i am undef-ing these so that all the xalan and xerces functions are in the global namespace rather than in xercesc_2_7 and xalanc_1_10 namespaces. i need it this way for some particular reasons entirely internal to the project we are working on.

It's been a long time since anyone has built Xalan-C or Xerces-C without namespaces, so you may run into problems.

If the above is possible, I need to know what are the standard options (to runConfigure script) that are set for running xalan and xerces builds with Forte c++ 6 update 2 compiler on solaris 2.7.

No, there is no runConfigure option to do that, since the choice is to always use namespaces if the compiler supports them.

Dave

Reply via email to