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 <stdio.h> > > Because "stdout" and "stderr" aren't found at compile time.
I dont think that its really STLPort related. We switched from iostream based output to stdio based output recently, and IMHO the #include <iostream> needs simply be replaced with #include <stdio.h> in both files. Curt, I already changed and checked this, if its ok I can simply commit it... > 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 Best Regards, Andreas