On Tue, Dec 12, 2006 at 03:05:39PM -0500, Bob Rossi wrote:
> Hi,
>
> OK, I'm planning on using log4cxx, along with apr. Is there anything
> special I should consider? Can I simply have log4cxx use the libapr that
> I already build?
I got it to this point,
loglog.cpp: In static member function `static void
log4cxx::helpers::LogLog::emit(const std::wstring&)':
loglog.cpp:89: error: `wcerr' is not a member of `std'
make[1]: *** [loglog.lo] Error 1
make[1]: Leaving directory `/home/bobbybrasko/log4cxx/logging-log4cxx/src'
make: *** [all-recursive] Error 1
This is on windows with mingw compiler, using autotools.
please advise,
Bob Rossi