On 12.02.2015 05:17, Branko Čibej wrote:
> On 12.02.2015 05:07, kay wrote:
>> Below is the content of the svn_private_config: I observed there is a symbol
>> for SVN_PATH_LOCAL_SEPERATOR: What should I do now?
>
> I have no idea. I looked through your 'make' log again and saw a huge
> number of warnings that shouldn't be there; for example:
>
> subversion/libsvn_delta/svndiff.c: In function `zlib_encode':
> subversion/libsvn_delta/svndiff.c:173: warning: passing arg 3 of
> `svn_error__wrap_zlib' makes pointer from integer without a cast
>
>
> The macro '_' is defined in svn_private_config.h, too. You'll have to
> figure out why the compiler thinks it included that file, but doesn't
> actually see the macros defined in it. And that's not something I can
> help with.
Actually ... find and remove that /other/ svn_private_config.h, probably
empty, that you somehow managed to generate where the compiler finds it
before the one in the ./subversion directory.
-- Brane
Received on 2015-02-12 05:37:23 CET