You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/09/24 11:37:16 UTC

DO NOT REPLY [Bug 3788] New: - very long lines in CppErrMsgs_EN_US.hpp(NB20010830) causes problems for OS390 compiler

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: xerces-c-dev@xml.apache.org
        ReportedBy: cb@systematic.dk


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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org