uot;
Subject: Re: Problem with a test program
wchar_t is not sufficiently defined for Mac OS/X to allow
implementation of decodeWide(). That particular unsatisfied link is
the sign that the definition of wchar_t could not be determined.
Same issue occurs on Solaris. The Ant build will tell you
wchar_t is not sufficiently defined for Mac OS/X to allow
implementation of decodeWide(). That particular unsatisfied link is
the sign that the definition of wchar_t could not be determined.
Same issue occurs on Solaris. The Ant build will tell you to build
using has.wchar_t=0 to suppre
Hi,
I'm new to log4cxx and very rusty on my c/c++ skills.
I installed log4cxx on my Mac (version 10.4.7, Intel based) and tried to
run a small test program:
#include
#include
using namespace log4cxx;
int main()
{
log4cxx::xml::DOMConfigurator::configure("test.xml");
return 0;
}