hursday, April 23, 2015 11: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::Mes
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 t
Thorsten,
Thanks for the information. For future reference, here is what I needed to
get it to build:
- Windows compiler(cl). I had the Windows 7 SDK installed, which gave
me the command prompt with cl on PATH and the proper environment
- ant from: http://ant.apache.org/bindownload.cg
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 th
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 v