RE: MAKE error : While compiling trivial.cpp:Urgent

2008-06-20 Thread srkraju
Dear Curt, Thanks for your response. Do you mean: commenting all LOG4CXX_ calls in trivial.cpp. And adding :: log4cxx::helpers::MessageBuffer oss; in trivial.cpp I did the above steps. But it is giving like trivial.cpp:30: error: `BasicConfigurator' has not been declared trivial.cpp:30: error:

Re: MAKE error : While compiling trivial.cpp:Urgent

2008-06-20 Thread Curt Arnold
On Jun 20, 2008, at 6:48 AM, srkraju wrote: Dear Curt, Thanks for your response. Do you mean: commenting all LOG4CXX_ calls in trivial.cpp. And adding :: log4cxx::helpers::MessageBuffer oss; in trivial.cpp I did the above steps. But it is giving like trivial.cpp:30: error: `BasicConfigurat