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 14:41:54 UTC

DO NOT REPLY [Bug 6917] New: - Fix for XPathExpression::insertOpCode using STLport 4.5 with _STLP_DEBUG defined

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

Fix for XPathExpression::insertOpCode using STLport 4.5 with _STLP_DEBUG defined

           Summary: Fix for XPathExpression::insertOpCode using STLport 4.5
                    with _STLP_DEBUG defined
           Product: XalanC
           Version: 1.3.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: tommy.andreasen@radiometer.dk


In XPathExpression::insertOpCode in XPathExpression.cpp the first line should be

const 
OpCodeMapType::size_type theOpCodeLength = getOpCodeLength(theOpCode);

This allows 
Xalan to be compiled with STLport 4.5 and _STLP_DEBUG defined. (_STLP_DEBUG enables the special 
STLport debug mode),