--- "Anton M�ller" <[EMAIL PROTECTED]> wrote:

> hi,
> 
> I wanted to do the following on Windows XP
> with MS Visual C++ 6.0 SP3:
> 
> 1. compile a minimalistic log4cxx

I started doing this my removing the network dependent appenders. 
Unfortunately the Logger class directly references a SocketStream type
class so I had to #ifdef out some APIs, which I don't like because it makes
it binary incompatible.  Still looking for a workaround.

> 
>  with the 0.97 tarball  I could not skip
>  xml and odbc support (Its some time ago now,
>   don't remember exactly)
> 
>  I got compile errors.

I had no problems with undefing ODBC but without XML support required
adding the line:
 #include <log4cxx/appender.h> 

in optionsconverter.cpp


I plan to send some patches but will be sometime before I get around to it. 
Those hints should help tho.


Reply via email to