Building log4cxx with VC8 using runtime library /MT

2008-03-20 Thread Andreas Grob
Hi, Failed finding an option for ant to do it directly I did it hand made using the build-projects-vc8 option. For the libs apr, aprutil and log4cxx I open the properties dialog and changed the runtime library option to /MT (or /MTd for the debug lib). Building apr and aprutil works well. But log

Re: Problem building log4cxx using apr

2008-02-08 Thread Andreas Grob
Curt Arnold apache.org> writes: > > Sorry, trying to get the release candidate out and things are flying > pretty furious. > > The ultimate answer will be in new build pages on the web site that > will document all the changes that have occurred. Unfortunately, that > means at the moment

Problem building log4cxx using apr

2008-02-08 Thread Andreas Grob
Hi, Since the change from CPPUNIT to LOGUNIT I have problems compiling the trunk. I work under win2k, vs8/sp1. When I compile as ever I got following error: C:\work\log4cxx\log4cxx-trunk\src\ant\find-apr.xml:150: Unable to locate apr base directory. The INSTALL file says: Connection to internet

Unable to locate tools.jar

2008-01-15 Thread Andreas Grob
Hi, After installing a new java version I got following error: Unable to locate tools.jar. Expected to find it in C:\Programme\Java\jre1.6.0_04\lib\tools.jar Buildfile: build.xml Well, my workaround is to copy tools.jar from the path ...\jdk1.6.0_04\lib to the expected place. Is there a better

Re: Log4cxx - Illegal argument exception from charsetencoder.cpp:74

2008-01-15 Thread Andreas Grob
Curt Arnold apache.org> writes: > > > On Jan 10, 2008, at 4:13 PM, Wilfong, Paul wrote: > > > Hi, > > > > I have tried to build log4cxx as an "so" library on a Sun computer > > (Sun OS 5.10). Everyting seems to build Ok (as described below). > > > > This computer is a standalone - my compan

Re: Unittests fail

2007-11-20 Thread Andreas Grob
Curt Arnold apache.org> writes: > > > On Nov 16, 2007, at 10:33 AM, Andrew n marshall wrote: > > > A coworker and I found the unittests depend on Unix tools like sed > > and awk. They would fail on windows if you don't have something > > like Cygwin in the path. I'm not sure if this is y