On Oct 23, 2006, at 11:04 AM, Jing Zheng wrote:
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5.relocate2)
1. charsetencoder.cpp: missing a "}" at line 62 "else if (topage ==
APR_LOCALE_CHARSET) {"
Sorry about that. It was an inadvertant error when I was trying to
get a fix in quickly for the recent "failed to build on Solaris 2.8"
thread while I was on the road and didn't have access to a Unix box.
2. stringhelper.cpp: tolower() is not recognized. added "#include
<cctype>"
and then it compiled ok
Thanks, hadn't had that reported before. What platform and/or
compiler were you using?