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=3788>. 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=3788 very long lines in CppErrMsgs_EN_US.hpp(NB20010830) causes problems for OS390 compiler Summary: very long lines in CppErrMsgs_EN_US.hpp(NB20010830) causes problems for OS390 compiler Product: Xerces-C++ Version: Nightly build Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Some of the lines are longer than 255 chars which causes the compiler to fail. Workaround: run the file through cat CppErrMsgs_EN_US.hpp | perl -pe 's/((0x[0-9ABCDEF]{4},){8})/\1\n/g;' >tmp.hpp This inserts a newline for every 8 XMLchars --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
