I think I also messed up something with the patch I sent you yesterday (include/log4cxx/log4cxx.h is not generated correctly anymore, I think it was not one of my better ideas to let you commit only a part of Tommis patch :-( )
Anyway, what is still missing after your large commit is to add the Makefile's in the new sub directories to configure.in: Index: configure.in =================================================================== RCS file: /home/cvspublic/logging-log4cxx/configure.in,v retrieving revision 1.52 diff -u -r1.52 configure.in --- configure.in 30 May 2005 13:30:18 -0000 1.52 +++ configure.in 1 Jun 2005 20:09:46 -0000 @@ -392,11 +392,14 @@ include/log4cxx/config/Makefile include/log4cxx/db/Makefile include/log4cxx/rolling/Makefile +include/log4cxx/pattern/Makefile +include/log4cxx/filter/Makefile simplesocketserver/Makefile tests/Makefile tests/input/Makefile tests/input/performance/Makefile tests/input/ndc/Makefile +tests/input/rolling/Makefile tests/input/xml/Makefile tests/src/Makefile tests/src/customlogger/Makefile @@ -411,6 +414,9 @@ tests/src/xml/Makefile tests/src/varia/Makefile tests/witness/Makefile +tests/witness/encoding/Makefile +tests/witness/ndc/Makefile +tests/witness/rolling/Makefile performance/Makefile performance/xml/Makefile examples/Makefile I have not done a build yet, but at least a "make dist" succeeds again with these directories added... Curt Arnold wrote:
You will likely have noticed a fairly large commit related to porting over the new RollingFileAppender framework from the log4j CVS HEAD. I tried to keep the Makefile.am's in synch, but it looks like I bungled something related to the include/log4cxx/pattern subdirectory. I would appreciate if someone could diagnose whatever I messed up. Thanks.
[...] -- Andreas Fester mailto:[EMAIL PROTECTED] WWW: http://littletux.homelinux.org ICQ: 326674288
