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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2003-06-16 21:13 ------- I just built Xalan-C using STLport 4.5.3 on my local machine without any problems. We used to get these memory errors, so during the 1.5 release cycle, I added the option /Zm125 and that seemed to work fine on my machine. This used to be necessary only for the Debug build, but it looks like now it's necessary for the Release configurations as well. I will update the project files accordingly. I don't think this is a Xalan problem. The code compiles cleanly using the included Microsoft library, and I have no problem building on my installation of VC6 using STLport 4.5.3. You might want to make sure you try a clean build after setting the /Zm option.
