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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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),
