[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Fix for SVN 1.8 with sqlite >= 3.12.0 and VS 2005+

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 18 Nov 2016 11:31:03 +0000

Stefan wrote on Tue, Jul 26, 2016 at 00:13:55 +0200:
> +++ subversion/tests/libsvn_wc/wc-queries-test.c (working copy)
> @@ -21,14 +21,6 @@
> * ====================================================================
> */
>
> -#include "svn_pools.h"
> -#include "svn_ctype.h"
> -#include "private/svn_dep_compat.h"
> -
> -#include "svn_private_config.h"
> -
> -#include "../svn_test.h"
> -
> #ifdef SVN_SQLITE_INLINE

From IRC:

<danielsh> Luke1410, on unix SVN_SQLITE_INLINE is defined in svn_private_config.h
<danielsh> Luke1410, ... so it seems the patch would cause the #ifdef to false negative on unix in $circumstances

(where $circumstances is "sqlite3 amalgamation is used")

Cheers,

Daniel
Received on 2016-11-18 12:33:29 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.