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

Fix for SVN 1.7 with sqlite >= 3.12.0 and VS 2005+

From: Stefan <luke1410_at_posteo.de>
Date: Thu, 14 Jul 2016 00:14:31 +0200

Hi,

this is merely for the record, in case someone else runs into the issue
and is looking here for a solution.

Note that SVN 1.7 is EOL and therefore isn't supported anymore. SVN
versions >= 1.8 don't suffer the problem.

The issue only applies under the following conditions:

- SVN 1.7
- SQLite 3.12.0+ (amalgamation)
- Visual Studio 2005+

In this case compiling libsvn_subr will trigger the following error:
[...]sqlite\sqlite3.c(42437): error C4013: 'rand_s' undefined; assuming
extern returning int
[[...]\1.7.22\build\win32\vcnet-vcproj\libsvn_subr.vcxproj]

The attached patch resolves the compile error (patch was suggested by
rhuijben).

Full details: http://www.luke1410.de:8090/browse/MAXSVN-55

Regards,
Stefan

Received on 2016-07-14 00:14:49 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.