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