Re: How compile apr on windows?

2005-01-25 Thread Björn Carlsson
The reson why I had the remove and add some files in the dll-project in the log4cxx workspace was that the latest dsp file from CVS was not up to date, the developer was probably working on Linux, so I found out what to add / remove, by comparing src/Makefile.am in the 0.9.7 and current version

RE: Apache Log4cxx

2005-01-25 Thread Keith Bottner
Curt, I would be interested in your results. Unfortunately I know nothing about GUMP and just recently made the switch to FreeBSD from linux so I am still behind the curve on figuring out how to get something into the ports collection which supposedly would be the way to go about this task. If any

Re: Apache Log4cxx

2005-01-25 Thread Curt Arnold
On Jan 25, 2005, at 7:51 AM, Keith Bottner wrote: I was having this problem on FreeBSD. It was due to multiple versions of aclocal being installed and the one that the sym link was pointing to was not the one that log4cxx was expecting. Even after I fixed that problem I could not get it to compi

Sending Byte Array to a custom appender.

2005-01-25 Thread Kadarkarai, Prabhakar \(Prabhakar\)
Hello All,   Can I send BYTE array instead of basic string using Log4Cxx to a custom appender. If so, how? Any example would be obliged.   Thanks, PK

RE: Apache Log4cxx

2005-01-25 Thread Keith Bottner
I was having this problem on FreeBSD. It was due to multiple versions of aclocal being installed and the one that the sym link was pointing to was not the one that log4cxx was expecting. Even after I fixed that problem I could not get it to compile. I posted the problem on this list and the best I

Re: How compile apr on windows?

2005-01-25 Thread Björn Carlsson
I believe the only problem for the apr dsw and dsp files is their unix file endings, so open them in some text editor and change from unix to dos file endings, to make MSVC accept them. Or try my project files at: http://versionsupport.com/logging/apr.zip But to compile the latest version of lo

Apache Log4cxx

2005-01-25 Thread Ambarish Mitra
> Hi, > > I have downloaded the Apache Log4cxx and trying to build the source. While > building by using the autogen.sh, the aclocal is giving me > errors/warnings, and the process is failing. > > aclocal:configure.in:32: warning: macro `AM_PROG_LIBTOOL' not found in > library > > The following

How compile apr on windows?

2005-01-25 Thread LECHNER Martin
I tried to compile the current version of log4cxx on windows and had troubles with apr. 1.) The version 1.0.1 sources dont had a valid MSVC6 workspace - so i checked out the lates binaries 2.) Now I am stuck with LDAP support. (v2.0 not supported... I want to disable ldap support if that is possib