mwild1 / luadbi

Multi-backend SQL database library for Lua
MIT License
38 stars 14 forks source link

Don't break SQLite 3.6.20 as shipped in RHEL/CentOS 6 #57

Closed robert-scheck closed 4 years ago

robert-scheck commented 4 years ago
BUILDSTDERR: dbd/sqlite3/connection.c: In function 'dbd_sqlite3_connection':
BUILDSTDERR: dbd/sqlite3/connection.c:266: warning: missing braces around initializer
BUILDSTDERR: dbd/sqlite3/connection.c:266: warning: (near initialization for 'sqlite3_constants[0]')
BUILDSTDERR: dbd/sqlite3/connection.c:269: error: 'SQLITE_OPEN_URI' undeclared (first use in this function)
BUILDSTDERR: dbd/sqlite3/connection.c:269: error: (Each undeclared identifier is reported only once
BUILDSTDERR: dbd/sqlite3/connection.c:269: error: for each function it appears in.)
BUILDSTDERR: dbd/sqlite3/connection.c:270: error: 'SQLITE_OPEN_MEMORY' undeclared (first use in this function)
BUILDSTDERR: make: *** [build/dbd_sqlite3_connection.o] Error 1
mwild1 commented 4 years ago

Thanks!