> On Aug 21, 2016, at 7:02 PM, horst.schl...@gmx.de wrote: > >> Am 8/21/2016 um 5:37 PM schrieb Mark Phippard: >> >>>> On Aug 21, 2016, at 3:45 PM, horst.schl...@gmx.de wrote: >>>> >>>> Am 8/21/2016 um 6:00 AM schrieb Stefan Sperling: >>>> >>>> What are you trying to achive by building SVN with the Makefile from >>>> tools/dev/unix-build/ ? >>> >>> I want an environment where i can download, inspect, apply, build and test >>> the changes that are made to trunk by the project. Then I want to use this >>> setup to write my own changes. >> >> For trunk builds see: http://subversion.apache.org/docs/community-guide/ > > Yes, this is why I was asking about the errors the makefile is giving. In the > building part of the guide it says > > To start development from scratch, simply download Makefile.svn, create a > symlink called `GNUmakefile` that points to the file, and invoke `make`. > http://subversion.apache.org/docs/community-guide/building.html
The makefile you are using is a special one Stefan made for his own needs. That is not the official way to build the software. Just ignore that file and follow the INSTALL docs. It is not that the script cannot work, but you would not typically want to build the dependencies. Normally you want to use the httpd, APR, OpenSSL, zlib etc. from the CentOS distro. That is what a normal configure and make will do. Mark