When trying to build the SQLite backend on Windows, there are a bunch of fatal build errors.
- line 573 of libsqlite_group.c, error C2143: syntax error : missing ';' before 'type'
- line 579 of libsqlite_group.c, error C2065: 'query_tab' : undeclared identifier
- line 579 of libsqlite_group.c, error C2109: subscript requires array or pointer type
- line 580 of libsqlite_group.c, error C2109: subscript requires array or pointer type
And four warnings:
- line 299 of libsqlite_group.c, warning C4244: '=' : conversion from 'double' to 'unsigned int', possible loss of data
- line 300 of libsqlite_group.c, warning C4244: '=' : conversion from 'double' to 'unsigned int', possible loss of data
- line 580 of libsqlite_group.c, warning C4047: 'function' : 'const char *' differs in levels of indirection from 'unsigned int'
- line 580 of libsqlite_group.c, warning C4024: 'sqlite3_mprintf' : different types for formal and actual parameter 1
Please don't close this ticket even if these issues are resolved, as I'm pretty certain there are other build errors which occur, but aren't shown in this initial round of errors. I'll update this ticket as appropriate with more information about other build errors.