Till Toenshoff created MESOS-1998:
-------------------------------------
Summary: Subversion include path hardcoding
Key: MESOS-1998
URL: https://issues.apache.org/jira/browse/MESOS-1998
Project: Mesos
Issue Type: Bug
Reporter: Till Toenshoff
Currently, we are using a hardcoded location variant for subversion related
headers. The default path is set to {{/usr/include/subversion-1}}.
This will fail on any OSX homebrew installed version of subversion and may also
fail for other systems.
I would like to suggest changing the current hardcoded path into a basepath and
to reference the actual headers (e.g. svn_delta.h) via
subversion-1/svn_delta.h. This would allow homebrew users (and others) to build
mesos out of the box and without
A. manually supplying the subversion-1 location
B. linking /usr/local/include/subversion-1 towards /usr/include/subversion-1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)