RE: New user solaris 2.8 compile issues

2005-05-17 Thread Raymond Lau
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

problem running a test programming on linux

2005-05-12 Thread Raymond Lau
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

build problem on cygwin running gcc version 3.3.3

2005-05-11 Thread Raymond Lau
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?