Version Downloaded:
log4cpp-0.3.5rc3.tar.gz
From:
http://downloads.sourceforge.net/log4cpp/log4cpp-0.3.5rc3.tar.gz?modtime=1122639974&big_mirror=0
Bugs:
1)
Bug:
Files
log4cpp.bpf
log4cpp.bpr
log4cpp.mak
have references to a ConfiguratorSkeleton.obj, which is not included into /src anymore.
Solution:
remove lines which have such reference
2)
Bug:
Cannot compile MSThreads.cpp:
Call to undefined function 'sprintf'
Solution:
BCB5 understands only
#include <stdio.h>
but not
#include <cstdio>
3)
Bug:
Cannot compile PatternLayout.cpp:
Call to undefined function 'clock()'
Solution:
BCB5 understands only
#include <time.h>
but not
#include <ctime>
Logged In: NO
Please, take a look on 1630070.
Two last bugs are covered in another (more intelligent) way in that new one.