%make gcc -g -O2 -o mkkeywordhash /home/dbastos/daxko/tmp/sqlite/bld/../tool/mkkeywordhash.c ./mkkeywordhash >keywordhash.h gcc -g -O2 -o lemon /home/dbastos/daxko/tmp/sqlite/bld/../tool/lemon.c cp /home/dbastos/daxko/tmp/sqlite/bld/../tool/lempar.c . cp /home/dbastos/daxko/tmp/sqlite/bld/../src/parse.y . ./lemon -S parse.y cat parse.h /home/dbastos/daxko/tmp/sqlite/bld/../src/vdbe.c | tclsh /home/dbastos/daxko/tmp/sqlite/bld/../tool/mkopcodeh.tcl >opcodes.h ./libtool --mode=compile --tag=CC gcc -g -O2 -DSQLITE_OS_UNIX=1 -I. -I/home/dbastos/daxko/tmp/sqlite/bld/../src -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/rtree -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/icu -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/fts3 -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/async -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/session -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/userauth -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_HAVE_ZLIB=1 -DSQLITE_TEMP_STORE=1 -c /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c libtool: compile: gcc -g -O2 -DSQLITE_OS_UNIX=1 -I. -I/home/dbastos/daxko/tmp/sqlite/bld/../src -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/rtree -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/icu -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/fts3 -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/async -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/session -I/home/dbastos/daxko/tmp/sqlite/bld/../ext/userauth -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_HAVE_ZLIB=1 -DSQLITE_TEMP_STORE=1 -c /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c -fPIC -DPIC -o .libs/alter.o In file included from /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:15:0: /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:754:9: error: unknown type name ‘sqlite_int64’ typedef sqlite_int64 i64; /* 8-byte signed integer */ ^~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:755:9: error: unknown type name ‘sqlite_uint64’ typedef sqlite_uint64 u64; /* 8-byte unsigned integer */ ^~~~~~~~~~~~~ In file included from /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1162:0, from /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:15: /home/dbastos/daxko/tmp/sqlite/bld/../src/btree.h:46:3: error: unknown type name ‘sqlite3_vfs’ sqlite3_vfs *pVfs, /* VFS to use with this b-tree */ ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/btree.h:48:3: error: unknown type name ‘sqlite3’ sqlite3 *db, /* Associated database connection */ ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/btree.h:69:39: error: unknown type name ‘sqlite3_int64’ int sqlite3BtreeSetMmapLimit(Btree*,sqlite3_int64); ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/btree.h:293:3: error: unknown type name ‘sqlite3_int64’ sqlite3_int64 nKey; /* Size of pKey for indexes. PRIMARY KEY for tabs */ ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/btree.h:295:3: error: unknown type name ‘sqlite3_value’ sqlite3_value *aMem; /* First of nMem value in the unpacked pKey */ ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/btree.h:317:1: error: unknown type name ‘sqlite3_int64’ sqlite3_int64 sqlite3BtreeMaxRecordSize(BtCursor*); ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/btree.h:319:34: error: unknown type name ‘sqlite3’ char *sqlite3BtreeIntegrityCheck(sqlite3*,Btree*,int*aRoot,int nRoot,int,int*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/btree.h:340:23: error: unknown type name ‘sqlite3’ int sqlite3BtreeCount(sqlite3*, BtCursor*, i64*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/btree.h:359:29: error: unknown type name ‘sqlite3’ void sqlite3BtreeEnterAll(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/btree.h:374:29: error: unknown type name ‘sqlite3’ void sqlite3BtreeLeaveAll(sqlite3*); ^~~~~~~ In file included from /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1163:0, from /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:15: /home/dbastos/daxko/tmp/sqlite/bld/../src/vdbe.h:55:5: error: unknown type name ‘sqlite3_context’ sqlite3_context *pCtx; /* Used when p4type is P4_FUNCCTX */ ^~~~~~~~~~~~~~~ In file included from /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1163:0, from /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:15: /home/dbastos/daxko/tmp/sqlite/bld/../src/vdbe.h:250:29: error: unknown type name ‘sqlite3’ void sqlite3VdbeClearObject(sqlite3*,Vdbe*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/vdbe.h:264:1: error: unknown type name ‘sqlite3’ sqlite3 *sqlite3VdbeDb(Vdbe*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/vdbe.h:273:1: error: unknown type name ‘sqlite3_value’; use ‘struct’ keyword to refer to the type sqlite3_value *sqlite3VdbeGetBoundValue(Vdbe*, int, u8); ^~~~~~~~~~~~~ struct /home/dbastos/daxko/tmp/sqlite/bld/../src/vdbe.h:292:24: error: unknown type name ‘sqlite3_context’; did you mean ‘sqliteHashNext’? int sqlite3NotPureFunc(sqlite3_context*); ^~~~~~~~~~~~~~~ sqliteHashNext In file included from /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1164:0, from /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:15: /home/dbastos/daxko/tmp/sqlite/bld/../src/pager.h:117:3: error: unknown type name ‘sqlite3_vfs’ sqlite3_vfs*, ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/pager.h:125:38: error: unknown type name ‘sqlite3’ int sqlite3PagerClose(Pager *pPager, sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/pager.h:134:40: error: unknown type name ‘sqlite3_int64’ void sqlite3PagerSetMmapLimit(Pager *, sqlite3_int64); ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/pager.h:142:1: error: unknown type name ‘sqlite3_backup’ sqlite3_backup **sqlite3PagerBackupPtr(Pager*); ^~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/pager.h:174:45: error: unknown type name ‘sqlite3’ int sqlite3PagerCheckpoint(Pager *pPager, sqlite3*, int, int*, int*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/pager.h:178:43: error: unknown type name ‘sqlite3’ int sqlite3PagerCloseWal(Pager *pPager, sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/pager.h:204:1: error: unknown type name ‘sqlite3_vfs’ sqlite3_vfs *sqlite3PagerVfs(Pager*); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/pager.h:205:1: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? sqlite3_file *sqlite3PagerFile(Pager*); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/pager.h:206:1: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? sqlite3_file *sqlite3PagerJrnlFile(Pager*); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/pager.h:212:23: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3SectorSize(sqlite3_file *); ^~~~~~~~~~~~ sqliteHashNext In file included from /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1165:0, from /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:15: /home/dbastos/daxko/tmp/sqlite/bld/../src/pcache.h:26:3: error: unknown type name ‘sqlite3_pcache_page’ sqlite3_pcache_page *pPage; /* Pcache object page handle */ ^~~~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/pcache.h:94:1: error: unknown type name ‘sqlite3_pcache_page’ sqlite3_pcache_page *sqlite3PcacheFetch(PCache*, Pgno, int createFlag); ^~~~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/pcache.h:95:45: error: unknown type name ‘sqlite3_pcache_page’ int sqlite3PcacheFetchStress(PCache*, Pgno, sqlite3_pcache_page**); ^~~~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/pcache.h:96:48: error: unknown type name ‘sqlite3_pcache_page’ PgHdr *sqlite3PcacheFetchFinish(PCache*, Pgno, sqlite3_pcache_page *pPage); ^~~~~~~~~~~~~~~~~~~ In file included from /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1166:0, from /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:15: /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:163:21: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? void sqlite3OsClose(sqlite3_file*); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:164:19: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsRead(sqlite3_file*, void*, int amt, i64 offset); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:165:20: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsWrite(sqlite3_file*, const void*, int amt, i64 offset); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:166:23: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsTruncate(sqlite3_file*, i64 size); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:167:19: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsSync(sqlite3_file*, int); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:168:23: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsFileSize(sqlite3_file*, i64 *pSize); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:169:19: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsLock(sqlite3_file*, int); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:170:21: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsUnlock(sqlite3_file*, int); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:171:32: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsCheckReservedLock(sqlite3_file *id, int *pResOut); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:172:26: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsFileControl(sqlite3_file*,int,void*); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:173:31: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? void sqlite3OsFileControlHint(sqlite3_file*,int,void*); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:175:25: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsSectorSize(sqlite3_file *id); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:176:36: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsDeviceCharacteristics(sqlite3_file *id); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:178:21: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:179:22: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsShmLock(sqlite3_file *id, int, int, int); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:180:26: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? void sqlite3OsShmBarrier(sqlite3_file *id); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:181:23: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsShmUnmap(sqlite3_file *id, int); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:183:20: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsFetch(sqlite3_file *id, i64, int, void **); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:184:22: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsUnfetch(sqlite3_file *, i64, void *); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:190:19: error: unknown type name ‘sqlite3_vfs’ int sqlite3OsOpen(sqlite3_vfs *, const char *, sqlite3_file*, int, int *); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:190:48: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsOpen(sqlite3_vfs *, const char *, sqlite3_file*, int, int *); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:191:21: error: unknown type name ‘sqlite3_vfs’ int sqlite3OsDelete(sqlite3_vfs *, const char *, int); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:192:21: error: unknown type name ‘sqlite3_vfs’ int sqlite3OsAccess(sqlite3_vfs *, const char *, int, int *pResOut); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:193:27: error: unknown type name ‘sqlite3_vfs’ int sqlite3OsFullPathname(sqlite3_vfs *, const char *, int, char *); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:195:23: error: unknown type name ‘sqlite3_vfs’ void *sqlite3OsDlOpen(sqlite3_vfs *, const char *); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:196:23: error: unknown type name ‘sqlite3_vfs’ void sqlite3OsDlError(sqlite3_vfs *, int, char *); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:197:23: error: unknown type name ‘sqlite3_vfs’ void (*sqlite3OsDlSym(sqlite3_vfs *, void *, const char *))(void); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:198:23: error: unknown type name ‘sqlite3_vfs’ void sqlite3OsDlClose(sqlite3_vfs *, void *); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:200:25: error: unknown type name ‘sqlite3_vfs’ int sqlite3OsRandomness(sqlite3_vfs *, int, char *); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:201:20: error: unknown type name ‘sqlite3_vfs’ int sqlite3OsSleep(sqlite3_vfs *, int); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:202:27: error: unknown type name ‘sqlite3_vfs’ int sqlite3OsGetLastError(sqlite3_vfs*); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:203:31: error: unknown type name ‘sqlite3_vfs’ int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:203:46: error: unknown type name ‘sqlite3_int64’ int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*); ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:209:25: error: unknown type name ‘sqlite3_vfs’ int sqlite3OsOpenMalloc(sqlite3_vfs *, const char *, sqlite3_file **, int,int*); ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:209:54: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? int sqlite3OsOpenMalloc(sqlite3_vfs *, const char *, sqlite3_file **, int,int*); ^~~~~~~~~~~~ sqliteHashNext /home/dbastos/daxko/tmp/sqlite/bld/../src/os.h:210:25: error: unknown type name ‘sqlite3_file’; did you mean ‘sqliteHashNext’? void sqlite3OsCloseFree(sqlite3_file *); ^~~~~~~~~~~~ sqliteHashNext In file included from /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1167:0, from /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:15: /home/dbastos/daxko/tmp/sqlite/bld/../src/mutex.h:70:24: error: unknown type name ‘sqlite3_mutex’; did you mean ‘sqliteHashNext’? int sqlite3_mutex_held(sqlite3_mutex*); ^~~~~~~~~~~~~ sqliteHashNext In file included from /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:15:0: /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1422:3: error: unknown type name ‘sqlite3_vfs’ sqlite3_vfs *pVfs; /* OS Interface */ ^~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1425:3: error: unknown type name ‘sqlite3_mutex’ sqlite3_mutex *mutex; /* Connection mutex */ ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1273:25: error: ‘SQLITE_LIMIT_WORKER_THREADS’ undeclared here (not in a function); did you mean ‘SQLITE_MAX_WORKER_THREADS’? #define SQLITE_N_LIMIT (SQLITE_LIMIT_WORKER_THREADS+1) ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1455:14: note: in expansion of macro ‘SQLITE_N_LIMIT’ int aLimit[SQLITE_N_LIMIT]; /* Limits */ ^~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1484:62: error: unknown type name ‘sqlite_int64’; did you mean ‘sqlite3_xauth’? void (*xUpdateCallback)(void*,int, const char*,const char*,sqlite_int64); ^~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1494:31: error: unknown type name ‘sqlite3’ int (*xWalCallback)(void *, sqlite3 *, const char *, int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1497:28: error: unknown type name ‘sqlite3’ void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1498:30: error: unknown type name ‘sqlite3’ void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1500:3: error: unknown type name ‘sqlite3_value’ sqlite3_value *pErr; /* Most recent error message */ ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1698:18: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? void (*xSFunc)(sqlite3_context*,int,sqlite3_value**); /* func or agg-step */ ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1698:39: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? void (*xSFunc)(sqlite3_context*,int,sqlite3_value**); /* func or agg-step */ ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1699:21: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? void (*xFinalize)(sqlite3_context*); /* Agg finalizer */ ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1700:18: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? void (*xValue)(sqlite3_context*); /* Current agg value */ ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1701:20: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? void (*xInverse)(sqlite3_context*,int,sqlite3_value**); /* inverse agg-step */ ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1701:41: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? void (*xInverse)(sqlite3_context*,int,sqlite3_value**); /* inverse agg-step */ ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1905:9: error: unknown type name ‘sqlite3_module’ const sqlite3_module *pModule; /* Callback pointers */ ^~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:2065:3: error: unknown type name ‘sqlite3’ sqlite3 *db; /* Database connection associated with this table */ ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:2067:3: error: unknown type name ‘sqlite3_vtab’ sqlite3_vtab *pVtab; /* Pointer to vtab instance */ ^~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:2283:3: error: unknown type name ‘sqlite3’ sqlite3 *db; /* The database connection */ ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3266:3: error: unknown type name ‘sqlite3’ sqlite3 *db; /* The main database structure */ ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3555:3: error: unknown type name ‘sqlite3’ sqlite3 *db; /* Optional database for lookaside. Can be NULL */ ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3575:3: error: unknown type name ‘sqlite3’ sqlite3 *db; /* The database being initialized */ ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3606:3: error: unknown type name ‘sqlite3_mem_methods’ sqlite3_mem_methods m; /* Low-level memory allocation interface */ ^~~~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3607:3: error: unknown type name ‘sqlite3_mutex_methods’ sqlite3_mutex_methods mutex; /* Low-level mutex interface */ ^~~~~~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3608:3: error: unknown type name ‘sqlite3_pcache_methods2’ sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */ ^~~~~~~~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3612:3: error: unknown type name ‘sqlite3_int64’ sqlite3_int64 szMmap; /* mmap() space per open file */ ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3613:3: error: unknown type name ‘sqlite3_int64’ sqlite3_int64 mxMmap; /* Maximum value for szMmap */ ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3628:3: error: unknown type name ‘sqlite3_mutex’ sqlite3_mutex *pInitMutex; /* Mutex used by sqlite3_initialize() */ ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3805:26: error: unknown type name ‘sqlite3’ void sqlite3WindowDelete(sqlite3*, Window*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3807:30: error: unknown type name ‘sqlite3’ void sqlite3WindowListDelete(sqlite3 *db, Window *p); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3817:26: error: unknown type name ‘sqlite3’ Window *sqlite3WindowDup(sqlite3 *db, Expr *pOwner, Window *p); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3818:30: error: unknown type name ‘sqlite3’ Window *sqlite3WindowListDup(sqlite3 *db, Window *p); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3933:27: error: unknown type name ‘sqlite3’ void *sqlite3DbMallocZero(sqlite3*, u64); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3934:26: error: unknown type name ‘sqlite3’ void *sqlite3DbMallocRaw(sqlite3*, u64); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3935:28: error: unknown type name ‘sqlite3’ void *sqlite3DbMallocRawNN(sqlite3*, u64); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3936:23: error: unknown type name ‘sqlite3’ char *sqlite3DbStrDup(sqlite3*,const char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3937:24: error: unknown type name ‘sqlite3’ char *sqlite3DbStrNDup(sqlite3*,const char*, u64); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3938:24: error: unknown type name ‘sqlite3’ char *sqlite3DbSpanDup(sqlite3*,const char*,const char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3940:30: error: unknown type name ‘sqlite3’ void *sqlite3DbReallocOrFree(sqlite3 *, void *, u64); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3941:24: error: unknown type name ‘sqlite3’ void *sqlite3DbRealloc(sqlite3 *, void *, u64); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3942:20: error: unknown type name ‘sqlite3’ void sqlite3DbFree(sqlite3*, void*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3943:22: error: unknown type name ‘sqlite3’ void sqlite3DbFreeNN(sqlite3*, void*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3945:25: error: unknown type name ‘sqlite3’ int sqlite3DbMallocSize(sqlite3*, void*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3985:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ sqlite3_mutex_methods const *sqlite3DefaultMutex(void); ^~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3986:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ sqlite3_mutex_methods const *sqlite3NoopMutex(void); ^~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3987:3: error: unknown type name ‘sqlite3_mutex’; did you mean ‘sqlite3_xauth’? sqlite3_mutex *sqlite3MutexAlloc(int); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3997:1: error: unknown type name ‘sqlite3_int64’; did you mean ‘sqlite3_xauth’? sqlite3_int64 sqlite3StatusValue(int); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4001:26: error: unknown type name ‘sqlite3’ int sqlite3LookasideUsed(sqlite3*,int*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4004:1: error: unknown type name ‘sqlite3_mutex’; did you mean ‘sqlite3_xauth’? sqlite3_mutex *sqlite3Pcache1Mutex(void); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4005:1: error: unknown type name ‘sqlite3_mutex’; did you mean ‘sqlite3_xauth’? sqlite3_mutex *sqlite3MallocMutex(void); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4030:3: error: unknown type name ‘sqlite3_value’ sqlite3_value **apArg; /* The argument values */ ^~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4033:22: error: unknown type name ‘sqlite3’ char *sqlite3MPrintf(sqlite3*,const char*, ...); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4034:23: error: unknown type name ‘sqlite3’ char *sqlite3VMPrintf(sqlite3*,const char*, va_list); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4056:32: error: unknown type name ‘sqlite3’ void sqlite3SetString(char **, sqlite3*, const char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4058:26: error: unknown type name ‘sqlite3’ int sqlite3ErrorToParser(sqlite3*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4073:24: error: unknown type name ‘sqlite3’ Expr *sqlite3ExprAlloc(sqlite3*,int,const Token*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4074:19: error: unknown type name ‘sqlite3’ Expr *sqlite3Expr(sqlite3*,int,const char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4075:32: error: unknown type name ‘sqlite3’ void sqlite3ExprAttachSubtrees(sqlite3*,Expr*,Expr*,Expr*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4083:24: error: unknown type name ‘sqlite3’ void sqlite3ExprDelete(sqlite3*, Expr*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4090:28: error: unknown type name ‘sqlite3’ void sqlite3ExprListDelete(sqlite3*, ExprList*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4093:17: error: unknown type name ‘sqlite3’ int sqlite3Init(sqlite3*, char**); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4095:20: error: unknown type name ‘sqlite3’ int sqlite3InitOne(sqlite3*, int, char**, u32); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4098:35: error: unknown type name ‘sqlite3’ Module *sqlite3PragmaVtabRegister(sqlite3*,const char *zName); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4100:41: error: unknown type name ‘sqlite3’ void sqlite3ResetAllSchemasOfConnection(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4101:28: error: unknown type name ‘sqlite3’ void sqlite3ResetOneSchema(sqlite3*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4102:35: error: unknown type name ‘sqlite3’ void sqlite3CollapseDatabaseArray(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4103:35: error: unknown type name ‘sqlite3’ void sqlite3CommitInternalChanges(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4104:31: error: unknown type name ‘sqlite3’ void sqlite3DeleteColumnNames(sqlite3*,Table*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4133:21: error: unknown type name ‘sqlite3_vfs’; did you mean ‘sqlite3_xauth’? sqlite3_vfs**,char**,char **); ^~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4135:29: error: unknown type name ‘sqlite3’ Btree *sqlite3DbNameToBtree(sqlite3*,const char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4154:27: error: unknown type name ‘sqlite3’ RowSet *sqlite3RowSetInit(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4174:25: error: unknown type name ‘sqlite3’ void sqlite3DeleteTable(sqlite3*, Table*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4175:23: error: unknown type name ‘sqlite3’ void sqlite3FreeIndex(sqlite3*, Index*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4187:28: error: unknown type name ‘sqlite3’ void *sqlite3ArrayAllocate(sqlite3*,void*,int,int*,int*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4199:26: error: unknown type name ‘sqlite3’ void sqlite3IdListDelete(sqlite3*, IdList*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4200:27: error: unknown type name ‘sqlite3’ void sqlite3SrcListDelete(sqlite3*, SrcList*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4201:35: error: unknown type name ‘sqlite3’ Index *sqlite3AllocateIndexObject(sqlite3*,i16,int,char**); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4208:26: error: unknown type name ‘sqlite3’ void sqlite3SelectDelete(sqlite3*, Select*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4254:25: error: unknown type name ‘sqlite3’ Table *sqlite3FindTable(sqlite3*,const char*, const char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4259:25: error: unknown type name ‘sqlite3’ Index *sqlite3FindIndex(sqlite3*,const char*, const char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4260:34: error: unknown type name ‘sqlite3’ void sqlite3UnlinkAndDeleteTable(sqlite3*,int,const char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4261:34: error: unknown type name ‘sqlite3’ void sqlite3UnlinkAndDeleteIndex(sqlite3*,int,const char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4263:30: error: unknown type name ‘sqlite3’ int sqlite3RunVacuum(char**, sqlite3*, int, sqlite3_value*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4263:45: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? int sqlite3RunVacuum(char**, sqlite3*, int, sqlite3_value*); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4264:28: error: unknown type name ‘sqlite3’ char *sqlite3NameFromToken(sqlite3*, Token*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4279:25: error: unknown type name ‘sqlite3’ void sqlite3RollbackAll(sqlite3*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4285:29: error: unknown type name ‘sqlite3’ void sqlite3CloseSavepoints(sqlite3 *); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4286:38: error: unknown type name ‘sqlite3’ void sqlite3LeaveMutexAndCloseZombie(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4323:22: error: unknown type name ‘sqlite3’ Expr *sqlite3ExprDup(sqlite3*,Expr*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4324:30: error: unknown type name ‘sqlite3’ ExprList *sqlite3ExprListDup(sqlite3*,ExprList*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4325:28: error: unknown type name ‘sqlite3’ SrcList *sqlite3SrcListDup(sqlite3*,SrcList*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4326:26: error: unknown type name ‘sqlite3’ IdList *sqlite3IdListDup(sqlite3*,IdList*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4327:26: error: unknown type name ‘sqlite3’ Select *sqlite3SelectDup(sqlite3*,Select*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4330:30: error: unknown type name ‘sqlite3’ FuncDef *sqlite3FindFunction(sqlite3*,const char*,int,u8,u8); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4333:51: error: unknown type name ‘sqlite3’ void sqlite3RegisterPerConnectionBuiltinFunctions(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4334:26: error: unknown type name ‘sqlite3’ int sqlite3SafetyCheckOk(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4335:32: error: unknown type name ‘sqlite3’ int sqlite3SafetyCheckSickOrOk(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4354:33: error: unknown type name ‘sqlite3’ void sqlite3DeleteTriggerStep(sqlite3*, TriggerStep*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4355:41: error: unknown type name ‘sqlite3’ TriggerStep *sqlite3TriggerSelectStep(sqlite3*,Select*, ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4364:29: error: unknown type name ‘sqlite3’ void sqlite3DeleteTrigger(sqlite3*, Trigger*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4365:38: error: unknown type name ‘sqlite3’ void sqlite3UnlinkAndDeleteTrigger(sqlite3*,int,const char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4398:22: error: unknown type name ‘sqlite3’ int sqlite3DbIsNamed(sqlite3 *db, int iDb, const char *zName); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4407:33: error: unknown type name ‘sqlite3_int64’; did you mean ‘sqlite3_xauth’? int sqlite3RealSameAsInt(double,sqlite3_int64); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4426:24: error: unknown type name ‘sqlite3’ VList *sqlite3VListAdd(sqlite3*,VList*,const char*,int,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4456:37: error: unknown type name ‘sqlite3’ const char *sqlite3IndexAffinityStr(sqlite3*, Index*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4464:26: error: unknown type name ‘sqlite3’ void sqlite3ErrorWithMsg(sqlite3*, int, const char*,...); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4465:19: error: unknown type name ‘sqlite3’ void sqlite3Error(sqlite3*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4466:25: error: unknown type name ‘sqlite3’ void sqlite3SystemError(sqlite3*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4467:24: error: unknown type name ‘sqlite3’ void *sqlite3HexToBlob(sqlite3*, const char *z, int n); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4481:29: error: unknown type name ‘sqlite3’ CollSeq *sqlite3FindCollSeq(sqlite3*,u8 enc, const char*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4484:29: error: unknown type name ‘sqlite3’ void sqlite3SetTextEncoding(sqlite3 *db, u8); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4493:27: error: unknown type name ‘sqlite3’ int sqlite3WritableSchema(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4495:28: error: unknown type name ‘sqlite3’ void sqlite3VdbeSetChanges(sqlite3 *, int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4507:30: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? const void *sqlite3ValueText(sqlite3_value*, u8); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4508:23: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? int sqlite3ValueBytes(sqlite3_value*, u8); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4509:25: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? void sqlite3ValueSetStr(sqlite3_value*, int, const void *,u8, ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4511:26: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? void sqlite3ValueSetNull(sqlite3_value*); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4512:23: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? void sqlite3ValueFree(sqlite3_value*); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4514:27: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? void sqlite3ResultIntReal(sqlite3_context*); ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4516:1: error: unknown type name ‘sqlite3_value’; use ‘struct’ keyword to refer to the type sqlite3_value *sqlite3ValueNew(sqlite3 *); ^~~~~~~~~~~~~ struct /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4516:32: error: unknown type name ‘sqlite3’ sqlite3_value *sqlite3ValueNew(sqlite3 *); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4518:23: error: unknown type name ‘sqlite3’ char *sqlite3Utf16to8(sqlite3 *, const void*, int, u8); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4520:26: error: unknown type name ‘sqlite3’ int sqlite3ValueFromExpr(sqlite3 *, Expr *, u8, u8, sqlite3_value **); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4520:53: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? int sqlite3ValueFromExpr(sqlite3 *, Expr *, u8, u8, sqlite3_value **); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4521:32: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? void sqlite3ValueApplyAffinity(sqlite3_value *, u8, u8); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4536:27: error: unknown type name ‘sqlite3’ void sqlite3RootPageMoved(sqlite3*, int, int, int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4543:38: error: unknown type name ‘sqlite3’ void sqlite3ExpirePreparedStatements(sqlite3*, int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4570:44: error: unknown type name ‘sqlite3_file’; did you mean ‘sqlite3_xauth’? int sqlite3InvokeBusyHandler(BusyHandler*, sqlite3_file*); ^~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4571:19: error: unknown type name ‘sqlite3’ int sqlite3FindDb(sqlite3*, Token*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4572:23: error: unknown type name ‘sqlite3’ int sqlite3FindDbName(sqlite3 *, const char *); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4573:25: error: unknown type name ‘sqlite3’ int sqlite3AnalysisLoad(sqlite3*,int iDB); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4574:32: error: unknown type name ‘sqlite3’ void sqlite3DeleteIndexSamples(sqlite3*,Index*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4576:35: error: unknown type name ‘sqlite3’ void sqlite3RegisterLikeFunctions(sqlite3*, int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4577:27: error: unknown type name ‘sqlite3’ int sqlite3IsLikeFunction(sqlite3*,Expr*,int*,char*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4579:26: error: unknown type name ‘sqlite3’ Schema *sqlite3SchemaGet(sqlite3 *, Btree *); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4580:26: error: unknown type name ‘sqlite3’ int sqlite3SchemaToIndex(sqlite3 *db, Schema *); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4581:30: error: unknown type name ‘sqlite3’ KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4591:23: error: unknown type name ‘sqlite3’ int sqlite3CreateFunc(sqlite3 *, const char *, int, int, void *, ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4592:12: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? void (*)(sqlite3_context*,int,sqlite3_value **), ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4592:33: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? void (*)(sqlite3_context*,int,sqlite3_value **), ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4593:3: error: expected ‘;’, ‘,’ or ‘)’ before ‘void’ void (*)(sqlite3_context*,int,sqlite3_value **), ^~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4600:22: error: unknown type name ‘sqlite3’ void sqlite3OomFault(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4601:22: error: unknown type name ‘sqlite3’ void sqlite3OomClear(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4602:20: error: unknown type name ‘sqlite3’ int sqlite3ApiExit(sqlite3 *db, int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4605:37: error: unknown type name ‘sqlite3’ void sqlite3StrAccumInit(StrAccum*, sqlite3*, char*, int, int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4608:31: error: unknown type name ‘sqlite3’ Expr *sqlite3CreateColumnExpr(sqlite3 *, SrcList *, int, int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4610:27: error: unknown type name ‘sqlite3_backup’; did you mean ‘sqlite3_xauth’? void sqlite3BackupRestart(sqlite3_backup *); ^~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4611:26: error: unknown type name ‘sqlite3_backup’; did you mean ‘sqlite3_xauth’? void sqlite3BackupUpdate(sqlite3_backup *, Pgno, const u8 *); ^~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4641:32: error: unknown type name ‘sqlite3’ void sqlite3AutoLoadExtensions(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4643:31: error: unknown type name ‘sqlite3’ void sqlite3CloseExtensions(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4671:26: error: unknown type name ‘sqlite3’ void sqlite3VtabClear(sqlite3 *db, Table*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4672:31: error: unknown type name ‘sqlite3’ void sqlite3VtabDisconnect(sqlite3 *db, Table *p); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4673:24: error: unknown type name ‘sqlite3’ int sqlite3VtabSync(sqlite3 *db, Vdbe*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4674:28: error: unknown type name ‘sqlite3’ int sqlite3VtabRollback(sqlite3 *db); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4675:26: error: unknown type name ‘sqlite3’ int sqlite3VtabCommit(sqlite3 *db); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4678:32: error: unknown type name ‘sqlite3’ void sqlite3VtabModuleUnref(sqlite3*,Module*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4679:31: error: unknown type name ‘sqlite3’ void sqlite3VtabUnlockList(sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4680:29: error: unknown type name ‘sqlite3’ int sqlite3VtabSavepoint(sqlite3 *, int, int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4681:40: error: unknown type name ‘sqlite3_vtab’; did you mean ‘sqlite3_xauth’? void sqlite3VtabImportErrmsg(Vdbe*, sqlite3_vtab*); ^~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4682:29: error: unknown type name ‘sqlite3’ VTable *sqlite3GetVTable(sqlite3*, Table*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4684:6: error: unknown type name ‘sqlite3’ sqlite3*, ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4686:12: error: unknown type name ‘sqlite3_module’ const sqlite3_module*, ^~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4692:33: error: unknown type name ‘sqlite3’ int sqlite3ReadOnlyShadowTables(sqlite3 *db); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4694:30: error: unknown type name ‘sqlite3’ int sqlite3ShadowTableName(sqlite3 *db, const char *zName); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4699:37: error: unknown type name ‘sqlite3’ void sqlite3VtabEponymousTableClear(sqlite3*,Module*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4705:27: error: unknown type name ‘sqlite3’ int sqlite3VtabCallCreate(sqlite3*, int, const char *, char **); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4707:28: error: unknown type name ‘sqlite3’ int sqlite3VtabCallDestroy(sqlite3*, int, const char *); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4708:22: error: unknown type name ‘sqlite3’ int sqlite3VtabBegin(sqlite3 *, VTable *); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4709:38: error: unknown type name ‘sqlite3’ FuncDef *sqlite3VtabOverloadFunction(sqlite3 *,FuncDef*, int nArg, Expr*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4710:1: error: unknown type name ‘sqlite3_int64’; did you mean ‘sqlite3_xauth’? sqlite3_int64 sqlite3StmtCurrentTime(sqlite3_context*); ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4710:38: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? sqlite3_int64 sqlite3StmtCurrentTime(sqlite3_context*); ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4712:29: error: unknown type name ‘sqlite3_stmt’; did you mean ‘sqlite3_xauth’? int sqlite3TransferBindings(sqlite3_stmt *, sqlite3_stmt *); ^~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4712:45: error: unknown type name ‘sqlite3_stmt’; did you mean ‘sqlite3_xauth’? int sqlite3TransferBindings(sqlite3_stmt *, sqlite3_stmt *); ^~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4721:31: error: unknown type name ‘sqlite3’ int sqlite3TempInMemory(const sqlite3*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4724:25: error: unknown type name ‘sqlite3’ int sqlite3Checkpoint(sqlite3*, int, int, int*, int*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4725:35: error: unknown type name ‘sqlite3’ int sqlite3WalDefaultHook(void*,sqlite3*,const char*,int); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4729:26: error: unknown type name ‘sqlite3’ void sqlite3WithDelete(sqlite3*,With*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4736:28: error: unknown type name ‘sqlite3’ Upsert *sqlite3UpsertNew(sqlite3*,ExprList*,Expr*,ExprList*,Expr*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4737:28: error: unknown type name ‘sqlite3’ void sqlite3UpsertDelete(sqlite3*,Upsert*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4738:28: error: unknown type name ‘sqlite3’ Upsert *sqlite3UpsertDup(sqlite3*,Upsert*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4771:24: error: unknown type name ‘sqlite3’ void sqlite3FkDelete(sqlite3 *, Table*); ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4814:24: error: unknown type name ‘sqlite3_vfs’; did you mean ‘sqlite3_xauth’? int sqlite3JournalOpen(sqlite3_vfs *, const char *, sqlite3_file *, int, int); ^~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4814:53: error: unknown type name ‘sqlite3_file’; did you mean ‘sqlite3_xauth’? int sqlite3JournalOpen(sqlite3_vfs *, const char *, sqlite3_file *, int, int); ^~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4815:24: error: unknown type name ‘sqlite3_vfs’; did you mean ‘sqlite3_xauth’? int sqlite3JournalSize(sqlite3_vfs *); ^~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4821:30: error: unknown type name ‘sqlite3_file’; did you mean ‘sqlite3_xauth’? int sqlite3JournalIsInMemory(sqlite3_file *p); ^~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:4822:28: error: unknown type name ‘sqlite3_file’; did you mean ‘sqlite3_xauth’? void sqlite3MemJournalOpen(sqlite3_file *); ^~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: In function ‘isAlterableTable’: /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:3927:25: warning: implicit declaration of function ‘sqlite3_strnicmp’; did you mean ‘sqlite3StrICmp’? [-Wimplicit-function-declaration] #define sqlite3StrNICmp sqlite3_strnicmp ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:32:10: note: in expansion of macro ‘sqlite3StrNICmp’ if( 0==sqlite3StrNICmp(pTab->zName, "sqlite_", 7) ^~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:35:12: warning: implicit declaration of function ‘sqlite3ReadOnlyShadowTables’; did you mean ‘sqlite3CodeDropTable’? [-Wimplicit-function-declaration] && sqlite3ReadOnlyShadowTables(pParse->db) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sqlite3CodeDropTable /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: In function ‘sqlite3AlterRenameTable’: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:101:3: error: unknown type name ‘sqlite3’; use ‘struct’ keyword to refer to the type sqlite3 *db = pParse->db; /* Database connection */ ^~~~~~~ struct /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:108:20: error: request for member ‘mDbFlags’ in something not a structure or union savedDbFlags = db->mDbFlags; ^~ In file included from /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:15:0: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:109:15: error: request for member ‘mallocFailed’ in something not a structure or union if( NEVER(db->mallocFailed) ) goto exit_rename_table; ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:446:26: note: in definition of macro ‘NEVER’ # define NEVER(X) (X) ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:115:9: warning: implicit declaration of function ‘sqlite3SchemaToIndex’; did you mean ‘sqlite3CreateIndex’? [-Wimplicit-function-declaration] iDb = sqlite3SchemaToIndex(pParse->db, pTab->pSchema); ^~~~~~~~~~~~~~~~~~~~ sqlite3CreateIndex /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:116:11: error: request for member ‘aDb’ in something not a structure or union zDb = db->aDb[iDb].zDbSName; ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:117:5: error: request for member ‘mDbFlags’ in something not a structure or union db->mDbFlags |= DBFLAG_PreferBuiltin; ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:120:11: warning: implicit declaration of function ‘sqlite3NameFromToken’; did you mean ‘sqlite3GetToken’? [-Wimplicit-function-declaration] zName = sqlite3NameFromToken(db, pName); ^~~~~~~~~~~~~~~~~~~~ sqlite3GetToken /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:120:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] zName = sqlite3NameFromToken(db, pName); ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:126:7: warning: implicit declaration of function ‘sqlite3FindTable’; did you mean ‘sqlite3EndTable’? [-Wimplicit-function-declaration] if( sqlite3FindTable(db, zName, zDb) || sqlite3FindIndex(db, zName, zDb) ){ ^~~~~~~~~~~~~~~~ sqlite3EndTable /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:126:43: warning: implicit declaration of function ‘sqlite3FindIndex’; did you mean ‘sqlite3FindInIndex’? [-Wimplicit-function-declaration] if( sqlite3FindTable(db, zName, zDb) || sqlite3FindIndex(db, zName, zDb) ){ ^~~~~~~~~~~~~~~~ sqlite3FindInIndex /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:135:7: error: ‘SQLITE_OK’ undeclared (first use in this function); did you mean ‘SQLITE_WSD’? if( SQLITE_OK!=isAlterableTable(pParse, pTab) ){ ^~~~~~~~~ SQLITE_WSD /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:135:7: note: each undeclared identifier is reported only once for each function it appears in /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:151:32: error: ‘SQLITE_ALTER_TABLE’ undeclared (first use in this function); did you mean ‘SQLITE_AFF_REAL’? if( sqlite3AuthCheck(pParse, SQLITE_ALTER_TABLE, zDb, pTab->zName, 0) ){ ^~~~~~~~~~~~~~~~~~ SQLITE_AFF_REAL /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:161:13: warning: implicit declaration of function ‘sqlite3GetVTable’; did you mean ‘sqlite3GetVdbe’? [-Wimplicit-function-declaration] pVTab = sqlite3GetVTable(db, pTab); ^~~~~~~~~~~~~~~~ sqlite3GetVdbe /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:161:11: warning: assignment makes pointer from integer without a cast [-Wint-conversion] pVTab = sqlite3GetVTable(db, pTab); ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:162:21: error: request for member ‘pModule’ in something not a structure or union if( pVTab->pVtab->pModule->xRename==0 ){ ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:253:3: warning: implicit declaration of function ‘sqlite3SrcListDelete’; did you mean ‘sqlite3SrcListAppend’? [-Wimplicit-function-declaration] sqlite3SrcListDelete(db, pSrc); ^~~~~~~~~~~~~~~~~~~~ sqlite3SrcListAppend /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:254:3: warning: implicit declaration of function ‘sqlite3DbFree’; did you mean ‘sqlite3PageFree’? [-Wimplicit-function-declaration] sqlite3DbFree(db, zName); ^~~~~~~~~~~~~ sqlite3PageFree /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:255:5: error: request for member ‘mDbFlags’ in something not a structure or union db->mDbFlags = savedDbFlags; ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: In function ‘sqlite3AlterFinishAddColumn’: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:275:3: error: unknown type name ‘sqlite3’; use ‘struct’ keyword to refer to the type sqlite3 *db; /* The database connection; */ ^~~~~~~ struct /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:280:25: error: request for member ‘mallocFailed’ in something not a structure or union if( pParse->nErr || db->mallocFailed ) return; ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:286:11: error: request for member ‘aDb’ in something not a structure or union zDb = db->aDb[iDb].zDbSName; ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:290:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] pTab = sqlite3FindTable(db, zTab, zDb); ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:295:32: error: ‘SQLITE_ALTER_TABLE’ undeclared (first use in this function); did you mean ‘SQLITE_AFF_REAL’? if( sqlite3AuthCheck(pParse, SQLITE_ALTER_TABLE, zDb, pTab->zName, 0) ){ ^~~~~~~~~~~~~~~~~~ SQLITE_AFF_REAL /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:322:12: error: request for member ‘flags’ in something not a structure or union if( (db->flags&SQLITE_ForeignKeys) && pNew->pFKey && pDflt ){ ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:337:7: error: unknown type name ‘sqlite3_value’; use ‘struct’ keyword to refer to the type sqlite3_value *pVal = 0; ^~~~~~~~~~~~~ struct /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:339:12: warning: implicit declaration of function ‘sqlite3ValueFromExpr’; did you mean ‘sqlite3WalkSelectExpr’? [-Wimplicit-function-declaration] rc = sqlite3ValueFromExpr(db, pDflt, SQLITE_UTF8, SQLITE_AFF_BLOB, &pVal); ^~~~~~~~~~~~~~~~~~~~ sqlite3WalkSelectExpr /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:339:44: error: ‘SQLITE_UTF8’ undeclared (first use in this function); did you mean ‘SQLITE_WSD’? rc = sqlite3ValueFromExpr(db, pDflt, SQLITE_UTF8, SQLITE_AFF_BLOB, &pVal); ^~~~~~~~~~~ SQLITE_WSD /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:341:15: error: ‘SQLITE_OK’ undeclared (first use in this function); did you mean ‘SQLITE_WSD’? if( rc!=SQLITE_OK ){ ^~~~~~~~~ SQLITE_WSD /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:349:7: warning: implicit declaration of function ‘sqlite3ValueFree’; did you mean ‘sqlite3PageFree’? [-Wimplicit-function-declaration] sqlite3ValueFree(pVal); ^~~~~~~~~~~~~~~~ sqlite3PageFree /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:358:10: warning: implicit declaration of function ‘sqlite3DbStrNDup’; did you mean ‘sqlite3StrICmp’? [-Wimplicit-function-declaration] zCol = sqlite3DbStrNDup(db, (char*)pColDef->z, pColDef->n); ^~~~~~~~~~~~~~~~ sqlite3StrICmp /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:358:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] zCol = sqlite3DbStrNDup(db, (char*)pColDef->z, pColDef->n); ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:361:26: error: request for member ‘mDbFlags’ in something not a structure or union u32 savedDbFlags = db->mDbFlags; ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:365:7: error: request for member ‘mDbFlags’ in something not a structure or union db->mDbFlags |= DBFLAG_PreferBuiltin; ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:374:7: error: request for member ‘mDbFlags’ in something not a structure or union db->mDbFlags = savedDbFlags; ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: In function ‘sqlite3AlterBeginAddColumn’: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:418:3: error: unknown type name ‘sqlite3’; use ‘struct’ keyword to refer to the type sqlite3 *db = pParse->db; ^~~~~~~ struct /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:423:9: error: request for member ‘mallocFailed’ in something not a structure or union if( db->mallocFailed ) goto exit_begin_add_column; ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:439:7: error: ‘SQLITE_OK’ undeclared (first use in this function); did you mean ‘SQLITE_WSD’? if( SQLITE_OK!=isAlterableTable(pParse, pTab) ){ ^~~~~~~~~ SQLITE_WSD /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:454:18: warning: implicit declaration of function ‘sqlite3DbMallocZero’; did you mean ‘sqlite3MallocZero’? [-Wimplicit-function-declaration] pNew = (Table*)sqlite3DbMallocZero(db, sizeof(Table)); ^~~~~~~~~~~~~~~~~~~ sqlite3MallocZero /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:454:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pNew = (Table*)sqlite3DbMallocZero(db, sizeof(Table)); ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:462:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pNew->aCol = (Column*)sqlite3DbMallocZero(db, sizeof(Column)*nAlloc); ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:463:17: warning: implicit declaration of function ‘sqlite3MPrintf’; did you mean ‘sqlite3MulInt64’? [-Wimplicit-function-declaration] pNew->zName = sqlite3MPrintf(db, "sqlite_altertab_%s", pTab->zName); ^~~~~~~~~~~~~~ sqlite3MulInt64 /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:463:15: warning: assignment makes pointer from integer without a cast [-Wint-conversion] pNew->zName = sqlite3MPrintf(db, "sqlite_altertab_%s", pTab->zName); ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:471:19: warning: implicit declaration of function ‘sqlite3DbStrDup’; did you mean ‘sqlite3StrICmp’? [-Wimplicit-function-declaration] pCol->zName = sqlite3DbStrDup(db, pCol->zName); ^~~~~~~~~~~~~~~ sqlite3StrICmp /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:471:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion] pCol->zName = sqlite3DbStrDup(db, pCol->zName); ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:475:21: error: request for member ‘aDb’ in something not a structure or union pNew->pSchema = db->aDb[iDb].pSchema; ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: In function ‘sqlite3AlterRenameColumn’: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:528:3: error: unknown type name ‘sqlite3’; use ‘struct’ keyword to refer to the type sqlite3 *db = pParse->db; /* Database connection */ ^~~~~~~ struct /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:542:7: error: ‘SQLITE_OK’ undeclared (first use in this function); did you mean ‘SQLITE_WSD’? if( SQLITE_OK!=isAlterableTable(pParse, pTab) ) goto exit_rename_column; ^~~~~~~~~ SQLITE_WSD /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:548:11: error: request for member ‘aDb’ in something not a structure or union zDb = db->aDb[iSchema].zDbSName; ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:552:32: error: ‘SQLITE_ALTER_TABLE’ undeclared (first use in this function); did you mean ‘SQLITE_AFF_REAL’? if( sqlite3AuthCheck(pParse, SQLITE_ALTER_TABLE, zDb, pTab->zName, 0) ){ ^~~~~~~~~~~~~~~~~~ SQLITE_AFF_REAL /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:559:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] zOld = sqlite3NameFromToken(db, pOld); ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:574:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] zNew = sqlite3NameFromToken(db, pNew); ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: In function ‘sqlite3RenameTokenMap’: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:701:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion] pNew = sqlite3DbMallocZero(pParse->db, sizeof(RenameToken)); ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: At top level: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:824:29: error: unknown type name ‘sqlite3’ static void renameTokenFree(sqlite3 *db, RenameToken *pToken){ ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:921:3: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? sqlite3_context *pCtx, ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:923:3: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? sqlite3_value *pType, ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:924:3: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? sqlite3_value *pObject, ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: In function ‘renameColumnElistNames’: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:957:14: warning: implicit declaration of function ‘sqlite3_stricmp’; did you mean ‘sqlite3StrICmp’? [-Wimplicit-function-declaration] && 0==sqlite3_stricmp(zName, zOld) ^~~~~~~~~~~~~~~ sqlite3StrICmp /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: At top level: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:994:3: error: unknown type name ‘sqlite3’ sqlite3 *db, /* Database handle */ ^~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1047:3: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? sqlite3_context *pCtx, /* Return result here */ ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: In function ‘renameResolveTrigger’: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1129:3: error: unknown type name ‘sqlite3’; use ‘struct’ keyword to refer to the type sqlite3 *db = pParse->db; ^~~~~~~ struct /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1133:12: error: ‘SQLITE_OK’ undeclared (first use in this function); did you mean ‘SQLITE_WSD’? int rc = SQLITE_OK; ^~~~~~~~~ SQLITE_WSD /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1139:9: error: request for member ‘aDb’ in something not a structure or union db->aDb[sqlite3SchemaToIndex(db, pNew->pTabSchema)].zDbSName ^~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1161:14: error: ‘SQLITE_ERROR’ undeclared (first use in this function); did you mean ‘SQLITE_OK’? rc = SQLITE_ERROR; ^~~~~~~~~~~~ SQLITE_OK /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: In function ‘renameParseCleanup’: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1232:3: error: unknown type name ‘sqlite3’; use ‘struct’ keyword to refer to the type sqlite3 *db = pParse->db; ^~~~~~~ struct /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1237:3: warning: implicit declaration of function ‘sqlite3DeleteTable’; did you mean ‘sqlite3LocateTable’? [-Wimplicit-function-declaration] sqlite3DeleteTable(db, pParse->pNewTable); ^~~~~~~~~~~~~~~~~~ sqlite3LocateTable /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1240:5: warning: implicit declaration of function ‘sqlite3FreeIndex’; did you mean ‘sqlite3DropIndex’? [-Wimplicit-function-declaration] sqlite3FreeIndex(db, pIdx); ^~~~~~~~~~~~~~~~ sqlite3DropIndex /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1242:3: warning: implicit declaration of function ‘sqlite3DeleteTrigger’; did you mean ‘sqlite3DropTrigger’? [-Wimplicit-function-declaration] sqlite3DeleteTrigger(db, pParse->pNewTrigger); ^~~~~~~~~~~~~~~~~~~~ sqlite3DropTrigger /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1244:3: warning: implicit declaration of function ‘renameTokenFree’; did you mean ‘renameTokenFind’? [-Wimplicit-function-declaration] renameTokenFree(db, pParse->pRename); ^~~~~~~~~~~~~~~ renameTokenFind /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: At top level: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1272:3: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? sqlite3_context *context, ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1274:3: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? sqlite3_value **argv ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1484:3: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? sqlite3_context *context, ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1486:3: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? sqlite3_value **argv ^~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1641:3: error: unknown type name ‘sqlite3_context’; did you mean ‘sqlite3_xauth’? sqlite3_context *context, ^~~~~~~~~~~~~~~ sqlite3_xauth /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1643:3: error: unknown type name ‘sqlite3_value’; did you mean ‘sqlite3_xauth’? sqlite3_value **argv ^~~~~~~~~~~~~ sqlite3_xauth In file included from /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:15:0: /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c: In function ‘sqlite3AlterFunctions’: /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1873:31: error: ‘SQLITE_UTF8’ undeclared (first use in this function); did you mean ‘SQLITE_WSD’? {nArg, SQLITE_FUNC_INTERNAL|SQLITE_UTF8|SQLITE_FUNC_CONSTANT, \ ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:48: error: ‘renameColumnFunc’ undeclared (first use in this function); did you mean ‘renameColumnExprCb’? INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:10: note: in definition of macro ‘INTERNAL_FUNCTION’ 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:20: warning: excess elements in struct initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:20: note: (near initialization for ‘aAlterTableFuncs[0]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:23: warning: excess elements in struct initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:23: note: (near initialization for ‘aAlterTableFuncs[0]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:64: warning: excess elements in struct initializer INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:27: note: in definition of macro ‘INTERNAL_FUNCTION’ 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:64: note: (near initialization for ‘aAlterTableFuncs[0]’) INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:27: note: in definition of macro ‘INTERNAL_FUNCTION’ 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: error: extra brace group at end of initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: note: (near initialization for ‘aAlterTableFuncs[0]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: warning: excess elements in struct initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: note: (near initialization for ‘aAlterTableFuncs[0]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1698:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_column, 9, renameColumnFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1699:48: error: ‘renameTableFunc’ undeclared (first use in this function); did you mean ‘renameColumnFunc’? INTERNAL_FUNCTION(sqlite_rename_table, 7, renameTableFunc), ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:10: note: in definition of macro ‘INTERNAL_FUNCTION’ 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:20: warning: excess elements in struct initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1699:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_table, 7, renameTableFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:20: note: (near initialization for ‘aAlterTableFuncs[1]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1699:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_table, 7, renameTableFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:23: warning: excess elements in struct initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1699:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_table, 7, renameTableFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:23: note: (near initialization for ‘aAlterTableFuncs[1]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1699:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_table, 7, renameTableFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1699:63: warning: excess elements in struct initializer INTERNAL_FUNCTION(sqlite_rename_table, 7, renameTableFunc), ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:27: note: in definition of macro ‘INTERNAL_FUNCTION’ 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1699:63: note: (near initialization for ‘aAlterTableFuncs[1]’) INTERNAL_FUNCTION(sqlite_rename_table, 7, renameTableFunc), ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:27: note: in definition of macro ‘INTERNAL_FUNCTION’ 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: error: extra brace group at end of initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1699:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_table, 7, renameTableFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: note: (near initialization for ‘aAlterTableFuncs[1]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1699:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_table, 7, renameTableFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: warning: excess elements in struct initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1699:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_table, 7, renameTableFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: note: (near initialization for ‘aAlterTableFuncs[1]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1699:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_table, 7, renameTableFunc), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1700:48: error: ‘renameTableTest’ undeclared (first use in this function); did you mean ‘renameTableFunc’? INTERNAL_FUNCTION(sqlite_rename_test, 5, renameTableTest), ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:10: note: in definition of macro ‘INTERNAL_FUNCTION’ 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:20: warning: excess elements in struct initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1700:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_test, 5, renameTableTest), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:20: note: (near initialization for ‘aAlterTableFuncs[2]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1700:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_test, 5, renameTableTest), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:23: warning: excess elements in struct initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1700:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_test, 5, renameTableTest), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:23: note: (near initialization for ‘aAlterTableFuncs[2]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1700:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_test, 5, renameTableTest), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1700:63: warning: excess elements in struct initializer INTERNAL_FUNCTION(sqlite_rename_test, 5, renameTableTest), ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:27: note: in definition of macro ‘INTERNAL_FUNCTION’ 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1700:63: note: (near initialization for ‘aAlterTableFuncs[2]’) INTERNAL_FUNCTION(sqlite_rename_test, 5, renameTableTest), ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:27: note: in definition of macro ‘INTERNAL_FUNCTION’ 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: error: extra brace group at end of initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1700:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_test, 5, renameTableTest), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: note: (near initialization for ‘aAlterTableFuncs[2]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1700:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_test, 5, renameTableTest), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: warning: excess elements in struct initializer 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1700:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_test, 5, renameTableTest), ^~~~~~~~~~~~~~~~~ /home/dbastos/daxko/tmp/sqlite/bld/../src/sqliteInt.h:1874:34: note: (near initialization for ‘aAlterTableFuncs[2]’) 0, 0, xFunc, 0, 0, 0, #zName, {0} } ^ /home/dbastos/daxko/tmp/sqlite/bld/../src/alter.c:1700:5: note: in expansion of macro ‘INTERNAL_FUNCTION’ INTERNAL_FUNCTION(sqlite_rename_test, 5, renameTableTest), ^~~~~~~~~~~~~~~~~ Makefile:798: recipe for target 'alter.lo' failed make: *** [alter.lo] Error 1