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

svn trunk currently doesn't build with Sqlite 3.7.13 amalgamation

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Sun, 12 Aug 2012 22:54:41 +0200

Hi,

I noticed that building svn trunk on Windows fails when using the new
sqlite 3.7.17 amalgamation (new since June, 11th).

The error I got is:
c:\Users\lgo\dev\trunk\sqlite-amalgamation\sqlite3.c(18462) : error
C2159: more than one storage class specified

on line:
SQLITE_API extern void sqlite3_win32_sleep(DWORD milliseconds); /* os_win.c */

I've only tested this on windows, but the error seems
sqlite-amalgation specific - SQLITE_API is defined as static when
importing the sqlite3.c file, which results in the above error.

The issue is discussed here:
http://www.mail-archive.com/sqlite-users@sqlite.org/msg70835.html

We only recommend sqlite 3.7.12 so there's not an issue here, but we
probably want to wait for 3.7.13.1.

Lieven
Received on 2012-08-12 22:55:34 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.