Posts

Showing posts from January, 2014

Building log4cxx from dev trunk [new incubation repo]

Log4CXX recently moved to Apache incubation. So its trunk[dev branch] is moved to http://svn.apache.org/repos/asf/incubator/log4cxx/trunk Here I'll explain how to build log4cxx from trunk. In additionally to log4cxx, you need Apache Portable Runtime and , APR-Utils libraries. Because, Log4CXX depends on APR. I'm using Ubuntu 12.04 version here. Download APR and APR-Utils from APR site at: http://apr.apache.org/download.cgi I've tree my downloaded folder here, with latest[at blogging date]. Using wget will be easier for apr and apr-utils. ├── apr-1.5.0 ├── apr-util-1.5.3 └── trunk     └── src         ├── ant         ├── assembly         ├── changes         ├── examples         ├── main         │   ├── cpp         │   ├── include         │   └── resources         ├...