On 1/27/2010 10:19 AM, Junaidi wrote: > Hi all, > > I downloaded source from http://log4cpp.sourceforge.net/ and tried to > compile the source of log4cppDLL project using VS2008. > When compiling it I got an error : > > error PRJ0019: A tool returned an error code from "Performing Custom Build > Step" >
I evaluated several C++ logging libraries a few weeks ago, including log4cpp. I never could get this one to compile. There were too many dependencies, including one library (forget which one) that only compiles in Linux. I guess us people that develop for multiple platforms are out of luck on this one. I was actually debating developing my own logging library with zero external dependencies (except maybe an XML parser) that is cross-platform. Then I got sucked into a home remodeling project, as opposed to a coding project :-( -- John Gaughan http://www.jtgprogramming.org/
