Unittests fail

2007-11-16 Thread Torsten Wiebesiek
Hello, I (once again) have problems compiling log4cxx on my Windows-System. :-( The unit tests fail. I don't really know, since when this occurs but it's at least 3 days now. I have attached the last lines of the ant build. I tried to compile log4cxx with `ant -Ddebug=false -Dlib.type=static`.

LOG4CXX_TRACE

2007-10-24 Thread Torsten Wiebesiek
I am still trying to learn about log4cxx and once again, I stumbled over a little pitfall. Using the LOG4CXX_TRACE macro results in a linker error. The linker can't find the symbol log4cxx::Logger::isTraceEnabled(void)const > main.obj : error LNK2019: unresolved external symbol > ""public: bool

Build problems on Windows XP

2007-10-24 Thread Torsten Wiebesiek
Hi, I just tried to compile various flavours of log4cxx and encountered some problems: 1. `ant clean; ant` builds the default configuration (debug/shared) This works fine! :-) 2. `ant clean; ant -Ddebug=true -Dlib.type=shared` fail at linking the unittests: > build-unittest: > [c

Re: Build on Win32 broken

2007-09-03 Thread Torsten Wiebesiek
> Thanks a lot. Now log4cxx compiles. Unfortunatly, the unit test fail. > I have copied the last lines of ant output at the end of this file. > > Is this again a problem with my environment? Or is it a problem with > log4cxx? Well, acutally, it was again a problem with my environment. Putting th

AW: Build on Win32 broken

2007-08-29 Thread Torsten Wiebesiek
> > I just tried to compile the latest svn snapshot of log4cxx on my > > Windows > > XP system. Unfortunately, it failed. > > > > The last output of ant was: > > > > > win-configure: > > > > > > configure: > > > [echo] Configuring with has.wchar_t=1 > > > [echo] Configuring with has.wco

Build on Win32 broken

2007-08-29 Thread Torsten Wiebesiek
Hi, I just tried to compile the latest svn snapshot of log4cxx on my Windows XP system. Unfortunately, it failed. The last output of ant was: > win-configure: > > configure: > [echo] Configuring with has.wchar_t=1 > [echo] Configuring with has.wcout=1 > [echo] Configuring with lo

How to retrieve logger hierarchy?

2007-08-27 Thread Torsten Wiebesiek
Hi, I'd like to change the logging behavior of my program at runtime. Therefore, I'd like to visualize the complete current logger hierarchy. Can someone tell me, how to access the logger hierarchy? The log4cxx::Hierarchy::getCurrentLoggers() function should help, but how can I get the hierarchy

Retrieve logger hierarchy

2007-06-14 Thread Torsten Wiebesiek
Hi, I'd like to change the logging behavior of my program at runtime. Therefore, I'd like to visualize the current logger hierarchy. Can someone tell me, how to access the logger hierarchy? The log4cxx::Hierarchy::getCurrentLoggers() function should help, but how can I get the hierarchy object co

Re: log4cxx VS2005 Project file + Win32 Binary

2007-06-13 Thread Torsten Wiebesiek
Hi merc, > I've been searching for a VS2005 project file or binary for log4cxx, > but without any luck. No choice but to went through a bumpy journey > to get the ant build from 0.10.0 source. > > Anyway, I posted it up here, hope that its some use to anyone who is > working with VS2005: > http://