RE: Compiling on Windows

2015-04-23 Thread Alex Huang (Gorilla)
:58 AM To: Log4CXX User Subject: Re: Compiling on Windows Update on the crash: I don't know what is going on with it, but I have narrowed down how to reproduce it. It turns out that the macros for logging( for example LOG4CXX_ERROR) create a log4cxx::helpers::MessageBuffer oss_; object

Re: Compiling on Windows

2015-04-22 Thread Robert Middleton
Update on the crash: I don't know what is going on with it, but I have narrowed down how to reproduce it. It turns out that the macros for logging( for example LOG4CXX_ERROR) create a log4cxx::helpers::MessageBuffer oss_; object. This object gets created and the message is logged using it. If

Re: Compiling on Windows

2015-04-22 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Mittwoch, 22. April 2015 um 04:31 schrieben Sie: I want to use log4cxx on a Windows-based project, and I'm wondering what the easiest way to compile it for Windows is? I guess that heavily depends on your compiler and toolchain, not sure if I read about QT on the

Compiling on Windows

2015-04-21 Thread Robert Middleton
Hi, I want to use log4cxx on a Windows-based project, and I'm wondering what the easiest way to compile it for Windows is? I'm not very familiar with compiling on Windows, so would the easiest way just be to use cygwin? Or something else? I'm looking to compile the latest version from

Re: Compiling under Windows

2006-06-06 Thread Andreas Fester
Hi, Listen wrote: Dear List, 1. I'm able to compile log4cxx from the HEAD revision from svn using the ant build system, but the size I'm getting out is much bigger than the one I found in http://littletux.homelinux.org/log4cxx. The size found in in the archive is about 497kB where mine is

Re: Compiling under Windows

2006-06-06 Thread Thomas Graefenhain
Hi, thanks for your reply, Hi, Listen wrote: Dear List, 1. I'm able to compile log4cxx from the HEAD revision from svn using the ant build system, but the size I'm getting out is much bigger than the one I found in http://littletux.homelinux.org/log4cxx. The size found in in the archive

Re: Compiling under Windows

2006-06-06 Thread Thomas Dudziak
Hi, I had the same problems when building with Visual Studio.Net 2003 a normal log4cxx debug DLL with APR 1.2.7 statically linked, so this is not a problem of VS2005 or APR as a DLL. I ended up changing line 171 of socketimpl.cpp in APR like so: //apr_status_t status =