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 <stdio.h>

Because "stdout" and "stderr" aren't found at compile time.
I'm not sure if this is a Log4cxx problem (not having all includes) or a STLPort problem.
Can this be fixed in Log4cxx repository?
Thanks


Reply via email to