Re: Log4Cxx and STLPort

2006-03-15 Thread Lingyun Tuo
We have been using STLport for about half an year. No problem has been found so far. BTW, our test shows that the speed using STLport is much faster than using the original STL package in log4cxx. Lingyun Tuo On 3/16/06, Andreas Fester <[EMAIL PROTECTED]> wrote: > Renato Cassaca wrote: > > I''m u

Re: Log4Cxx and STLPort

2006-03-15 Thread Andreas Fester
Renato Cassaca wrote: > I''m using Log4Cxx with STLPort and each time that I checkout Log4cxx I > have to patch src/systemerrwriter.cpp and src/systemoutwriter.cpp and > add the following line: >#include > > Because "stdout" and "stderr" aren't found at compile time. I dont think that its re

Log4Cxx and STLPort

2006-03-15 Thread Renato Cassaca
I''m using Log4Cxx with STLPort and each time that I checkout Log4cxx I have to patch src/systemerrwriter.cpp and src/systemoutwriter.cpp and add the following line: #include Because "stdout" and "stderr" aren't found at compile time. I'm not sure if this is a Log4cxx problem (not having al