I tried building with the -Dhas.wchar_t=0 and -Dlogchar=utf-8 options
without success.

Thanks,
Ken


On 5/5/07, Curt Arnold <[EMAIL PROTECTED]> wrote:


On May 4, 2007, at 11:07 PM, Ken Klose wrote:

> I checked out the HEAD from the repository and am trying to build
> it using the ant build script.  I am getting tons of compiler
> errors, below is just a sample.
>
> Thanks in advance for your help.
>

Those are actually build errors in Apache Portable Runtime, not
log4cxx.  There was a quite a bit of work on APR to allow it to build
with MinGW, but that came after the version we are using.  If you can
drop in a later version of APR in the the lib directory and change
the apr version in build.xml, you may get closer.  First run it and
let it fail.  Then make a manual change to include/apr.h on the
APR_INT64_C and APR_UINT64_C from ##i64 and ##ui64 to ##LL and
##ULL.  I'm going to be out of touch this weekend and have some
uncommitted stuff that will help if you haven't muddled through by then.



Reply via email to