Re: Problem with a test program

2006-10-11 Thread shai
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

Re: Problem with a test program

2006-10-11 Thread Curt Arnold
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

Problem with a test program

2006-10-11 Thread shai
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; }