I have run into a similar problem when I compiled on cygwin. The
problem was that there's no symbolic link to the actual utility like
Autoconf, automake,... So check if those binaries/executable do exist
on your machine.. It could be under a different name like automake.X.Y
where X and Y are part
class
[org.apache.log4j.ConsoleAppender].
Class
'org.apache.log4j.ConsoleAppender' not found Could not instantiate appender
named "stdout".
No appenders could be found
for logger (TestLogger).
Please initialize the log4cxx system properly.
From: Raymond Lau [mailt
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?