DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15543>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15543

Unable to work with STL libraries fresh from download

           Summary: Unable to work with STL libraries fresh from download
           Product: XalanC
           Version: 1.4.x
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: XalanC
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Trying to use the XalanTransformer class, and unable to build with VC++ 6.0.

Apparently there is a conflict in the usage of the "std" namespace.  I 
consistently get "'vector' is not a member of 'std'" when including the 
XalanDomString.hpp header.  My 'vector' class is not defined within the std 
namespace, because both __STL_NO_NAMESPACES and __STL_HAS_NAMESPACES are 
defined for the VC++ compiler version, and thus the __STL_BEGIN_NAMESPACE is 
defined as "" insted of "namespace std {"

Any thoughts are appreciated, until then, I"ll just call the executable instead 
of including the class.

Reply via email to