RE: Urgent: log4cxx 0.10.0 build on HP Unix build problem

2008-04-25 Thread Chakravarthula, Krishnamurthy
I get the following error when I build log4cxx 0.10.0. Please advice. Did anybody get this working on HP Unix. If so, can you please pass on the configurations and build steps. objectptr.cpp: In static member function 'static void* log4cxx::helpers::ObjectPtrBase::exchange(void**, void*)': objectp

Re: Urgent: log4cxx 0.10.0 build on HP Unix build problem

2008-04-25 Thread Curt Arnold
On Apr 25, 2008, at 6:49 AM, Chakravarthula, Krishnamurthy wrote: I get the following error when I build log4cxx 0.10.0. Please advice. Did anybody get this working on HP Unix. If so, can you please pass on the configurations and build steps. objectptr.cpp: In static member function 'static vo

RE: Problem logging unicode MFC/ATL CString with LOG4CXX_* macros

2008-04-25 Thread Jara, Mike SEA
For those interested, here is my final solution (until I find a new "final" solution, I guess.) First, I had to use templated functions, because the CString in MFC is slightly different from the CString in ATL. Parameterizing the "Traits" parameter of the template base class (CStringT) was the fi