Hi,
I am trying to compile some code using 0.10.0 on mac/xcode, and I get an error like this: dailyrollingfileappender.h:23 error: forward declaration of 'struct log4cxx::rolling::RollingFileAppender' I wind up doing a #include <log4cxx/rollingfileappender.h> in that file, but then I get: rollingfileappender.h:32 error: forward declaration of 'struct log4cxx::rolling::RollingFileAppender' Which doing a #include <log4cxx/rollingfileappender.h> in that file doesn't help, since that IS that file... What should I expect in terms of being able to create my own appender under xcode? -phil
