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=20350>. 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=20350 Apparent typos in ICUTransService.cpp cause build failure Summary: Apparent typos in ICUTransService.cpp cause build failure Product: Xerces-C++ Version: 2.3.0 Platform: Sun OS/Version: Solaris Status: NEW Severity: Minor Priority: Other Component: Utilities AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Source file xercesc/util/Transcoders/ICU/ICUTransService.cpp contains two apparent typos causing build failure when using ICU for transcoding. Easily fixed by correcting the following: 1. spurious comma in parameter list at line 130 2. missing '*' operator before 'sizeof' at line 134 I assume that this error is independent of the build envirionment, but I will be overly complete due to lack of experience submitting bugs. Build env: Arch: Sun SPARC sun4u running SunOS 5.9 Generic 112233-04 Compiler: GCC 3.2.3 using Sun linker and assembler --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
