Re: XMLLayoutTestCase fails on Solaris

2007-01-24 Thread Curt Arnold
Logged as LOGCXX-169 (https://issues.apache.org/jira/browse/ LOGCXX-169) and resolved. Basically isolated XMLLayoutTestCase from the implementation of __LOG4CXX_FUNC__. I added LOGCXX-170 as a distinct bug which would move the sniffing of method name macros to the configure step and add sni

Re: XMLLayoutTestCase fails on Solaris

2007-01-17 Thread Jostein Tveit
Curt Arnold <[EMAIL PROTECTED]> writes: > The offending code is very likely the tail end of > include/log4cxx/spi/ location/locationinfo.h. That fragment > attempts to detect Microsoft C ++ and use its __FUNCSIG__ > predefined macro or gcc and use its __PRETTY_FUNCTION__ macro. > Any other comp

Re: XMLLayoutTestCase fails on Solaris

2007-01-16 Thread Curt Arnold
On Jan 16, 2007, at 3:51 PM, Jostein Tveit wrote: Hello log4cxx developers! Latest log4cxx from trunk fails unit testing with the error messages below. Last time I compiled and tested from trunk (~May 2006) all unit tests passed. Do you have any idea why the class and method elements of the

XMLLayoutTestCase fails on Solaris

2007-01-16 Thread Jostein Tveit
Hello log4cxx developers! Latest log4cxx from trunk fails unit testing with the error messages below. Last time I compiled and tested from trunk (~May 2006) all unit tests passed. Do you have any idea why the class and method elements of the XML are missing? Any recent changes that could possibl