Please work with the CVS HEAD, log4cxx-0.9.7 is extremely out of date
and has serious bugs. I can't promise you that the CVS HEAD will
build out of the box on Cygwin, but at least we can do something
about it.
FYI: The automake build is not the primary build mechanism for
log4cxx. One of
When I tried to build log4cxx by just issuing a “make”
command after running configure,
I got the following compilation error:
../include/log4cxx/helpers/tchar.h:51: error: ‘swprintf’
undeclared (first use this function)
Does that has to do with g++ and the std library?
After some google searches, I found out that
__STD_ISO_10646__ is not defined on Solaris 10 and I
doubt earlier Solaris versions. I know wchar_t is
defined in Solaris 10 but I don't know of a way to
find that out. I will hunt around and try to find a
way that wchar_t can be tested.
Chris
--- Cu