You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/03/06 22:13:18 UTC

DO NOT REPLY [Bug 6936] New: - iterator_traits error with NamespacesHandler.cpp on osf1

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=6936>.
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=6936

iterator_traits error with NamespacesHandler.cpp on osf1

           Summary: iterator_traits error with NamespacesHandler.cpp on osf1
           Product: XalanC
           Version: 1.2.x
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: sivarama.chandra@sdrc.com
                CC: sivarama.chandra@sdrc.com


Hi,

While compiling XalanC1.2 on OSF1 I am getting following error. Any help with 
please.

Thanks in advance.
Regards,
Sivaram

**************************
cxx -O -DNDEBUG   -DTRU64 -ptr /tmp_mnt/rmnt/netapp1/schandra/xml-
xalanosf/c/obj/.cxx_repository -ieee -pthread  -c -I. -
I/tmp_mnt/rmnt/netapp1/schandra/xercesc-osf/src/ -
I/tmp_mnt/rmnt/netapp1/schandra/xercesc-osf/include/   -
o /tmp_mnt/rmnt/netapp1/schandra/xml-xalanosf/c/obj/NamespacesHandler.o 
XSLT/NamespacesHandler.cpp
cxx: Error: /usr/include/cxx/iterator, line 757: qualifiers dropped
          in binding reference of type
          "std::iterator_traits<std::deque<XalanQName::NamespaceVectorType,
          std::allocator<XalanQName::NamespaceVectorType>>::const_iterator>::re
          ference" to initializer of type
          "const XalanQName::NamespaceVectorType"
          detected during instantiation of "Reference
                    std::reverse_iterator<RandomAccessIterator, T, Reference,
                    Pointer, Distance>::operator*() const [with
                    RandomAccessIterator=std::deque<XalanQName::NamespaceVector
                    Type,
                    std::allocator<XalanQName::NamespaceVectorType>>::const_ite
                    rator,
                    T=std::iterator_traits<std::deque<XalanQName::NamespaceVect
                    orType,
                    std::allocator<XalanQName::NamespaceVectorType>>::const_ite
                    rator>::value_type,
                    Reference=std::iterator_traits<std::deque<XalanQName::Names
                    paceVectorType,
                    std::allocator<XalanQName::NamespaceVectorType>>::const_ite
                    rator>::reference,
                    Pointer=std::iterator_traits<std::deque<XalanQName::Namespa
                    ceVectorType,
                    std::allocator<XalanQName::NamespaceVectorType>>::const_ite
                    rator>::pointer,
                    Distance=std::iterator_traits<std::deque<XalanQName::Namesp
                    aceVectorType,
                    std::allocator<XalanQName::NamespaceVectorType>>::const_ite
                    rator>::difference_type]" at line 115 of
                    "XSLT/NamespacesHandler.cpp"
    { RandomAccessIterator tmp = current; return *--tmp; }
-------------------------------------------------^
cxx: Info: 1 error detected in the compilation of "XSLT/NamespacesHandler.cpp".
make: *** [/tmp_mnt/rmnt/netapp1/schandra/xml-
xalanosf/c/obj/NamespacesHandler.o] Error 1
*******************************************************