I'd a reference doc for Linux with make here. http://chandpriyankara.blogspot.com/2014/01/building-log4cxx-from-dev-trunk-new.html
I can help you in case any issues here. regards, *Chand Priyankara* [image: Facebook] <http://www.facebook.com/chand.priyankara> [image: LinkedIn] <http://lk.linkedin.com/in/chandpriyankara> [image: Blogger] <http://chandpriyankara.blogspot.com/> [image: Google Plus] <http://plus.google.com/104246340732624023499> |BSc(Eng) - Electrical & Information |(094) 773-361-566 |ch...@engineering.com |http://chandpriyankara.blogspot.com <http://www.iucnredlist.org/amazing-species>sent via internet On Tue, Jan 26, 2016 at 7:06 PM, Wiebesiek, Torsten < torsten.wiebes...@grecon.de> wrote: > Hello, > > in order to be able to prepare a release of log4cxx, I have to learn a > lot. Sorry guys. > > At first, I would like to build svn head on my available platforms. These > are Linux with gcc and Windows with Visual Studio 2015. > Can someone help me with the configuration and compilation step? > > At first I tried it on my Manjaro installation. I've downloaded, compiled > and installed apr-1.5.2, apr-util-1.5.4 and apr-iconv-1.2.1. I am not sure, > if the latter is even needed. > > Then, I've checked out log4cxx and I called > > aclocal > > autoconf > > automake --add-missing > > Calling automake (version 1.15) results in a warning: > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake > line 3936. > > I ignored the warning but the call to configure failed: > > configure --with-apr=path-to-my-apr-installation > ./configure: line 16480: syntax error near unexpected token `;' > ./configure: line 16480: `APR_FIND_APR( , , 1, 1)' > > What's going wrong? > > > And since Bill pointed out, that for apr autoconf and cmake are the > preferred build tools, I am willing to create configuration cmake. > > Torsten > > >