On May 23, 2007, at 4:00 PM, Marshall Powers wrote:
OK I solved my own problem.
I looked a little closer, and the only thing that stood out about the
one-argument error functions was that they were declared const. I
removed
the "const" from those two functions, removed the call to error() from
Logger::getResourceBundle(), recompiled log4cxx, and everything was
fine.
Not sure if this solution is really ideal, but it did work :P
Marshall
Andreas recently committed changes to make that function const
(http://marc.info/?l=log4cxx-dev&m=117916477809150&w=2 and http://
marc.info/?l=log4cxx-dev&m=117916259518459&w=2) along with other
changes to avoid pedantic warnings from gcc. Looks like the changes
need to be reviewed.