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