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

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

From: Stefan <luke1410_at_posteo.de>
Date: Tue, 26 Jul 2016 00:13:55 +0200

Hi,

building SVN 1.8 using sqlite >= SQLite 3.12.0 (amalgamation) and VS
2005+ raises the following error:

[...]\sqlite\sqlite3.c(42437): error C4013: 'rand_s' undefined; assuming
extern returning int
[[...]\1.8.16\build\win32\vcnet-vcproj\test_wc_queries.vcxproj]

The issue does not exist in SVN != 1.8 as far as I see. Full details
available here: http://www.luke1410.de:8090/browse/MAXSVN-58

The attached patch (based on the patch fixing the related issue in 1.7)
resolves that by moving the sqlite3.c-include section to be first
include statement in the file.

If it's ok, I'll just add a 1.8 backport branch and nominate it for
backporting to the 1.8-branch.

Regards,
Stefan

Received on 2016-07-26 00:14:17 CEST

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.