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=20817>. 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=20817 fatal error C1076 compiling xalan with stlport 4.5.3 using msvc 6.0 Summary: fatal error C1076 compiling xalan with stlport 4.5.3 using msvc 6.0 Product: XalanC Version: 1.5 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This even occurs with a compiler flag of /Zm2000 (2000 is max val). Also tried compiling without precompiled headers as one MS knowledgebase article mentioned. Also posted this on STLPort forum. Can anyone validate whether this is a xalan problem or a stlport/configuration issue? XalanTransformer.cpp D:\src\java\Portal\SharedComponents\STLport-4.5.3\stlport\stl/_iterator_old.h (191) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit D:\src\java\Portal\SharedComponents\STLport-4.5.3 \stlport\stl/_iterator_old.h(191) : while compiling class-template member function '__thiscall _STL::reverse_iterator<struct _STL::_DBG_iter<class _STL::__vector<class xalanc_1_5::ArenaBlock<c lass xalanc_1_5::ElemAttributeSet> *,class _STL::allocator<class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> *> >,struct _STL::_Vector_const_traits<class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> *,class xalanc_1_5::A renaBlock<class xalanc_1_5::ElemAttributeSet> * *> >,class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> *,class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> * const &,class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAtt ributeSet> * const *,int>::_STL::reverse_iterator<struct _STL::_DBG_iter<class _STL::__vector<class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> *,class _STL::allocator<class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> * > >,struct _STL::_Vector_const_traits<class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> *,class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> * *> >,class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> *,class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> * const &,class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> * const *,int>(const class _STL::reverse_iterator<struct _STL::_DBG_iter<class _STL::__vector<class xalanc_1_5::Ar enaBlock<class xalanc_1_5::ElemAttributeSet> *,class _STL::allocator<class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> *> >,struct _STL::_Vector_const_traits<class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> *,class xal anc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> * *> >,class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> *,class xalanc_1_5::ArenaBlock<class xalanc_1_5::ElemAttributeSet> * const &,class xalanc_1_5::ArenaBlock<class xalanc_1_ 5::ElemAttributeSet> * const *,int> &)'
