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=17914>. 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=17914 Link error using XSLTResultTarget [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2003-03-12 17:46 ------- I downloaded and built both Xerces-C 2.1 and Xalan 1.4 from sources, modifying the compiler flags to use -AA instead of -Aa. I then tried to build the (corrected) sample program you submitted: #include <strstream> #include <XSLT/XSLTResultTarget.hpp> //using namespace::std; int main() { int status = 0; std::ostrstream *output; output = new std::ostrstream(); XSLTResultTarget res(output); XSLTResultTarget res1(); return status; } This compiled and linked without error. Please verify you really built Xalan with the -AA option and that your compile and link options are compatible with Xalan-C's. Just for reference, this is our version of the compiler: bash-2.03$ aCC -V aCC: HP ANSI C++ B3910B A.03.37 bash-2.03$ uname -a HP-UX tcdev2 B.11.00 U 9000/785 2004088828 unlimited-user license
