sqlite3 install fails [was Re: "sudo port install git-core +svn" fails]

Kieran Kelleher kieran_lists at mac.com
Sat Sep 6 04:21:20 PDT 2008


sqlite3 seems to be the problem install ... here is debug output when  
trying to install that ...... any comments on how to resolve this?

kieranmacpro:~ kieran$ sudo port -d install sqlite3
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3
DEBUG: Changing to port directory: /opt/local/var/macports/sources/ 
rsync.macports.org/release/ports/databases/sqlite3
DEBUG: Requested variant darwin is not provided by port sqlite3.
DEBUG: Requested variant i386 is not provided by port sqlite3.
DEBUG: Requested variant macosx is not provided by port sqlite3.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/readline
DEBUG: Changing to port directory: /opt/local/var/macports/sources/ 
rsync.macports.org/release/ports/devel/readline
DEBUG: Requested variant i386 is not provided by port readline.
DEBUG: Requested variant macosx is not provided by port readline.
DEBUG: Executing variant darwin provides darwin
DEBUG: Searching for dependency: readline
DEBUG: Found Dependency: receipt exists for readline
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/gawk
DEBUG: Changing to port directory: /opt/local/var/macports/sources/ 
rsync.macports.org/release/ports/lang/gawk
DEBUG: Requested variant darwin is not provided by port gawk.
DEBUG: Requested variant i386 is not provided by port gawk.
DEBUG: Requested variant macosx is not provided by port gawk.
DEBUG: Searching for dependency: gawk
DEBUG: Found Dependency: receipt exists for gawk
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gmake
DEBUG: Changing to port directory: /opt/local/var/macports/sources/ 
rsync.macports.org/release/ports/devel/gmake
DEBUG: Requested variant darwin is not provided by port gmake.
DEBUG: Requested variant i386 is not provided by port gmake.
DEBUG: Requested variant macosx is not provided by port gmake.
DEBUG: Searching for dependency: gmake
DEBUG: Found Dependency: receipt exists for gmake
DEBUG: Skipping completed org.macports.main (sqlite3)
DEBUG: Skipping completed org.macports.fetch (sqlite3)
DEBUG: Skipping completed org.macports.checksum (sqlite3)
DEBUG: Skipping completed org.macports.extract (sqlite3)
DEBUG: Skipping completed org.macports.patch (sqlite3)
DEBUG: Skipping completed org.macports.configure (sqlite3)
--->  Building sqlite3 with target all
DEBUG: Executing org.macports.build (sqlite3)
DEBUG: Environment:
DEBUG: port allows a parallel build
DEBUG: port allows a parallel build
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ 
_opt_local_var_macports_sources_rsync 
.macports.org_release_ports_databases_sqlite3/work/sqlite-3.6.2" &&  
gnumake all'
./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0  -I/opt/local/ 
include  -O2 -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H - 
DNDEBUG   -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 - 
DSQLITE_OMIT_LOAD_EXTENSION=1  -c sqlite3.c
libtool: compile:  /usr/bin/gcc-4.0 -I/opt/local/include -O2 - 
DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG - 
DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 - 
DSQLITE_OMIT_LOAD_EXTENSION=1 -c sqlite3.c  -fno-common -DPIC -o .libs/ 
sqlite3.o
sqlite3.c: In function 'sqlite3_soft_heap_limit':
sqlite3.c:15343: warning: 'sqlite3_memory_alarm' is deprecated  
(declared at sqlite3.c:4435)
sqlite3.c:15345: warning: 'sqlite3_memory_alarm' is deprecated  
(declared at sqlite3.c:4435)
sqlite3.c: In function 'sqlite3ValueFromExpr':
sqlite3.c:41068: error: 'TK_STRING' undeclared (first use in this  
function)
sqlite3.c:41068: error: (Each undeclared identifier is reported only  
once
sqlite3.c:41068: error: for each function it appears in.)
sqlite3.c:41068: error: 'TK_FLOAT' undeclared (first use in this  
function)
sqlite3.c:41068: error: 'TK_INTEGER' undeclared (first use in this  
function)
sqlite3.c:41079: error: 'TK_UMINUS' undeclared (first use in this  
function)
sqlite3.c:41086: error: 'TK_BLOB' undeclared (first use in this  
function)
sqlite3.c: In function 'resolveP2Values':
sqlite3.c:41420: error: 'OP_Function' undeclared (first use in this  
function)
sqlite3.c:41420: error: 'OP_AggStep' undeclared (first use in this  
function)
sqlite3.c:41423: error: 'OP_VUpdate' undeclared (first use in this  
function)
sqlite3.c:41427: error: 'OP_Halt' undeclared (first use in this  
function)
sqlite3.c:41431: error: 'OP_Statement' undeclared (first use in this  
function)
sqlite3.c:41433: error: 'OP_Destroy' undeclared (first use in this  
function)
sqlite3.c:41436: error: 'OP_VRename' undeclared (first use in this  
function)
sqlite3.c:41438: error: 'OP_VFilter' undeclared (first use in this  
function)
sqlite3.c:41447: error: 'OPFLG_JUMP' undeclared (first use in this  
function)
sqlite3.c:41465: error: 'OP_Noop' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3VdbeAddOpList':
sqlite3.c:41502: error: 'OPFLG_JUMP' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3VdbeChangeToNoop':
sqlite3.c:41634: error: 'OP_Noop' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3VdbeList':
sqlite3.c:41974: error: 'OP_Explain' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3VdbeHalt':
sqlite3.c:42696: error: 'OP_Transaction' undeclared (first use in this  
function)
sqlite3.c:42699: error: 'OP_Statement' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3Step':
sqlite3.c:44117: error: 'OP_Trace' undeclared (first use in this  
function)
sqlite3.c: In function 'createVarMap':
sqlite3.c:44804: error: 'OP_Variable' undeclared (first use in this  
function)
sqlite3.c: At top level:
sqlite3.c:45084: error: 'OPFLG_INITIALIZER' undeclared here (not in a  
function)
sqlite3.c: In function 'allocateCursor':
sqlite3.c:45134: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:45134: warning: comparison between pointer and integer
sqlite3.c:45134: error: 'OP_OpenEphemeral' undeclared (first use in  
this function)
sqlite3.c:45134: warning: comparison between pointer and integer
sqlite3.c: In function 'sqlite3VdbeExec':
sqlite3.c:45659: error: 'OPFLG_OUT2_PRERELEASE' undeclared (first use  
in this function)
sqlite3.c:45659: error: invalid operands to binary &
sqlite3.c:45678: error: 'OPFLG_IN1' undeclared (first use in this  
function)
sqlite3.c:45678: error: invalid operands to binary &
sqlite3.c:45683: error: 'OPFLG_IN2' undeclared (first use in this  
function)
sqlite3.c:45683: error: invalid operands to binary &
sqlite3.c:45688: error: 'OPFLG_OUT3' undeclared (first use in this  
function)
sqlite3.c:45688: error: invalid operands to binary &
sqlite3.c:45693: error: 'OPFLG_IN3' undeclared (first use in this  
function)
sqlite3.c:45693: error: invalid operands to binary &
sqlite3.c:45699: error: invalid operands to binary &
sqlite3.c:45704: error: invalid operands to binary &
sqlite3.c:45755: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:45755: warning: case label value exceeds maximum value for  
type
sqlite3.c:45766: error: 'OP_Gosub' undeclared (first use in this  
function)
sqlite3.c:45766: warning: case label value exceeds maximum value for  
type
sqlite3.c:45782: error: 'OP_Return' undeclared (first use in this  
function)
sqlite3.c:45782: warning: case label value exceeds maximum value for  
type
sqlite3.c:45792: error: 'OP_Yield' undeclared (first use in this  
function)
sqlite3.c:45792: warning: case label value exceeds maximum value for  
type
sqlite3.c:45826: error: 'OP_Halt' undeclared (first use in this  
function)
sqlite3.c:45826: warning: case label value exceeds maximum value for  
type
sqlite3.c:45847: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:45847: warning: case label value exceeds maximum value for  
type
sqlite3.c:45858: error: 'OP_Int64' undeclared (first use in this  
function)
sqlite3.c:45858: warning: case label value exceeds maximum value for  
type
sqlite3.c:45870: error: 'OP_Real' undeclared (first use in this  
function)
sqlite3.c:45870: warning: case label value exceeds maximum value for  
type
sqlite3.c:45882: error: 'OP_String8' undeclared (first use in this  
function)
sqlite3.c:45882: warning: case label value exceeds maximum value for  
type
sqlite3.c:45884: error: 'OP_String' undeclared (first use in this  
function)
sqlite3.c:45918: warning: case label value exceeds maximum value for  
type
sqlite3.c:45932: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:45932: warning: case label value exceeds maximum value for  
type
sqlite3.c:45947: error: 'OP_Blob' undeclared (first use in this  
function)
sqlite3.c:45947: warning: case label value exceeds maximum value for  
type
sqlite3.c:45965: error: 'OP_Variable' undeclared (first use in this  
function)
sqlite3.c:45965: warning: case label value exceeds maximum value for  
type
sqlite3.c:45986: error: 'OP_Move' undeclared (first use in this  
function)
sqlite3.c:45986: warning: case label value exceeds maximum value for  
type
sqlite3.c:46018: error: 'OP_Copy' undeclared (first use in this  
function)
sqlite3.c:46018: warning: case label value exceeds maximum value for  
type
sqlite3.c:46044: error: 'OP_SCopy' undeclared (first use in this  
function)
sqlite3.c:46044: warning: case label value exceeds maximum value for  
type
sqlite3.c:46066: error: 'OP_ResultRow' undeclared (first use in this  
function)
sqlite3.c:46066: warning: case label value exceeds maximum value for  
type
sqlite3.c:46108: error: 'OP_Concat' undeclared (first use in this  
function)
sqlite3.c:46108: warning: case label value exceeds maximum value for  
type
sqlite3.c:46174: error: 'OP_Add' undeclared (first use in this function)
sqlite3.c:46174: warning: case label value exceeds maximum value for  
type
sqlite3.c:46175: error: 'OP_Subtract' undeclared (first use in this  
function)
sqlite3.c:46175: warning: case label value exceeds maximum value for  
type
sqlite3.c:46176: error: 'OP_Multiply' undeclared (first use in this  
function)
sqlite3.c:46176: warning: case label value exceeds maximum value for  
type
sqlite3.c:46177: error: 'OP_Divide' undeclared (first use in this  
function)
sqlite3.c:46177: warning: case label value exceeds maximum value for  
type
sqlite3.c:46178: error: 'OP_Remainder' undeclared (first use in this  
function)
sqlite3.c:46178: warning: case label value exceeds maximum value for  
type
sqlite3.c:46189: warning: case label value exceeds maximum value for  
type
sqlite3.c:46190: warning: case label value exceeds maximum value for  
type
sqlite3.c:46191: warning: case label value exceeds maximum value for  
type
sqlite3.c:46192: warning: case label value exceeds maximum value for  
type
sqlite3.c:46219: warning: case label value exceeds maximum value for  
type
sqlite3.c:46220: warning: case label value exceeds maximum value for  
type
sqlite3.c:46221: warning: case label value exceeds maximum value for  
type
sqlite3.c:46222: warning: case label value exceeds maximum value for  
type
sqlite3.c:46263: error: 'OP_CollSeq' undeclared (first use in this  
function)
sqlite3.c:46263: warning: case label value exceeds maximum value for  
type
sqlite3.c:46284: error: 'OP_Function' undeclared (first use in this  
function)
sqlite3.c:46284: warning: case label value exceeds maximum value for  
type
sqlite3.c:46405: error: 'OP_BitAnd' undeclared (first use in this  
function)
sqlite3.c:46405: warning: case label value exceeds maximum value for  
type
sqlite3.c:46406: error: 'OP_BitOr' undeclared (first use in this  
function)
sqlite3.c:46406: warning: case label value exceeds maximum value for  
type
sqlite3.c:46407: error: 'OP_ShiftLeft' undeclared (first use in this  
function)
sqlite3.c:46407: warning: case label value exceeds maximum value for  
type
sqlite3.c:46408: error: 'OP_ShiftRight' undeclared (first use in this  
function)
sqlite3.c:46408: warning: case label value exceeds maximum value for  
type
sqlite3.c:46418: warning: case label value exceeds maximum value for  
type
sqlite3.c:46419: warning: case label value exceeds maximum value for  
type
sqlite3.c:46420: warning: case label value exceeds maximum value for  
type
sqlite3.c:46436: error: 'OP_AddImm' undeclared (first use in this  
function)
sqlite3.c:46436: warning: case label value exceeds maximum value for  
type
sqlite3.c:46452: error: 'OP_ForceInt' undeclared (first use in this  
function)
sqlite3.c:46452: warning: case label value exceeds maximum value for  
type
sqlite3.c:46479: error: 'OP_MustBeInt' undeclared (first use in this  
function)
sqlite3.c:46479: warning: case label value exceeds maximum value for  
type
sqlite3.c:46503: error: 'OP_RealAffinity' undeclared (first use in  
this function)
sqlite3.c:46503: warning: case label value exceeds maximum value for  
type
sqlite3.c:46520: error: 'OP_ToText' undeclared (first use in this  
function)
sqlite3.c:46520: warning: case label value exceeds maximum value for  
type
sqlite3.c:46541: error: 'OP_ToBlob' undeclared (first use in this  
function)
sqlite3.c:46541: warning: case label value exceeds maximum value for  
type
sqlite3.c:46562: error: 'OP_ToNumeric' undeclared (first use in this  
function)
sqlite3.c:46562: warning: case label value exceeds maximum value for  
type
sqlite3.c:46579: error: 'OP_ToInt' undeclared (first use in this  
function)
sqlite3.c:46579: warning: case label value exceeds maximum value for  
type
sqlite3.c:46596: error: 'OP_ToReal' undeclared (first use in this  
function)
sqlite3.c:46596: warning: case label value exceeds maximum value for  
type
sqlite3.c:46664: error: 'OP_Eq' undeclared (first use in this function)
sqlite3.c:46664: warning: case label value exceeds maximum value for  
type
sqlite3.c:46665: error: 'OP_Ne' undeclared (first use in this function)
sqlite3.c:46665: warning: case label value exceeds maximum value for  
type
sqlite3.c:46666: error: 'OP_Lt' undeclared (first use in this function)
sqlite3.c:46666: warning: case label value exceeds maximum value for  
type
sqlite3.c:46667: error: 'OP_Le' undeclared (first use in this function)
sqlite3.c:46667: warning: case label value exceeds maximum value for  
type
sqlite3.c:46668: error: 'OP_Gt' undeclared (first use in this function)
sqlite3.c:46668: warning: case label value exceeds maximum value for  
type
sqlite3.c:46669: error: 'OP_Ge' undeclared (first use in this function)
sqlite3.c:46669: warning: case label value exceeds maximum value for  
type
sqlite3.c:46701: warning: case label value exceeds maximum value for  
type
sqlite3.c:46702: warning: case label value exceeds maximum value for  
type
sqlite3.c:46703: warning: case label value exceeds maximum value for  
type
sqlite3.c:46704: warning: case label value exceeds maximum value for  
type
sqlite3.c:46705: warning: case label value exceeds maximum value for  
type
sqlite3.c:46729: error: 'OP_Permutation' undeclared (first use in this  
function)
sqlite3.c:46729: warning: case label value exceeds maximum value for  
type
sqlite3.c:46750: error: 'OP_Compare' undeclared (first use in this  
function)
sqlite3.c:46750: warning: case label value exceeds maximum value for  
type
sqlite3.c:46785: error: 'OP_Jump' undeclared (first use in this  
function)
sqlite3.c:46785: warning: case label value exceeds maximum value for  
type
sqlite3.c:46814: error: 'OP_And' undeclared (first use in this function)
sqlite3.c:46814: warning: case label value exceeds maximum value for  
type
sqlite3.c:46815: error: 'OP_Or' undeclared (first use in this function)
sqlite3.c:46815: warning: case label value exceeds maximum value for  
type
sqlite3.c:46828: warning: comparison between pointer and integer
sqlite3.c:46850: error: 'OP_Not' undeclared (first use in this function)
sqlite3.c:46850: warning: case label value exceeds maximum value for  
type
sqlite3.c:46864: error: 'OP_BitNot' undeclared (first use in this  
function)
sqlite3.c:46864: warning: case label value exceeds maximum value for  
type
sqlite3.c:46884: error: 'OP_If' undeclared (first use in this function)
sqlite3.c:46884: warning: case label value exceeds maximum value for  
type
sqlite3.c:46885: error: 'OP_IfNot' undeclared (first use in this  
function)
sqlite3.c:46885: warning: case label value exceeds maximum value for  
type
sqlite3.c:46895: warning: comparison between pointer and integer
sqlite3.c:46909: error: 'OP_IsNull' undeclared (first use in this  
function)
sqlite3.c:46909: warning: case label value exceeds maximum value for  
type
sqlite3.c:46926: error: 'OP_NotNull' undeclared (first use in this  
function)
sqlite3.c:46926: warning: case label value exceeds maximum value for  
type
sqlite3.c:46949: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:46949: warning: case label value exceeds maximum value for  
type
sqlite3.c:46970: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:46970: warning: case label value exceeds maximum value for  
type
sqlite3.c:47210: error: 'OP_Affinity' undeclared (first use in this  
function)
sqlite3.c:47210: warning: case label value exceeds maximum value for  
type
sqlite3.c:47241: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:47241: warning: case label value exceeds maximum value for  
type
sqlite3.c:47373: error: 'OP_Statement' undeclared (first use in this  
function)
sqlite3.c:47373: warning: case label value exceeds maximum value for  
type
sqlite3.c:47398: error: 'OP_AutoCommit' undeclared (first use in this  
function)
sqlite3.c:47398: warning: case label value exceeds maximum value for  
type
sqlite3.c:47468: error: 'OP_Transaction' undeclared (first use in this  
function)
sqlite3.c:47468: warning: case label value exceeds maximum value for  
type
sqlite3.c:47507: error: 'OP_ReadCookie' undeclared (first use in this  
function)
sqlite3.c:47507: warning: case label value exceeds maximum value for  
type
sqlite3.c:47544: error: 'OP_SetCookie' undeclared (first use in this  
function)
sqlite3.c:47544: warning: case label value exceeds maximum value for  
type
sqlite3.c:47586: error: 'OP_VerifyCookie' undeclared (first use in  
this function)
sqlite3.c:47586: warning: case label value exceeds maximum value for  
type
sqlite3.c:47668: error: 'OP_OpenRead' undeclared (first use in this  
function)
sqlite3.c:47668: warning: case label value exceeds maximum value for  
type
sqlite3.c:47669: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:47669: warning: case label value exceeds maximum value for  
type
sqlite3.c:47683: warning: comparison between pointer and integer
sqlite3.c:47773: error: 'OP_OpenEphemeral' undeclared (first use in  
this function)
sqlite3.c:47773: warning: case label value exceeds maximum value for  
type
sqlite3.c:47839: error: 'OP_OpenPseudo' undeclared (first use in this  
function)
sqlite3.c:47839: warning: case label value exceeds maximum value for  
type
sqlite3.c:47858: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:47858: warning: case label value exceeds maximum value for  
type
sqlite3.c:47925: error: 'OP_MoveLt' undeclared (first use in this  
function)
sqlite3.c:47925: warning: case label value exceeds maximum value for  
type
sqlite3.c:47926: error: 'OP_MoveLe' undeclared (first use in this  
function)
sqlite3.c:47926: warning: case label value exceeds maximum value for  
type
sqlite3.c:47927: error: 'OP_MoveGe' undeclared (first use in this  
function)
sqlite3.c:47927: warning: case label value exceeds maximum value for  
type
sqlite3.c:47928: error: 'OP_MoveGt' undeclared (first use in this  
function)
sqlite3.c:47928: warning: case label value exceeds maximum value for  
type
sqlite3.c:47961: warning: comparison between pointer and integer
sqlite3.c:47961: warning: comparison between pointer and integer
sqlite3.c:47978: warning: comparison between pointer and integer
sqlite3.c:47978: warning: comparison between pointer and integer
sqlite3.c:48043: error: 'OP_NotFound' undeclared (first use in this  
function)
sqlite3.c:48043: warning: case label value exceeds maximum value for  
type
sqlite3.c:48044: error: 'OP_Found' undeclared (first use in this  
function)
sqlite3.c:48044: warning: case label value exceeds maximum value for  
type
sqlite3.c:48061: warning: comparison between pointer and integer
sqlite3.c:48073: warning: comparison between pointer and integer
sqlite3.c:48101: error: 'OP_IsUnique' undeclared (first use in this  
function)
sqlite3.c:48101: warning: case label value exceeds maximum value for  
type
sqlite3.c:48198: error: 'OP_NotExists' undeclared (first use in this  
function)
sqlite3.c:48198: warning: case label value exceeds maximum value for  
type
sqlite3.c:48242: error: 'OP_Sequence' undeclared (first use in this  
function)
sqlite3.c:48242: warning: case label value exceeds maximum value for  
type
sqlite3.c:48266: error: 'OP_NewRowid' undeclared (first use in this  
function)
sqlite3.c:48266: warning: case label value exceeds maximum value for  
type
sqlite3.c:48431: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:48431: warning: case label value exceeds maximum value for  
type
sqlite3.c:48528: error: 'OP_Delete' undeclared (first use in this  
function)
sqlite3.c:48528: warning: case label value exceeds maximum value for  
type
sqlite3.c:48571: error: 'OP_ResetCount' undeclared (first use in this  
function)
sqlite3.c:48571: warning: case label value exceeds maximum value for  
type
sqlite3.c:48599: error: 'OP_RowKey' undeclared (first use in this  
function)
sqlite3.c:48599: warning: case label value exceeds maximum value for  
type
sqlite3.c:48600: error: 'OP_RowData' undeclared (first use in this  
function)
sqlite3.c:48600: warning: case label value exceeds maximum value for  
type
sqlite3.c:48654: error: 'OP_Rowid' undeclared (first use in this  
function)
sqlite3.c:48654: warning: case label value exceeds maximum value for  
type
sqlite3.c:48687: error: 'OP_NullRow' undeclared (first use in this  
function)
sqlite3.c:48687: warning: case label value exceeds maximum value for  
type
sqlite3.c:48707: error: 'OP_Last' undeclared (first use in this  
function)
sqlite3.c:48707: warning: case label value exceeds maximum value for  
type
sqlite3.c:48741: error: 'OP_Sort' undeclared (first use in this  
function)
sqlite3.c:48741: warning: case label value exceeds maximum value for  
type
sqlite3.c:48756: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:48756: warning: case label value exceeds maximum value for  
type
sqlite3.c:48801: error: 'OP_Prev' undeclared (first use in this  
function)
sqlite3.c:48801: warning: case label value exceeds maximum value for  
type
sqlite3.c:48802: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:48802: warning: case label value exceeds maximum value for  
type
sqlite3.c:48817: warning: comparison between pointer and integer
sqlite3.c:48843: error: 'OP_IdxInsert' undeclared (first use in this  
function)
sqlite3.c:48843: warning: case label value exceeds maximum value for  
type
sqlite3.c:48870: error: 'OP_IdxDelete' undeclared (first use in this  
function)
sqlite3.c:48870: warning: case label value exceeds maximum value for  
type
sqlite3.c:48903: error: 'OP_IdxRowid' undeclared (first use in this  
function)
sqlite3.c:48903: warning: case label value exceeds maximum value for  
type
sqlite3.c:48953: error: 'OP_IdxLT' undeclared (first use in this  
function)
sqlite3.c:48953: warning: case label value exceeds maximum value for  
type
sqlite3.c:48954: error: 'OP_IdxGE' undeclared (first use in this  
function)
sqlite3.c:48954: warning: case label value exceeds maximum value for  
type
sqlite3.c:48975: warning: comparison between pointer and integer
sqlite3.c:49008: error: 'OP_Destroy' undeclared (first use in this  
function)
sqlite3.c:49008: warning: case label value exceeds maximum value for  
type
sqlite3.c:49053: error: 'OP_Clear' undeclared (first use in this  
function)
sqlite3.c:49053: warning: case label value exceeds maximum value for  
type
sqlite3.c:49081: error: 'OP_CreateIndex' undeclared (first use in this  
function)
sqlite3.c:49081: warning: case label value exceeds maximum value for  
type
sqlite3.c:49082: error: 'OP_CreateTable' undeclared (first use in this  
function)
sqlite3.c:49082: warning: case label value exceeds maximum value for  
type
sqlite3.c:49090: warning: comparison between pointer and integer
sqlite3.c:49116: error: 'OP_ParseSchema' undeclared (first use in this  
function)
sqlite3.c:49116: warning: case label value exceeds maximum value for  
type
sqlite3.c:49157: error: 'OP_LoadAnalysis' undeclared (first use in  
this function)
sqlite3.c:49157: warning: case label value exceeds maximum value for  
type
sqlite3.c:49172: error: 'OP_DropTable' undeclared (first use in this  
function)
sqlite3.c:49172: warning: case label value exceeds maximum value for  
type
sqlite3.c:49184: error: 'OP_DropIndex' undeclared (first use in this  
function)
sqlite3.c:49184: warning: case label value exceeds maximum value for  
type
sqlite3.c:49196: error: 'OP_DropTrigger' undeclared (first use in this  
function)
sqlite3.c:49196: warning: case label value exceeds maximum value for  
type
sqlite3.c:49223: error: 'OP_IntegrityCk' undeclared (first use in this  
function)
sqlite3.c:49223: warning: case label value exceeds maximum value for  
type
sqlite3.c:49268: error: 'OP_FifoWrite' undeclared (first use in this  
function)
sqlite3.c:49268: warning: case label value exceeds maximum value for  
type
sqlite3.c:49283: error: 'OP_FifoRead' undeclared (first use in this  
function)
sqlite3.c:49283: warning: case label value exceeds maximum value for  
type
sqlite3.c:49301: error: 'OP_ContextPush' undeclared (first use in this  
function)
sqlite3.c:49301: warning: case label value exceeds maximum value for  
type
sqlite3.c:49327: error: 'OP_ContextPop' undeclared (first use in this  
function)
sqlite3.c:49327: warning: case label value exceeds maximum value for  
type
sqlite3.c:49347: error: 'OP_MemMax' undeclared (first use in this  
function)
sqlite3.c:49347: warning: case label value exceeds maximum value for  
type
sqlite3.c:49364: error: 'OP_IfPos' undeclared (first use in this  
function)
sqlite3.c:49364: warning: case label value exceeds maximum value for  
type
sqlite3.c:49379: error: 'OP_IfNeg' undeclared (first use in this  
function)
sqlite3.c:49379: warning: case label value exceeds maximum value for  
type
sqlite3.c:49394: error: 'OP_IfZero' undeclared (first use in this  
function)
sqlite3.c:49394: warning: case label value exceeds maximum value for  
type
sqlite3.c:49412: error: 'OP_AggStep' undeclared (first use in this  
function)
sqlite3.c:49412: warning: case label value exceeds maximum value for  
type
sqlite3.c:49465: error: 'OP_AggFinal' undeclared (first use in this  
function)
sqlite3.c:49465: warning: case label value exceeds maximum value for  
type
sqlite3.c:49490: error: 'OP_Vacuum' undeclared (first use in this  
function)
sqlite3.c:49490: warning: case label value exceeds maximum value for  
type
sqlite3.c:49505: error: 'OP_IncrVacuum' undeclared (first use in this  
function)
sqlite3.c:49505: warning: case label value exceeds maximum value for  
type
sqlite3.c:49529: error: 'OP_Expire' undeclared (first use in this  
function)
sqlite3.c:49529: warning: case label value exceeds maximum value for  
type
sqlite3.c:49553: error: 'OP_TableLock' undeclared (first use in this  
function)
sqlite3.c:49553: warning: case label value exceeds maximum value for  
type
sqlite3.c:49578: error: 'OP_VBegin' undeclared (first use in this  
function)
sqlite3.c:49578: warning: case label value exceeds maximum value for  
type
sqlite3.c:49596: error: 'OP_VCreate' undeclared (first use in this  
function)
sqlite3.c:49596: warning: case label value exceeds maximum value for  
type
sqlite3.c:49608: error: 'OP_VDestroy' undeclared (first use in this  
function)
sqlite3.c:49608: warning: case label value exceeds maximum value for  
type
sqlite3.c:49623: error: 'OP_VOpen' undeclared (first use in this  
function)
sqlite3.c:49623: warning: case label value exceeds maximum value for  
type
sqlite3.c:49674: error: 'OP_VFilter' undeclared (first use in this  
function)
sqlite3.c:49674: warning: case label value exceeds maximum value for  
type
sqlite3.c:49736: error: 'OP_VRowid' undeclared (first use in this  
function)
sqlite3.c:49736: warning: case label value exceeds maximum value for  
type
sqlite3.c:49768: error: 'OP_VColumn' undeclared (first use in this  
function)
sqlite3.c:49768: warning: case label value exceeds maximum value for  
type
sqlite3.c:49827: error: 'OP_VNext' undeclared (first use in this  
function)
sqlite3.c:49827: warning: case label value exceeds maximum value for  
type
sqlite3.c:49876: error: 'OP_VRename' undeclared (first use in this  
function)
sqlite3.c:49876: warning: case label value exceeds maximum value for  
type
sqlite3.c:49921: error: 'OP_VUpdate' undeclared (first use in this  
function)
sqlite3.c:49921: warning: case label value exceeds maximum value for  
type
sqlite3.c:49962: error: 'OP_Pagecount' undeclared (first use in this  
function)
sqlite3.c:49962: warning: case label value exceeds maximum value for  
type
sqlite3.c:49982: error: 'OP_Trace' undeclared (first use in this  
function)
sqlite3.c:49982: warning: case label value exceeds maximum value for  
type
sqlite3.c: In function 'sqlite3_blob_open':
sqlite3.c:50182: error: 'OP_Transaction' undeclared (first use in this  
function)
sqlite3.c:50183: error: 'OP_VerifyCookie' undeclared (first use in  
this function)
sqlite3.c:50188: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:50189: error: 'OP_OpenRead' undeclared (first use in this  
function)
sqlite3.c:50191: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:50193: error: 'OP_Variable' undeclared (first use in this  
function)
sqlite3.c:50194: error: 'OP_NotExists' undeclared (first use in this  
function)
sqlite3.c:50195: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:50196: error: 'OP_ResultRow' undeclared (first use in this  
function)
sqlite3.c:50197: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:50198: error: 'OP_Halt' undeclared (first use in this  
function)
sqlite3.c: In function 'resolveAlias':
sqlite3.c:50906: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:50906: warning: comparison between pointer and integer
sqlite3.c:50907: error: 'TK_AS' undeclared (first use in this function)
sqlite3.c:50907: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c: In function 'lookupName':
sqlite3.c:51161: error: 'TK_STRING' undeclared (first use in this  
function)
sqlite3.c:51207: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c: In function 'resolveExprStep':
sqlite3.c:51261: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:51261: warning: case label value exceeds maximum value for  
type
sqlite3.c:51269: error: 'TK_DOT' undeclared (first use in this function)
sqlite3.c:51269: warning: case label value exceeds maximum value for  
type
sqlite3.c:51277: warning: comparison between pointer and integer
sqlite3.c:51293: error: 'TK_CONST_FUNC' undeclared (first use in this  
function)
sqlite3.c:51293: warning: case label value exceeds maximum value for  
type
sqlite3.c:51294: error: 'TK_FUNCTION' undeclared (first use in this  
function)
sqlite3.c:51294: warning: case label value exceeds maximum value for  
type
sqlite3.c:51328: error: 'TK_NULL' undeclared (first use in this  
function)
sqlite3.c:51346: error: 'TK_AGG_FUNCTION' undeclared (first use in  
this function)
sqlite3.c:51358: error: 'TK_SELECT' undeclared (first use in this  
function)
sqlite3.c:51358: warning: case label value exceeds maximum value for  
type
sqlite3.c:51359: error: 'TK_EXISTS' undeclared (first use in this  
function)
sqlite3.c:51359: warning: case label value exceeds maximum value for  
type
sqlite3.c:51361: error: 'TK_IN' undeclared (first use in this function)
sqlite3.c:51361: warning: case label value exceeds maximum value for  
type
sqlite3.c:51378: error: 'TK_VARIABLE' undeclared (first use in this  
function)
sqlite3.c:51378: warning: case label value exceeds maximum value for  
type
sqlite3.c: In function 'resolveAsName':
sqlite3.c:51408: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:51408: warning: comparison between pointer and integer
sqlite3.c:51408: error: 'TK_STRING' undeclared (first use in this  
function)
sqlite3.c:51408: warning: comparison between pointer and integer
sqlite3.c: In function 'resolveCompoundOrderBy':
sqlite3.c:51572: error: 'TK_INTEGER' undeclared (first use in this  
function)
sqlite3.c:51572: warning: passing argument 2 of 'sqlite3Expr' makes  
integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprAffinity':
sqlite3.c:52026: error: 'TK_SELECT' undeclared (first use in this  
function)
sqlite3.c:52026: warning: comparison between pointer and integer
sqlite3.c:52030: error: 'TK_CAST' undeclared (first use in this  
function)
sqlite3.c:52030: warning: comparison between pointer and integer
sqlite3.c:52034: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:52034: warning: comparison between pointer and integer
sqlite3.c:52034: error: 'TK_REGISTER' undeclared (first use in this  
function)
sqlite3.c:52034: warning: comparison between pointer and integer
sqlite3.c: In function 'sqlite3ExprCollSeq':
sqlite3.c:52080: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:52080: warning: comparison between pointer and integer
sqlite3.c:52080: error: 'TK_REGISTER' undeclared (first use in this  
function)
sqlite3.c:52080: warning: comparison between pointer and integer
sqlite3.c:52093: error: 'TK_CAST' undeclared (first use in this  
function)
sqlite3.c:52093: warning: comparison between pointer and integer
sqlite3.c:52093: error: 'TK_UPLUS' undeclared (first use in this  
function)
sqlite3.c:52093: warning: comparison between pointer and integer
sqlite3.c: In function 'codeCompareOperands':
sqlite3.c:52233: error: 'TK_UPLUS' undeclared (first use in this  
function)
sqlite3.c:52233: warning: comparison between pointer and integer
sqlite3.c:52236: warning: comparison between pointer and integer
sqlite3.c: In function 'sqlite3RegisterExpr':
sqlite3.c:52447: error: 'TK_NULL' undeclared (first use in this  
function)
sqlite3.c:52447: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:52450: error: 'TK_REGISTER' undeclared (first use in this  
function)
sqlite3.c:52450: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprAnd':
sqlite3.c:52468: error: 'TK_AND' undeclared (first use in this function)
sqlite3.c:52468: warning: passing argument 2 of 'sqlite3Expr' makes  
integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprFunction':
sqlite3.c:52499: error: 'TK_FUNCTION' undeclared (first use in this  
function)
sqlite3.c: In function 'exprNodeIsConstant':
sqlite3.c:52892: error: 'TK_FUNCTION' undeclared (first use in this  
function)
sqlite3.c:52892: warning: case label value exceeds maximum value for  
type
sqlite3.c:52895: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:52895: warning: case label value exceeds maximum value for  
type
sqlite3.c:52896: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:52896: warning: case label value exceeds maximum value for  
type
sqlite3.c:52897: error: 'TK_DOT' undeclared (first use in this function)
sqlite3.c:52897: warning: case label value exceeds maximum value for  
type
sqlite3.c:52898: error: 'TK_AGG_FUNCTION' undeclared (first use in  
this function)
sqlite3.c:52898: warning: case label value exceeds maximum value for  
type
sqlite3.c:52899: error: 'TK_AGG_COLUMN' undeclared (first use in this  
function)
sqlite3.c:52899: warning: case label value exceeds maximum value for  
type
sqlite3.c:52901: error: 'TK_SELECT' undeclared (first use in this  
function)
sqlite3.c:52901: warning: case label value exceeds maximum value for  
type
sqlite3.c:52902: error: 'TK_EXISTS' undeclared (first use in this  
function)
sqlite3.c:52902: warning: case label value exceeds maximum value for  
type
sqlite3.c: In function 'sqlite3ExprIsInteger':
sqlite3.c:52978: error: 'TK_INTEGER' undeclared (first use in this  
function)
sqlite3.c:52978: warning: case label value exceeds maximum value for  
type
sqlite3.c:52982: error: 'TK_UPLUS' undeclared (first use in this  
function)
sqlite3.c:52982: warning: case label value exceeds maximum value for  
type
sqlite3.c:52986: error: 'TK_UMINUS' undeclared (first use in this  
function)
sqlite3.c:52986: warning: case label value exceeds maximum value for  
type
sqlite3.c: In function 'isCandidateForInOpt':
sqlite3.c:53055: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:53055: warning: comparison between pointer and integer
sqlite3.c: In function 'sqlite3FindInIndex':
sqlite3.c:53149: error: 'OP_If' undeclared (first use in this function)
sqlite3.c:53149: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:53150: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:53150: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53152: error: 'OP_OpenRead' undeclared (first use in this  
function)
sqlite3.c:53152: warning: passing argument 5 of 'sqlite3OpenTable'  
makes integer from pointer without a cast
sqlite3.c:53185: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:53186: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53188: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:53188: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53190: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3CodeSubselect':
sqlite3.c:53248: error: 'OP_If' undeclared (first use in this function)
sqlite3.c:53248: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:53249: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:53249: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53254: error: 'TK_IN' undeclared (first use in this function)
sqlite3.c:53254: warning: case label value exceeds maximum value for  
type
sqlite3.c:53260: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:53260: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53279: error: 'OP_OpenEphemeral' undeclared (first use in  
this function)
sqlite3.c:53279: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53342: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:53342: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:53344: error: 'OP_IdxInsert' undeclared (first use in this  
function)
sqlite3.c:53344: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53353: error: 'TK_EXISTS' undeclared (first use in this  
function)
sqlite3.c:53353: warning: case label value exceeds maximum value for  
type
sqlite3.c:53354: error: 'TK_SELECT' undeclared (first use in this  
function)
sqlite3.c:53354: warning: case label value exceeds maximum value for  
type
sqlite3.c:53365: warning: comparison between pointer and integer
sqlite3.c:53367: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53371: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53375: error: 'TK_INTEGER' undeclared (first use in this  
function)
sqlite3.c:53375: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c: In function 'codeReal':
sqlite3.c:53419: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:53419: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53423: error: 'OP_Real' undeclared (first use in this  
function)
sqlite3.c:53423: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'codeInteger':
sqlite3.c:53442: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:53442: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53449: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53456: error: 'OP_Int64' undeclared (first use in this  
function)
sqlite3.c:53456: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprCodeGetColumn':
sqlite3.c:53503: error: 'OP_VRowid' undeclared (first use in this  
function)
sqlite3.c:53503: error: 'OP_Rowid' undeclared (first use in this  
function)
sqlite3.c:53503: warning: initialization makes integer from pointer  
without a cast
sqlite3.c:53506: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:53506: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:53508: error: 'OP_VColumn' undeclared (first use in this  
function)
sqlite3.c:53508: warning: initialization makes integer from pointer  
without a cast
sqlite3.c:53513: error: 'OP_RealAffinity' undeclared (first use in  
this function)
sqlite3.c:53513: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprCodeMove':
sqlite3.c:53574: error: 'OP_Move' undeclared (first use in this  
function)
sqlite3.c:53574: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprCodeCopy':
sqlite3.c:53591: error: 'OP_Copy' undeclared (first use in this  
function)
sqlite3.c:53591: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprWritableRegister':
sqlite3.c:53627: error: 'OP_SCopy' undeclared (first use in this  
function)
sqlite3.c:53627: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprHardCopy':
sqlite3.c:53652: error: 'OP_SCopy' undeclared (first use in this  
function)
sqlite3.c:53652: warning: comparison between pointer and integer
sqlite3.c:53653: error: 'OP_Copy' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3ExprCodeTarget':
sqlite3.c:53718: error: 'TK_NULL' undeclared (first use in this  
function)
sqlite3.c:53723: error: 'TK_AGG_COLUMN' undeclared (first use in this  
function)
sqlite3.c:53723: warning: case label value exceeds maximum value for  
type
sqlite3.c:53731: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:53732: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:53737: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:53737: warning: case label value exceeds maximum value for  
type
sqlite3.c:53750: error: 'TK_INTEGER' undeclared (first use in this  
function)
sqlite3.c:53750: warning: case label value exceeds maximum value for  
type
sqlite3.c:53754: error: 'TK_FLOAT' undeclared (first use in this  
function)
sqlite3.c:53754: warning: case label value exceeds maximum value for  
type
sqlite3.c:53758: error: 'TK_STRING' undeclared (first use in this  
function)
sqlite3.c:53758: warning: case label value exceeds maximum value for  
type
sqlite3.c:53760: error: 'OP_String8' undeclared (first use in this  
function)
sqlite3.c:53761: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:53764: warning: case label value exceeds maximum value for  
type
sqlite3.c:53765: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:53765: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53769: error: 'TK_BLOB' undeclared (first use in this  
function)
sqlite3.c:53769: warning: case label value exceeds maximum value for  
type
sqlite3.c:53780: error: 'OP_Blob' undeclared (first use in this  
function)
sqlite3.c:53780: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:53784: error: 'TK_VARIABLE' undeclared (first use in this  
function)
sqlite3.c:53784: warning: case label value exceeds maximum value for  
type
sqlite3.c:53785: error: 'OP_Variable' undeclared (first use in this  
function)
sqlite3.c:53785: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53791: error: 'TK_REGISTER' undeclared (first use in this  
function)
sqlite3.c:53791: warning: case label value exceeds maximum value for  
type
sqlite3.c:53795: error: 'TK_AS' undeclared (first use in this function)
sqlite3.c:53795: warning: case label value exceeds maximum value for  
type
sqlite3.c:53800: error: 'TK_CAST' undeclared (first use in this  
function)
sqlite3.c:53800: warning: case label value exceeds maximum value for  
type
sqlite3.c:53805: error: 'OP_ToText' undeclared (first use in this  
function)
sqlite3.c:53805: warning: assignment makes integer from pointer  
without a cast
sqlite3.c:53822: error: 'TK_LT' undeclared (first use in this function)
sqlite3.c:53822: warning: case label value exceeds maximum value for  
type
sqlite3.c:53823: error: 'TK_LE' undeclared (first use in this function)
sqlite3.c:53823: warning: case label value exceeds maximum value for  
type
sqlite3.c:53824: error: 'TK_GT' undeclared (first use in this function)
sqlite3.c:53824: warning: case label value exceeds maximum value for  
type
sqlite3.c:53825: error: 'TK_GE' undeclared (first use in this function)
sqlite3.c:53825: warning: case label value exceeds maximum value for  
type
sqlite3.c:53826: error: 'TK_NE' undeclared (first use in this function)
sqlite3.c:53826: warning: case label value exceeds maximum value for  
type
sqlite3.c:53827: error: 'TK_EQ' undeclared (first use in this function)
sqlite3.c:53827: warning: case label value exceeds maximum value for  
type
sqlite3.c:53848: error: 'TK_AND' undeclared (first use in this function)
sqlite3.c:53848: warning: case label value exceeds maximum value for  
type
sqlite3.c:53849: error: 'TK_OR' undeclared (first use in this function)
sqlite3.c:53849: warning: case label value exceeds maximum value for  
type
sqlite3.c:53850: error: 'TK_PLUS' undeclared (first use in this  
function)
sqlite3.c:53850: warning: case label value exceeds maximum value for  
type
sqlite3.c:53851: error: 'TK_STAR' undeclared (first use in this  
function)
sqlite3.c:53851: warning: case label value exceeds maximum value for  
type
sqlite3.c:53852: error: 'TK_MINUS' undeclared (first use in this  
function)
sqlite3.c:53852: warning: case label value exceeds maximum value for  
type
sqlite3.c:53853: error: 'TK_REM' undeclared (first use in this function)
sqlite3.c:53853: warning: case label value exceeds maximum value for  
type
sqlite3.c:53854: error: 'TK_BITAND' undeclared (first use in this  
function)
sqlite3.c:53854: warning: case label value exceeds maximum value for  
type
sqlite3.c:53855: error: 'TK_BITOR' undeclared (first use in this  
function)
sqlite3.c:53855: warning: case label value exceeds maximum value for  
type
sqlite3.c:53856: error: 'TK_SLASH' undeclared (first use in this  
function)
sqlite3.c:53856: warning: case label value exceeds maximum value for  
type
sqlite3.c:53857: error: 'TK_LSHIFT' undeclared (first use in this  
function)
sqlite3.c:53857: warning: case label value exceeds maximum value for  
type
sqlite3.c:53858: error: 'TK_RSHIFT' undeclared (first use in this  
function)
sqlite3.c:53858: warning: case label value exceeds maximum value for  
type
sqlite3.c:53859: error: 'TK_CONCAT' undeclared (first use in this  
function)
sqlite3.c:53859: warning: case label value exceeds maximum value for  
type
sqlite3.c:53889: error: 'TK_UMINUS' undeclared (first use in this  
function)
sqlite3.c:53889: warning: case label value exceeds maximum value for  
type
sqlite3.c:53892: warning: comparison between pointer and integer
sqlite3.c:53892: warning: comparison between pointer and integer
sqlite3.c:53893: warning: comparison between pointer and integer
sqlite3.c:53900: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:53900: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53902: error: 'OP_Subtract' undeclared (first use in this  
function)
sqlite3.c:53902: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:53908: error: 'TK_BITNOT' undeclared (first use in this  
function)
sqlite3.c:53908: warning: case label value exceeds maximum value for  
type
sqlite3.c:53909: error: 'TK_NOT' undeclared (first use in this function)
sqlite3.c:53909: warning: case label value exceeds maximum value for  
type
sqlite3.c:53921: error: 'TK_ISNULL' undeclared (first use in this  
function)
sqlite3.c:53921: warning: case label value exceeds maximum value for  
type
sqlite3.c:53922: error: 'TK_NOTNULL' undeclared (first use in this  
function)
sqlite3.c:53922: warning: case label value exceeds maximum value for  
type
sqlite3.c:53928: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53932: error: 'OP_AddImm' undeclared (first use in this  
function)
sqlite3.c:53932: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:53936: error: 'TK_AGG_FUNCTION' undeclared (first use in  
this function)
sqlite3.c:53936: warning: case label value exceeds maximum value for  
type
sqlite3.c:53946: error: 'TK_CONST_FUNC' undeclared (first use in this  
function)
sqlite3.c:53946: warning: case label value exceeds maximum value for  
type
sqlite3.c:53947: error: 'TK_FUNCTION' undeclared (first use in this  
function)
sqlite3.c:53947: warning: case label value exceeds maximum value for  
type
sqlite3.c:54000: error: 'OP_CollSeq' undeclared (first use in this  
function)
sqlite3.c:54000: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:54002: error: 'OP_Function' undeclared (first use in this  
function)
sqlite3.c:54003: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:54012: error: 'TK_EXISTS' undeclared (first use in this  
function)
sqlite3.c:54012: warning: case label value exceeds maximum value for  
type
sqlite3.c:54013: error: 'TK_SELECT' undeclared (first use in this  
function)
sqlite3.c:54013: warning: case label value exceeds maximum value for  
type
sqlite3.c:54022: error: 'TK_IN' undeclared (first use in this function)
sqlite3.c:54022: warning: case label value exceeds maximum value for  
type
sqlite3.c:54048: error: 'OP_IsNull' undeclared (first use in this  
function)
sqlite3.c:54048: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:54050: error: 'OP_MustBeInt' undeclared (first use in this  
function)
sqlite3.c:54050: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:54051: error: 'OP_NotExists' undeclared (first use in this  
function)
sqlite3.c:54051: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:54052: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:54053: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:54053: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c:54056: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:54064: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:54064: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:54065: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:54066: error: 'OP_Found' undeclared (first use in this  
function)
sqlite3.c:54066: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:54080: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:54090: error: 'OP_NotNull' undeclared (first use in this  
function)
sqlite3.c:54090: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:54091: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:54093: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:54094: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:54095: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:54103: error: 'OP_Copy' undeclared (first use in this  
function)
sqlite3.c:54103: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:54123: error: 'TK_BETWEEN' undeclared (first use in this  
function)
sqlite3.c:54123: warning: case label value exceeds maximum value for  
type
sqlite3.c:54134: error: 'OP_Ge' undeclared (first use in this function)
sqlite3.c:54135: warning: passing argument 4 of 'codeCompare' makes  
integer from pointer without a cast
sqlite3.c:54141: error: 'OP_Le' undeclared (first use in this function)
sqlite3.c:54141: warning: passing argument 4 of 'codeCompare' makes  
integer from pointer without a cast
sqlite3.c:54142: error: 'OP_And' undeclared (first use in this function)
sqlite3.c:54142: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:54147: error: 'TK_UPLUS' undeclared (first use in this  
function)
sqlite3.c:54147: warning: case label value exceeds maximum value for  
type
sqlite3.c:54173: error: 'TK_CASE' undeclared (first use in this  
function)
sqlite3.c:54173: warning: case label value exceeds maximum value for  
type
sqlite3.c:54215: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:54221: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:54229: error: 'TK_RAISE' undeclared (first use in this  
function)
sqlite3.c:54229: warning: case label value exceeds maximum value for  
type
sqlite3.c:54240: error: 'OP_Halt' undeclared (first use in this  
function)
sqlite3.c:54241: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:54244: error: 'OP_ContextPop' undeclared (first use in this  
function)
sqlite3.c:54244: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:54245: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprCode':
sqlite3.c:54290: error: 'OP_SCopy' undeclared (first use in this  
function)
sqlite3.c:54290: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprCodeAndCache':
sqlite3.c:54312: error: 'TK_REGISTER' undeclared (first use in this  
function)
sqlite3.c:54312: warning: comparison between pointer and integer
sqlite3.c:54315: error: 'OP_Copy' undeclared (first use in this  
function)
sqlite3.c:54315: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'isAppropriateForFactoring':
sqlite3.c:54346: error: 'TK_UPLUS' undeclared (first use in this  
function)
sqlite3.c:54346: warning: comparison between pointer and integer
sqlite3.c:54349: error: 'TK_BLOB' undeclared (first use in this  
function)
sqlite3.c:54349: warning: case label value exceeds maximum value for  
type
sqlite3.c:54351: error: 'TK_VARIABLE' undeclared (first use in this  
function)
sqlite3.c:54351: warning: case label value exceeds maximum value for  
type
sqlite3.c:54352: error: 'TK_INTEGER' undeclared (first use in this  
function)
sqlite3.c:54352: warning: case label value exceeds maximum value for  
type
sqlite3.c:54353: error: 'TK_FLOAT' undeclared (first use in this  
function)
sqlite3.c:54353: warning: case label value exceeds maximum value for  
type
sqlite3.c:54354: error: 'TK_NULL' undeclared (first use in this  
function)
sqlite3.c:54354: warning: case label value exceeds maximum value for  
type
sqlite3.c:54355: error: 'TK_STRING' undeclared (first use in this  
function)
sqlite3.c:54355: warning: case label value exceeds maximum value for  
type
sqlite3.c:54368: error: 'TK_UMINUS' undeclared (first use in this  
function)
sqlite3.c:54368: warning: case label value exceeds maximum value for  
type
sqlite3.c:54369: warning: comparison between pointer and integer
sqlite3.c:54369: warning: comparison between pointer and integer
sqlite3.c: In function 'evalConstExpr':
sqlite3.c:54390: error: 'TK_REGISTER' undeclared (first use in this  
function)
sqlite3.c:54390: warning: case label value exceeds maximum value for  
type
sqlite3.c:54393: error: 'TK_FUNCTION' undeclared (first use in this  
function)
sqlite3.c:54393: warning: case label value exceeds maximum value for  
type
sqlite3.c:54394: error: 'TK_AGG_FUNCTION' undeclared (first use in  
this function)
sqlite3.c:54394: warning: case label value exceeds maximum value for  
type
sqlite3.c:54395: error: 'TK_CONST_FUNC' undeclared (first use in this  
function)
sqlite3.c:54395: warning: case label value exceeds maximum value for  
type
sqlite3.c: In function 'sqlite3ExprCodeExprList':
sqlite3.c:54458: error: 'OP_SCopy' undeclared (first use in this  
function)
sqlite3.c:54458: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprIfTrue':
sqlite3.c:54492: error: 'TK_AND' undeclared (first use in this function)
sqlite3.c:54492: warning: case label value exceeds maximum value for  
type
sqlite3.c:54504: error: 'TK_OR' undeclared (first use in this function)
sqlite3.c:54504: warning: case label value exceeds maximum value for  
type
sqlite3.c:54514: error: 'TK_NOT' undeclared (first use in this function)
sqlite3.c:54514: warning: case label value exceeds maximum value for  
type
sqlite3.c:54519: error: 'TK_LT' undeclared (first use in this function)
sqlite3.c:54519: warning: case label value exceeds maximum value for  
type
sqlite3.c:54520: error: 'TK_LE' undeclared (first use in this function)
sqlite3.c:54520: warning: case label value exceeds maximum value for  
type
sqlite3.c:54521: error: 'TK_GT' undeclared (first use in this function)
sqlite3.c:54521: warning: case label value exceeds maximum value for  
type
sqlite3.c:54522: error: 'TK_GE' undeclared (first use in this function)
sqlite3.c:54522: warning: case label value exceeds maximum value for  
type
sqlite3.c:54523: error: 'TK_NE' undeclared (first use in this function)
sqlite3.c:54523: warning: case label value exceeds maximum value for  
type
sqlite3.c:54524: error: 'TK_EQ' undeclared (first use in this function)
sqlite3.c:54524: warning: case label value exceeds maximum value for  
type
sqlite3.c:54546: error: 'TK_ISNULL' undeclared (first use in this  
function)
sqlite3.c:54546: warning: case label value exceeds maximum value for  
type
sqlite3.c:54547: error: 'TK_NOTNULL' undeclared (first use in this  
function)
sqlite3.c:54547: warning: case label value exceeds maximum value for  
type
sqlite3.c:54557: error: 'TK_BETWEEN' undeclared (first use in this  
function)
sqlite3.c:54557: warning: case label value exceeds maximum value for  
type
sqlite3.c:54584: error: 'TK_REGISTER' undeclared (first use in this  
function)
sqlite3.c:54591: error: 'OP_If' undeclared (first use in this function)
sqlite3.c:54591: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprIfFalse':
sqlite3.c:54638: error: 'TK_ISNULL' undeclared (first use in this  
function)
sqlite3.c:54638: error: invalid operands to binary &
sqlite3.c:54638: error: invalid operands to binary ^
sqlite3.c:54638: error: invalid operands to binary &
sqlite3.c:54652: error: 'TK_AND' undeclared (first use in this function)
sqlite3.c:54652: warning: case label value exceeds maximum value for  
type
sqlite3.c:54662: error: 'TK_OR' undeclared (first use in this function)
sqlite3.c:54662: warning: case label value exceeds maximum value for  
type
sqlite3.c:54674: error: 'TK_NOT' undeclared (first use in this function)
sqlite3.c:54674: warning: case label value exceeds maximum value for  
type
sqlite3.c:54678: error: 'TK_LT' undeclared (first use in this function)
sqlite3.c:54678: warning: case label value exceeds maximum value for  
type
sqlite3.c:54679: error: 'TK_LE' undeclared (first use in this function)
sqlite3.c:54679: warning: case label value exceeds maximum value for  
type
sqlite3.c:54680: error: 'TK_GT' undeclared (first use in this function)
sqlite3.c:54680: warning: case label value exceeds maximum value for  
type
sqlite3.c:54681: error: 'TK_GE' undeclared (first use in this function)
sqlite3.c:54681: warning: case label value exceeds maximum value for  
type
sqlite3.c:54682: error: 'TK_NE' undeclared (first use in this function)
sqlite3.c:54682: warning: case label value exceeds maximum value for  
type
sqlite3.c:54683: error: 'TK_EQ' undeclared (first use in this function)
sqlite3.c:54683: warning: case label value exceeds maximum value for  
type
sqlite3.c:54699: warning: case label value exceeds maximum value for  
type
sqlite3.c:54700: error: 'TK_NOTNULL' undeclared (first use in this  
function)
sqlite3.c:54700: warning: case label value exceeds maximum value for  
type
sqlite3.c:54708: error: 'TK_BETWEEN' undeclared (first use in this  
function)
sqlite3.c:54708: warning: case label value exceeds maximum value for  
type
sqlite3.c:54735: error: 'TK_REGISTER' undeclared (first use in this  
function)
sqlite3.c:54742: error: 'OP_IfNot' undeclared (first use in this  
function)
sqlite3.c:54742: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3ExprCompare':
sqlite3.c:54788: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:54788: warning: comparison between pointer and integer
sqlite3.c: In function 'analyzeAggregate':
sqlite3.c:54848: error: 'TK_AGG_COLUMN' undeclared (first use in this  
function)
sqlite3.c:54848: warning: case label value exceeds maximum value for  
type
sqlite3.c:54849: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:54849: warning: case label value exceeds maximum value for  
type
sqlite3.c:54890: warning: comparison between pointer and integer
sqlite3.c:54915: error: 'TK_AGG_FUNCTION' undeclared (first use in  
this function)
sqlite3.c:54915: warning: case label value exceeds maximum value for  
type
sqlite3.c: In function 'renameTableFunc':
sqlite3.c:55116: error: 'TK_SPACE' undeclared (first use in this  
function)
sqlite3.c:55116: warning: comparison between pointer and integer
sqlite3.c:55118: error: 'TK_LP' undeclared (first use in this function)
sqlite3.c:55118: warning: comparison between pointer and integer
sqlite3.c:55118: error: 'TK_USING' undeclared (first use in this  
function)
sqlite3.c:55118: warning: comparison between pointer and integer
sqlite3.c: In function 'renameTriggerFunc':
sqlite3.c:55174: error: 'TK_SPACE' undeclared (first use in this  
function)
sqlite3.c:55174: warning: comparison between pointer and integer
sqlite3.c:55187: error: 'TK_DOT' undeclared (first use in this function)
sqlite3.c:55187: warning: comparison between pointer and integer
sqlite3.c:55187: error: 'TK_ON' undeclared (first use in this function)
sqlite3.c:55187: warning: comparison between pointer and integer
sqlite3.c:55190: error: 'TK_WHEN' undeclared (first use in this  
function)
sqlite3.c:55190: warning: comparison between pointer and integer
sqlite3.c:55190: error: 'TK_FOR' undeclared (first use in this function)
sqlite3.c:55190: warning: comparison between pointer and integer
sqlite3.c:55190: error: 'TK_BEGIN' undeclared (first use in this  
function)
sqlite3.c:55190: warning: comparison between pointer and integer
sqlite3.c: In function 'reloadTableSchema':
sqlite3.c:55275: error: 'OP_DropTrigger' undeclared (first use in this  
function)
sqlite3.c:55275: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:55280: error: 'OP_DropTable' undeclared (first use in this  
function)
sqlite3.c:55280: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:55285: error: 'OP_ParseSchema' undeclared (first use in this  
function)
sqlite3.c:55285: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:55292: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3AlterRenameTable':
sqlite3.c:55395: error: 'OP_String8' undeclared (first use in this  
function)
sqlite3.c:55395: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:55396: error: 'OP_VRename' undeclared (first use in this  
function)
sqlite3.c:55396: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3AlterFinishAddColumn':
sqlite3.c:55508: error: 'TK_NULL' undeclared (first use in this  
function)
sqlite3.c:55508: warning: comparison between pointer and integer
sqlite3.c: In function 'openStatTable':
sqlite3.c:55728: error: 'OP_Clear' undeclared (first use in this  
function)
sqlite3.c:55728: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55739: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:55739: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55740: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:55740: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'analyzeOneTable':
sqlite3.c:55796: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:55796: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55797: error: 'OP_OpenRead' undeclared (first use in this  
function)
sqlite3.c:55798: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:55821: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:55821: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55824: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:55824: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55830: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:55830: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55832: error: 'OP_AddImm' undeclared (first use in this  
function)
sqlite3.c:55832: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55834: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:55834: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:55835: error: 'OP_Ne' undeclared (first use in this function)
sqlite3.c:55835: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:55839: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:55839: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55842: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55843: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:55846: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:55846: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55847: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:55847: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:55867: error: 'OP_IfNot' undeclared (first use in this  
function)
sqlite3.c:55867: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:55868: error: 'OP_String8' undeclared (first use in this  
function)
sqlite3.c:55868: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:55869: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:55871: error: 'OP_SCopy' undeclared (first use in this  
function)
sqlite3.c:55871: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55873: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:55874: error: 'OP_Concat' undeclared (first use in this  
function)
sqlite3.c:55874: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:55875: error: 'OP_Add' undeclared (first use in this function)
sqlite3.c:55875: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:55876: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55877: error: 'OP_Divide' undeclared (first use in this  
function)
sqlite3.c:55877: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:55878: error: 'OP_ToInt' undeclared (first use in this  
function)
sqlite3.c:55878: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:55879: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:55881: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:55881: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:55882: error: 'OP_NewRowid' undeclared (first use in this  
function)
sqlite3.c:55882: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:55883: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:55883: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'loadAnalysis':
sqlite3.c:55896: error: 'OP_LoadAnalysis' undeclared (first use in  
this function)
sqlite3.c:55896: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c: In function 'resolveAttachExpr':
sqlite3.c:56130: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:56130: warning: comparison between pointer and integer
sqlite3.c:56137: error: 'TK_STRING' undeclared (first use in this  
function)
sqlite3.c: In function 'codeAttach':
sqlite3.c:56424: error: 'OP_Function' undeclared (first use in this  
function)
sqlite3.c:56424: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:56433: error: 'OP_Expire' undeclared (first use in this  
function)
sqlite3.c:56433: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3AuthRead':
sqlite3.c:56736: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:56736: warning: comparison between pointer and integer
sqlite3.c:56770: error: 'TK_NULL' undeclared (first use in this  
function)
sqlite3.c: In function 'codeTableLocks':
sqlite3.c:56964: error: 'OP_TableLock' undeclared (first use in this  
function)
sqlite3.c:56965: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3FinishCoding':
sqlite3.c:56996: error: 'OP_Halt' undeclared (first use in this  
function)
sqlite3.c:56996: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c:57011: error: 'OP_Transaction' undeclared (first use in this  
function)
sqlite3.c:57011: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:57012: error: 'OP_VerifyCookie' undeclared (first use in  
this function)
sqlite3.c:57012: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:57019: error: 'OP_VBegin' undeclared (first use in this  
function)
sqlite3.c:57019: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:57030: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:57030: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:57039: error: 'OP_Trace' undeclared (first use in this  
function)
sqlite3.c:57039: warning: comparison between pointer and integer
sqlite3.c: In function 'sqlite3OpenMasterTable':
sqlite3.c:57467: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:57467: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:57468: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:57468: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3StartTable':
sqlite3.c:57713: error: 'OP_VBegin' undeclared (first use in this  
function)
sqlite3.c:57713: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c:57723: error: 'OP_ReadCookie' undeclared (first use in this  
function)
sqlite3.c:57723: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:57725: error: 'OP_If' undeclared (first use in this function)
sqlite3.c:57725: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:57728: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:57728: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:57729: error: 'OP_SetCookie' undeclared (first use in this  
function)
sqlite3.c:57729: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:57730: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:57731: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:57744: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:57748: error: 'OP_CreateTable' undeclared (first use in this  
function)
sqlite3.c:57748: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:57751: error: 'OP_NewRowid' undeclared (first use in this  
function)
sqlite3.c:57751: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:57752: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:57752: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:57753: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:57753: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:57755: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:57755: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3ChangeCookie':
sqlite3.c:58155: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:58155: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:58156: error: 'OP_SetCookie' undeclared (first use in this  
function)
sqlite3.c:58156: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'identPut':
sqlite3.c:58188: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:58188: warning: comparison between pointer and integer
sqlite3.c: In function 'sqlite3EndTable':
sqlite3.c:58343: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:58343: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:58379: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:58379: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:58384: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:58444: error: 'OP_ParseSchema' undeclared (first use in this  
function)
sqlite3.c:58445: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'destroyRootPage':
sqlite3.c:58722: error: 'OP_Destroy' undeclared (first use in this  
function)
sqlite3.c:58722: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3DropTable':
sqlite3.c:58897: error: 'OP_VBegin' undeclared (first use in this  
function)
sqlite3.c:58897: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c:58954: error: 'OP_VDestroy' undeclared (first use in this  
function)
sqlite3.c:58954: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:58956: error: 'OP_DropTable' undeclared (first use in this  
function)
sqlite3.c:58956: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3RefillIndex':
sqlite3.c:59141: error: 'OP_Clear' undeclared (first use in this  
function)
sqlite3.c:59141: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:59144: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:59145: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:59149: error: 'OP_OpenRead' undeclared (first use in this  
function)
sqlite3.c:59149: warning: passing argument 5 of 'sqlite3OpenTable'  
makes integer from pointer without a cast
sqlite3.c:59150: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:59150: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:59158: error: 'OP_IsNull' undeclared (first use in this  
function)
sqlite3.c:59158: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:59159: error: 'OP_IsUnique' undeclared (first use in this  
function)
sqlite3.c:59160: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:59161: error: 'OP_Halt' undeclared (first use in this  
function)
sqlite3.c:59162: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:59166: error: 'OP_IdxInsert' undeclared (first use in this  
function)
sqlite3.c:59166: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:59168: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:59168: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:59170: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:59170: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:59171: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3CreateIndex':
sqlite3.c:59543: error: 'OP_CreateIndex' undeclared (first use in this  
function)
sqlite3.c:59543: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:59578: error: 'OP_ParseSchema' undeclared (first use in this  
function)
sqlite3.c:59579: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:59580: error: 'OP_Expire' undeclared (first use in this  
function)
sqlite3.c:59580: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3MinimumFileFormat':
sqlite3.c:59627: error: 'OP_ReadCookie' undeclared (first use in this  
function)
sqlite3.c:59627: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:59629: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:59629: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:59630: error: 'OP_Ge' undeclared (first use in this function)
sqlite3.c:59630: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:59631: error: 'OP_SetCookie' undeclared (first use in this  
function)
sqlite3.c:59631: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3DropIndex':
sqlite3.c:59737: error: 'OP_DropIndex' undeclared (first use in this  
function)
sqlite3.c:59737: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3BeginTransaction':
sqlite3.c:60031: error: 'TK_DEFERRED' undeclared (first use in this  
function)
sqlite3.c:60031: warning: comparison between pointer and integer
sqlite3.c:60033: error: 'OP_Transaction' undeclared (first use in this  
function)
sqlite3.c:60033: error: 'TK_EXCLUSIVE' undeclared (first use in this  
function)
sqlite3.c:60033: warning: comparison between pointer and integer
sqlite3.c:60033: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:60037: error: 'OP_AutoCommit' undeclared (first use in this  
function)
sqlite3.c:60037: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3CommitTransaction':
sqlite3.c:60053: error: 'OP_AutoCommit' undeclared (first use in this  
function)
sqlite3.c:60053: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3RollbackTransaction':
sqlite3.c:60070: error: 'OP_AutoCommit' undeclared (first use in this  
function)
sqlite3.c:60070: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3CodeVerifySchema':
sqlite3.c:60136: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:60136: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3BeginWriteOperation':
sqlite3.c:60177: error: 'OP_Statement' undeclared (first use in this  
function)
sqlite3.c:60177: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3OpenTable':
sqlite3.c:60874: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:60874: warning: comparison between pointer and integer
sqlite3.c:60875: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:60875: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3DeleteFrom':
sqlite3.c:60971: error: 'TK_DELETE' undeclared (first use in this  
function)
sqlite3.c:60971: warning: passing argument 3 of 'sqlite3TriggersExist'  
makes integer from pointer without a cast
sqlite3.c:61029: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:61029: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c:61034: warning: passing argument 2 of  
'sqlite3CodeRowTrigger' makes integer from pointer without a cast
sqlite3.c:61035: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c:61039: warning: passing argument 2 of  
'sqlite3CodeRowTrigger' makes integer from pointer without a cast
sqlite3.c:61040: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c:61066: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:61066: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61079: error: 'OP_OpenRead' undeclared (first use in this  
function)
sqlite3.c:61079: warning: passing argument 5 of 'sqlite3OpenTable'  
makes integer from pointer without a cast
sqlite3.c:61081: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:61081: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61082: error: 'OP_AddImm' undeclared (first use in this  
function)
sqlite3.c:61082: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61083: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:61083: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61084: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:61084: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:61087: error: 'OP_Clear' undeclared (first use in this  
function)
sqlite3.c:61087: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61093: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61110: error: 'OP_VRowid' undeclared (first use in this  
function)
sqlite3.c:61110: error: 'OP_Rowid' undeclared (first use in this  
function)
sqlite3.c:61110: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61111: error: 'OP_FifoWrite' undeclared (first use in this  
function)
sqlite3.c:61111: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:61113: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61123: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:61123: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61124: error: 'OP_OpenPseudo' undeclared (first use in this  
function)
sqlite3.c:61124: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:61137: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:61137: warning: passing argument 4 of  
'sqlite3OpenTableAndIndices' makes integer from pointer without a cast
sqlite3.c:61146: error: 'OP_FifoRead' undeclared (first use in this  
function)
sqlite3.c:61146: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61154: error: 'OP_NotExists' undeclared (first use in this  
function)
sqlite3.c:61154: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:61158: error: 'OP_RowData' undeclared (first use in this  
function)
sqlite3.c:61158: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61160: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:61160: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61162: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:61162: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:61165: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61175: error: 'OP_VUpdate' undeclared (first use in this  
function)
sqlite3.c:61175: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:61188: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61193: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61199: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61201: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:61211: error: 'OP_ResultRow' undeclared (first use in this  
function)
sqlite3.c:61211: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3GenerateRowDelete':
sqlite3.c:61254: error: 'OP_NotExists' undeclared (first use in this  
function)
sqlite3.c:61254: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:61256: error: 'OP_Delete' undeclared (first use in this  
function)
sqlite3.c:61256: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3GenerateRowIndexDelete':
sqlite3.c:61292: error: 'OP_IdxDelete' undeclared (first use in this  
function)
sqlite3.c:61292: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3GenerateIndexKey':
sqlite3.c:61322: error: 'OP_Rowid' undeclared (first use in this  
function)
sqlite3.c:61322: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61326: error: 'OP_SCopy' undeclared (first use in this  
function)
sqlite3.c:61326: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:61328: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:61328: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:61333: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:61333: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3IsLikeFunction':
sqlite3.c:62617: error: 'TK_FUNCTION' undeclared (first use in this  
function)
sqlite3.c:62617: warning: comparison between pointer and integer
sqlite3.c: In function 'readsTable':
sqlite3.c:62845: error: 'OP_OpenRead' undeclared (first use in this  
function)
sqlite3.c:62845: warning: comparison between pointer and integer
sqlite3.c:62858: error: 'OP_VOpen' undeclared (first use in this  
function)
sqlite3.c:62858: warning: comparison between pointer and integer
sqlite3.c: In function 'autoIncBegin':
sqlite3.c:62902: error: 'OP_OpenRead' undeclared (first use in this  
function)
sqlite3.c:62902: warning: passing argument 5 of 'sqlite3OpenTable'  
makes integer from pointer without a cast
sqlite3.c:62904: error: 'OP_String8' undeclared (first use in this  
function)
sqlite3.c:62904: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:62905: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:62905: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:62906: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:62906: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:62907: error: 'OP_Ne' undeclared (first use in this function)
sqlite3.c:62907: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:62909: error: 'OP_Rowid' undeclared (first use in this  
function)
sqlite3.c:62909: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:62910: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:62911: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:62911: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:62912: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:62912: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:62913: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:62913: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:62914: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:62914: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'autoIncStep':
sqlite3.c:62929: error: 'OP_MemMax' undeclared (first use in this  
function)
sqlite3.c:62929: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'autoIncEnd':
sqlite3.c:62952: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:62952: warning: passing argument 5 of 'sqlite3OpenTable'  
makes integer from pointer without a cast
sqlite3.c:62953: error: 'OP_NotNull' undeclared (first use in this  
function)
sqlite3.c:62953: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:62954: error: 'OP_NewRowid' undeclared (first use in this  
function)
sqlite3.c:62954: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:62956: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:62956: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:62957: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:62957: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:62959: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:62959: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3Insert':
sqlite3.c:63158: error: 'TK_INSERT' undeclared (first use in this  
function)
sqlite3.c:63158: warning: passing argument 3 of 'sqlite3TriggersExist'  
makes integer from pointer without a cast
sqlite3.c:63251: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:63251: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63255: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63256: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:63256: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63264: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63265: error: 'OP_Yield' undeclared (first use in this  
function)
sqlite3.c:63265: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63266: error: 'OP_Halt' undeclared (first use in this  
function)
sqlite3.c:63266: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63308: error: 'OP_OpenEphemeral' undeclared (first use in  
this function)
sqlite3.c:63308: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63309: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63310: error: 'OP_If' undeclared (first use in this function)
sqlite3.c:63310: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63311: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:63311: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63312: error: 'OP_NewRowid' undeclared (first use in this  
function)
sqlite3.c:63312: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63313: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:63313: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63314: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63404: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:63404: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63405: error: 'OP_OpenPseudo' undeclared (first use in this  
function)
sqlite3.c:63405: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63412: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63421: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:63421: warning: passing argument 4 of  
'sqlite3OpenTableAndIndices' makes integer from pointer without a cast
sqlite3.c:63442: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:63442: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63454: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63455: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63486: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63488: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:63488: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63493: error: 'OP_NotNull' undeclared (first use in this  
function)
sqlite3.c:63493: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63494: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63496: error: 'OP_MustBeInt' undeclared (first use in this  
function)
sqlite3.c:63496: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63518: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63525: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63535: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63542: warning: passing argument 2 of  
'sqlite3CodeRowTrigger' makes integer from pointer without a cast
sqlite3.c:63555: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:63555: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63559: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63561: error: 'OP_SCopy' undeclared (first use in this  
function)
sqlite3.c:63561: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63566: warning: comparison between pointer and integer
sqlite3.c:63580: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63581: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63585: error: 'OP_IsNull' undeclared (first use in this  
function)
sqlite3.c:63585: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63587: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63590: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63592: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63608: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63627: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63629: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63641: error: 'OP_VUpdate' undeclared (first use in this  
function)
sqlite3.c:63642: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:63674: error: 'OP_AddImm' undeclared (first use in this  
function)
sqlite3.c:63674: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63680: warning: passing argument 2 of  
'sqlite3CodeRowTrigger' makes integer from pointer without a cast
sqlite3.c:63690: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:63690: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63692: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:63692: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63694: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63700: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63702: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63718: error: 'OP_ResultRow' undeclared (first use in this  
function)
sqlite3.c:63718: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3GenerateConstraintChecks':
sqlite3.c:63853: error: 'OP_NotNull' undeclared (first use in this  
function)
sqlite3.c:63853: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:63861: error: 'OP_Halt' undeclared (first use in this  
function)
sqlite3.c:63861: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63868: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:63868: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63888: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63890: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63910: error: 'OP_Eq' undeclared (first use in this function)
sqlite3.c:63910: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63912: error: 'OP_NotExists' undeclared (first use in this  
function)
sqlite3.c:63912: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63922: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:63932: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63958: error: 'OP_SCopy' undeclared (first use in this  
function)
sqlite3.c:63958: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63960: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63963: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63964: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:63964: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63984: error: 'OP_IsNull' undeclared (first use in this  
function)
sqlite3.c:63984: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:63986: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:63987: error: 'OP_IsUnique' undeclared (first use in this  
function)
sqlite3.c:63989: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:64021: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:64026: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3CompleteInsertion':
sqlite3.c:64075: error: 'OP_IdxInsert' undeclared (first use in this  
function)
sqlite3.c:64075: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64079: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:64079: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:64084: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:64084: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:64096: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'xferOptimization':
sqlite3.c:64307: error: 'TK_ALL' undeclared (first use in this function)
sqlite3.c:64307: warning: comparison between pointer and integer
sqlite3.c:64382: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:64382: warning: passing argument 5 of 'sqlite3OpenTable'  
makes integer from pointer without a cast
sqlite3.c:64394: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:64394: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64395: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:64395: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64400: error: 'OP_OpenRead' undeclared (first use in this  
function)
sqlite3.c:64400: warning: passing argument 5 of 'sqlite3OpenTable'  
makes integer from pointer without a cast
sqlite3.c:64401: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64405: error: 'OP_Rowid' undeclared (first use in this  
function)
sqlite3.c:64405: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64406: error: 'OP_NotExists' undeclared (first use in this  
function)
sqlite3.c:64406: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:64407: error: 'OP_Halt' undeclared (first use in this  
function)
sqlite3.c:64408: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:64412: error: 'OP_NewRowid' undeclared (first use in this  
function)
sqlite3.c:64412: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64414: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64417: error: 'OP_RowData' undeclared (first use in this  
function)
sqlite3.c:64417: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64418: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:64418: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:64421: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:64421: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64428: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:64428: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64429: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64432: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:64436: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:64438: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64439: error: 'OP_RowKey' undeclared (first use in this  
function)
sqlite3.c:64439: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64440: error: 'OP_IdxInsert' undeclared (first use in this  
function)
sqlite3.c:64440: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:64441: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64447: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64448: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64450: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:64452: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'returnSingleInt':
sqlite3.c:65706: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:65706: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:65711: error: 'OP_ResultRow' undeclared (first use in this  
function)
sqlite3.c:65711: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'flagPragma':
sqlite3.c:65768: error: 'OP_Expire' undeclared (first use in this  
function)
sqlite3.c:65768: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3Pragma':
sqlite3.c:65857: error: 'OP_ReadCookie' undeclared (first use in this  
function)
sqlite3.c:65858: error: 'OP_IfPos' undeclared (first use in this  
function)
sqlite3.c:65859: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:65860: error: 'OP_Subtract' undeclared (first use in this  
function)
sqlite3.c:65863: error: 'OP_ResultRow' undeclared (first use in this  
function)
sqlite3.c:65879: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:65880: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:65881: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:65882: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:65884: error: 'OP_SetCookie' undeclared (first use in this  
function)
sqlite3.c:65884: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:65948: error: 'OP_Pagecount' undeclared (first use in this  
function)
sqlite3.c:65948: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:65949: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:65997: error: 'OP_String8' undeclared (first use in this  
function)
sqlite3.c:65997: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:65998: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66054: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66055: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66113: error: 'OP_Transaction' undeclared (first use in this  
function)
sqlite3.c:66115: error: 'OP_If' undeclared (first use in this function)
sqlite3.c:66116: error: 'OP_Halt' undeclared (first use in this  
function)
sqlite3.c:66149: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66150: error: 'OP_IncrVacuum' undeclared (first use in this  
function)
sqlite3.c:66150: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:66151: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:66152: error: 'OP_AddImm' undeclared (first use in this  
function)
sqlite3.c:66152: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66153: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66220: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66221: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66314: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66315: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66317: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66318: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66320: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66322: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:66322: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66324: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66325: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66345: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66346: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66348: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66349: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66370: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66371: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66372: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66373: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66392: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66393: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66395: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66396: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66409: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66410: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66411: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66438: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66439: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66440: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66442: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66443: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66444: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66495: error: 'OP_IfNeg' undeclared (first use in this  
function)
sqlite3.c:66516: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66527: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:66528: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66540: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66543: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66555: error: 'OP_IntegrityCk' undeclared (first use in this  
function)
sqlite3.c:66555: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:66557: error: 'OP_IsNull' undeclared (first use in this  
function)
sqlite3.c:66557: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:66560: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:66561: error: 'OP_Move' undeclared (first use in this  
function)
sqlite3.c:66561: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:66562: error: 'OP_Concat' undeclared (first use in this  
function)
sqlite3.c:66562: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:66563: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66574: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:66575: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66577: error: 'OP_OpenRead' undeclared (first use in this  
function)
sqlite3.c:66577: warning: passing argument 4 of  
'sqlite3OpenTableAndIndices' makes integer from pointer without a cast
sqlite3.c:66578: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66579: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:66579: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66580: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66586: error: 'OP_Rowid' undeclared (first use in this  
function)
sqlite3.c:66597: error: 'OP_Found' undeclared (first use in this  
function)
sqlite3.c:66597: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:66605: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:66605: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66613: error: 'OP_Eq' undeclared (first use in this function)
sqlite3.c:66621: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:66622: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66686: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66693: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:66866: error: 'OP_Expire' undeclared (first use in this  
function)
sqlite3.c:66866: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3Reprepare':
sqlite3.c:67580: warning: 'sqlite3_transfer_bindings' is deprecated  
(declared at sqlite3.c:44858)
sqlite3.c: In function 'sqlite3SelectNew':
sqlite3.c:67774: error: 'TK_ALL' undeclared (first use in this function)
sqlite3.c:67774: warning: passing argument 2 of 'sqlite3Expr' makes  
integer from pointer without a cast
sqlite3.c:67783: error: 'TK_SELECT' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3CreateIdExpr':
sqlite3.c:67939: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:67939: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c: In function 'addWhereTerm':
sqlite3.c:67971: error: 'TK_DOT' undeclared (first use in this function)
sqlite3.c:67971: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:67972: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:67973: error: 'TK_EQ' undeclared (first use in this function)
sqlite3.c:67973: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c: In function 'pushOntoSorter':
sqlite3.c:68124: error: 'OP_Sequence' undeclared (first use in this  
function)
sqlite3.c:68124: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68126: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:68126: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68127: error: 'OP_IdxInsert' undeclared (first use in this  
function)
sqlite3.c:68127: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68138: error: 'OP_IfZero' undeclared (first use in this  
function)
sqlite3.c:68138: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:68139: error: 'OP_AddImm' undeclared (first use in this  
function)
sqlite3.c:68139: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68140: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:68140: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c:68142: error: 'OP_Last' undeclared (first use in this  
function)
sqlite3.c:68142: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:68143: error: 'OP_Delete' undeclared (first use in this  
function)
sqlite3.c:68143: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c: In function 'codeOffset':
sqlite3.c:68159: error: 'OP_AddImm' undeclared (first use in this  
function)
sqlite3.c:68159: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68160: error: 'OP_IfNeg' undeclared (first use in this  
function)
sqlite3.c:68160: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:68161: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:68161: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'codeDistinct':
sqlite3.c:68188: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:68188: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68189: error: 'OP_Found' undeclared (first use in this  
function)
sqlite3.c:68189: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68190: error: 'OP_IdxInsert' undeclared (first use in this  
function)
sqlite3.c:68190: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'selectInnerLoop':
sqlite3.c:68271: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:68271: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68306: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:68306: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68307: error: 'OP_IdxInsert' undeclared (first use in this  
function)
sqlite3.c:68307: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68317: error: 'OP_IdxDelete' undeclared (first use in this  
function)
sqlite3.c:68317: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68327: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68332: error: 'OP_NewRowid' undeclared (first use in this  
function)
sqlite3.c:68332: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68333: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:68333: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68357: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:68359: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68368: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:68368: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68397: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68401: error: 'OP_Yield' undeclared (first use in this  
function)
sqlite3.c:68401: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:68403: error: 'OP_ResultRow' undeclared (first use in this  
function)
sqlite3.c:68403: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68427: error: 'OP_AddImm' undeclared (first use in this  
function)
sqlite3.c:68427: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68428: error: 'OP_IfZero' undeclared (first use in this  
function)
sqlite3.c:68428: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'generateSortTail':
sqlite3.c:68503: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:68503: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68504: error: 'OP_OpenPseudo' undeclared (first use in this  
function)
sqlite3.c:68504: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68506: error: 'OP_Sort' undeclared (first use in this  
function)
sqlite3.c:68506: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68510: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:68510: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68514: error: 'OP_NewRowid' undeclared (first use in this  
function)
sqlite3.c:68514: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68515: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:68515: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68522: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:68522: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:68524: error: 'OP_IdxInsert' undeclared (first use in this  
function)
sqlite3.c:68524: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68537: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:68537: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68538: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68541: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:68544: error: 'OP_ResultRow' undeclared (first use in this  
function)
sqlite3.c:68544: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68547: error: 'OP_Yield' undeclared (first use in this  
function)
sqlite3.c:68547: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:68566: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:68566: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:68569: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:68569: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'columnType':
sqlite3.c:68607: error: 'TK_AGG_COLUMN' undeclared (first use in this  
function)
sqlite3.c:68607: warning: case label value exceeds maximum value for  
type
sqlite3.c:68608: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:68608: warning: case label value exceeds maximum value for  
type
sqlite3.c:68681: error: 'TK_SELECT' undeclared (first use in this  
function)
sqlite3.c:68681: warning: case label value exceeds maximum value for  
type
sqlite3.c: In function 'generateColumnNames':
sqlite3.c:68781: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:68781: warning: comparison between pointer and integer
sqlite3.c: In function 'selectOpName':
sqlite3.c:68822: error: 'TK_ALL' undeclared (first use in this function)
sqlite3.c:68822: warning: case label value exceeds maximum value for  
type
sqlite3.c:68823: error: 'TK_INTERSECT' undeclared (first use in this  
function)
sqlite3.c:68823: warning: case label value exceeds maximum value for  
type
sqlite3.c:68824: error: 'TK_EXCEPT' undeclared (first use in this  
function)
sqlite3.c:68824: warning: case label value exceeds maximum value for  
type
sqlite3.c: In function 'selectColumnsFromExprList':
sqlite3.c:68872: error: 'TK_DOT' undeclared (first use in this function)
sqlite3.c:68872: warning: comparison between pointer and integer
sqlite3.c:68873: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:68873: warning: comparison between pointer and integer
sqlite3.c: In function 'sqlite3GetVdbe':
sqlite3.c:69006: error: 'OP_Trace' undeclared (first use in this  
function)
sqlite3.c:69006: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c: In function 'computeLimitRegisters':
sqlite3.c:69050: error: 'OP_MustBeInt' undeclared (first use in this  
function)
sqlite3.c:69050: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69052: error: 'OP_IfZero' undeclared (first use in this  
function)
sqlite3.c:69052: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69062: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69064: error: 'OP_IfPos' undeclared (first use in this  
function)
sqlite3.c:69064: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69065: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:69065: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69068: error: 'OP_Add' undeclared (first use in this function)
sqlite3.c:69068: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:69070: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69071: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'multiSelect':
sqlite3.c:69181: error: 'OP_OpenEphemeral' undeclared (first use in  
this function)
sqlite3.c:69181: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69205: error: 'TK_ALL' undeclared (first use in this function)
sqlite3.c:69205: warning: case label value exceeds maximum value for  
type
sqlite3.c:69220: error: 'OP_IfZero' undeclared (first use in this  
function)
sqlite3.c:69220: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69234: error: 'TK_EXCEPT' undeclared (first use in this  
function)
sqlite3.c:69234: warning: case label value exceeds maximum value for  
type
sqlite3.c:69235: error: 'TK_UNION' undeclared (first use in this  
function)
sqlite3.c:69235: warning: case label value exceeds maximum value for  
type
sqlite3.c:69255: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69273: warning: comparison between pointer and integer
sqlite3.c:69316: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:69316: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69321: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:69321: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69323: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:69323: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69327: error: 'TK_INTERSECT' undeclared (first use in this  
function)
sqlite3.c:69327: warning: case label value exceeds maximum value for  
type
sqlite3.c:69343: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69359: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69390: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69392: error: 'OP_RowKey' undeclared (first use in this  
function)
sqlite3.c:69392: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69393: error: 'OP_NotFound' undeclared (first use in this  
function)
sqlite3.c:69393: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:69398: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69400: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69401: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'generateOutputSubroutine':
sqlite3.c:69508: error: 'OP_IfNot' undeclared (first use in this  
function)
sqlite3.c:69508: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69509: error: 'OP_Compare' undeclared (first use in this  
function)
sqlite3.c:69510: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:69511: error: 'OP_Jump' undeclared (first use in this  
function)
sqlite3.c:69511: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:69514: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:69514: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69529: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:69529: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:69530: error: 'OP_NewRowid' undeclared (first use in this  
function)
sqlite3.c:69530: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69531: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:69531: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:69549: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:69551: error: 'OP_IdxInsert' undeclared (first use in this  
function)
sqlite3.c:69551: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69587: error: 'OP_Yield' undeclared (first use in this  
function)
sqlite3.c:69587: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69596: error: 'OP_ResultRow' undeclared (first use in this  
function)
sqlite3.c:69596: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69616: error: 'OP_AddImm' undeclared (first use in this  
function)
sqlite3.c:69616: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69617: error: 'OP_IfZero' undeclared (first use in this  
function)
sqlite3.c:69617: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69623: error: 'OP_Return' undeclared (first use in this  
function)
sqlite3.c:69623: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c: In function 'multiSelectOrderBy':
sqlite3.c:69776: error: 'TK_ALL' undeclared (first use in this function)
sqlite3.c:69776: warning: comparison between pointer and integer
sqlite3.c:69784: error: 'TK_INTEGER' undeclared (first use in this  
function)
sqlite3.c:69784: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:69841: warning: comparison between pointer and integer
sqlite3.c:69847: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:69847: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69872: warning: comparison between pointer and integer
sqlite3.c:69875: error: 'OP_Copy' undeclared (first use in this  
function)
sqlite3.c:69876: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69877: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69898: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:69898: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c:69908: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69909: error: 'OP_Yield' undeclared (first use in this  
function)
sqlite3.c:69909: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69924: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69925: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69939: warning: comparison between pointer and integer
sqlite3.c:69939: error: 'TK_UNION' undeclared (first use in this  
function)
sqlite3.c:69939: warning: comparison between pointer and integer
sqlite3.c:69950: error: 'TK_EXCEPT' undeclared (first use in this  
function)
sqlite3.c:69950: warning: comparison between pointer and integer
sqlite3.c:69950: error: 'TK_INTERSECT' undeclared (first use in this  
function)
sqlite3.c:69950: warning: comparison between pointer and integer
sqlite3.c:69951: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69953: error: 'OP_If' undeclared (first use in this function)
sqlite3.c:69953: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69954: error: 'OP_Gosub' undeclared (first use in this  
function)
sqlite3.c:69954: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69955: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69956: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69962: warning: comparison between pointer and integer
sqlite3.c:69966: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69967: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69968: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69969: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69975: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69976: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69977: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69978: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69982: warning: comparison between pointer and integer
sqlite3.c:69984: warning: comparison between pointer and integer
sqlite3.c:69990: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:69991: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69992: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:69999: warning: comparison between pointer and integer
sqlite3.c:69999: warning: comparison between pointer and integer
sqlite3.c:70000: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:70002: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:70003: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:70004: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:70009: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:70010: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:70011: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:70012: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:70013: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:70014: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:70019: error: 'OP_Permutation' undeclared (first use in this  
function)
sqlite3.c:70019: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:70020: error: 'OP_Compare' undeclared (first use in this  
function)
sqlite3.c:70021: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:70022: error: 'OP_Jump' undeclared (first use in this  
function)
sqlite3.c:70022: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c: In function 'substExpr':
sqlite3.c:70080: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:70080: warning: comparison between pointer and integer
sqlite3.c:70082: error: 'TK_NULL' undeclared (first use in this  
function)
sqlite3.c: In function 'flattenSubquery':
sqlite3.c:70345: error: 'TK_ALL' undeclared (first use in this function)
sqlite3.c:70345: warning: comparison between pointer and integer
sqlite3.c: In function 'minMaxQuery':
sqlite3.c:70548: error: 'TK_AGG_FUNCTION' undeclared (first use in  
this function)
sqlite3.c:70548: warning: comparison between pointer and integer
sqlite3.c:70549: error: 'TK_AGG_COLUMN' undeclared (first use in this  
function)
sqlite3.c:70549: warning: comparison between pointer and integer
sqlite3.c: In function 'selectExpander':
sqlite3.c:70679: error: 'TK_ALL' undeclared (first use in this function)
sqlite3.c:70679: warning: comparison between pointer and integer
sqlite3.c:70680: error: 'TK_DOT' undeclared (first use in this function)
sqlite3.c:70680: warning: comparison between pointer and integer
sqlite3.c:70681: warning: comparison between pointer and integer
sqlite3.c:70681: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:70681: warning: comparison between pointer and integer
sqlite3.c:70697: warning: comparison between pointer and integer
sqlite3.c:70698: warning: comparison between pointer and integer
sqlite3.c:70698: warning: comparison between pointer and integer
sqlite3.c:70712: warning: comparison between pointer and integer
sqlite3.c:70755: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:70759: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:70760: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c: In function 'resetAccumulator':
sqlite3.c:70940: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:70940: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:70943: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:70952: error: 'OP_OpenEphemeral' undeclared (first use in  
this function)
sqlite3.c:70953: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'finalizeAggFunctions':
sqlite3.c:70969: error: 'OP_AggFinal' undeclared (first use in this  
function)
sqlite3.c:70970: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'updateAccumulator':
sqlite3.c:71014: error: 'OP_CollSeq' undeclared (first use in this  
function)
sqlite3.c:71014: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:71016: error: 'OP_AggStep' undeclared (first use in this  
function)
sqlite3.c:71017: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3Select':
sqlite3.c:71261: error: 'OP_OpenEphemeral' undeclared (first use in  
this function)
sqlite3.c:71263: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:71271: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71287: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:71385: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:71395: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:71395: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71397: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71399: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:71399: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71409: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71412: error: 'OP_Return' undeclared (first use in this  
function)
sqlite3.c:71412: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:71414: error: 'OP_IfPos' undeclared (first use in this  
function)
sqlite3.c:71414: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71416: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:71424: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:71432: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:71440: error: 'OP_Gosub' undeclared (first use in this  
function)
sqlite3.c:71440: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71473: error: 'OP_Sequence' undeclared (first use in this  
function)
sqlite3.c:71473: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71484: error: 'OP_SCopy' undeclared (first use in this  
function)
sqlite3.c:71484: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71490: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:71490: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:71491: error: 'OP_IdxInsert' undeclared (first use in this  
function)
sqlite3.c:71491: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71495: error: 'OP_Sort' undeclared (first use in this  
function)
sqlite3.c:71495: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71508: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:71508: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:71514: error: 'OP_Compare' undeclared (first use in this  
function)
sqlite3.c:71515: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:71517: error: 'OP_Jump' undeclared (first use in this  
function)
sqlite3.c:71517: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:71529: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71531: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71533: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71541: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71547: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:71547: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71555: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:71594: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:71610: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3BeginTrigger':
sqlite3.c:72093: error: 'TK_INSTEAD' undeclared (first use in this  
function)
sqlite3.c:72093: warning: comparison between pointer and integer
sqlite3.c:72095: error: 'TK_BEFORE' undeclared (first use in this  
function)
sqlite3.c:72095: warning: comparison between pointer and integer
sqlite3.c:72098: warning: comparison between pointer and integer
sqlite3.c:72125: warning: comparison between pointer and integer
sqlite3.c:72138: warning: comparison between pointer and integer
sqlite3.c: In function 'sqlite3FinishTrigger':
sqlite3.c:72203: error: 'OP_ParseSchema' undeclared (first use in this  
function)
sqlite3.c:72205: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3TriggerSelectStep':
sqlite3.c:72284: error: 'TK_SELECT' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3TriggerInsertStep':
sqlite3.c:72314: error: 'TK_INSERT' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3TriggerUpdateStep':
sqlite3.c:72349: error: 'TK_UPDATE' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3TriggerDeleteStep':
sqlite3.c:72375: error: 'TK_DELETE' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3DropTriggerPtr':
sqlite3.c:72484: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:72485: error: 'OP_String8' undeclared (first use in this  
function)
sqlite3.c:72486: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:72487: error: 'OP_Ne' undeclared (first use in this function)
sqlite3.c:72491: error: 'OP_Delete' undeclared (first use in this  
function)
sqlite3.c:72492: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:72501: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:72501: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:72502: error: 'OP_DropTrigger' undeclared (first use in this  
function)
sqlite3.c:72502: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'codeTriggerProgram':
sqlite3.c:72627: error: 'OP_ContextPush' undeclared (first use in this  
function)
sqlite3.c:72627: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:72633: error: 'TK_SELECT' undeclared (first use in this  
function)
sqlite3.c:72633: warning: case label value exceeds maximum value for  
type
sqlite3.c:72644: error: 'TK_UPDATE' undeclared (first use in this  
function)
sqlite3.c:72644: warning: case label value exceeds maximum value for  
type
sqlite3.c:72647: error: 'OP_ResetCount' undeclared (first use in this  
function)
sqlite3.c:72647: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:72651: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:72654: error: 'TK_INSERT' undeclared (first use in this  
function)
sqlite3.c:72654: warning: case label value exceeds maximum value for  
type
sqlite3.c:72657: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:72662: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:72665: error: 'TK_DELETE' undeclared (first use in this  
function)
sqlite3.c:72665: warning: case label value exceeds maximum value for  
type
sqlite3.c:72667: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:72671: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:72679: error: 'OP_ContextPop' undeclared (first use in this  
function)
sqlite3.c:72679: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3CodeRowTrigger':
sqlite3.c:72745: error: 'TK_UPDATE' undeclared (first use in this  
function)
sqlite3.c:72745: warning: comparison between pointer and integer
sqlite3.c:72768: error: 'OP_Trace' undeclared (first use in this  
function)
sqlite3.c:72770: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3Update':
sqlite3.c:72956: error: 'TK_UPDATE' undeclared (first use in this  
function)
sqlite3.c:72956: warning: passing argument 3 of 'sqlite3TriggersExist'  
makes integer from pointer without a cast
sqlite3.c:73117: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:73117: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73118: error: 'OP_OpenPseudo' undeclared (first use in this  
function)
sqlite3.c:73118: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73119: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73120: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73122: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:73122: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73126: warning: passing argument 2 of  
'sqlite3CodeRowTrigger' makes integer from pointer without a cast
sqlite3.c:73129: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73132: warning: passing argument 2 of  
'sqlite3CodeRowTrigger' makes integer from pointer without a cast
sqlite3.c:73135: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73155: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:73155: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73163: error: 'OP_VRowid' undeclared (first use in this  
function)
sqlite3.c:73163: error: 'OP_Rowid' undeclared (first use in this  
function)
sqlite3.c:73163: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73164: error: 'OP_FifoWrite' undeclared (first use in this  
function)
sqlite3.c:73164: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73174: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:73174: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73184: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:73184: warning: passing argument 5 of 'sqlite3OpenTable'  
makes integer from pointer without a cast
sqlite3.c:73200: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:73213: error: 'OP_NotNull' undeclared (first use in this  
function)
sqlite3.c:73213: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:73214: warning: passing argument 2 of 'sqlite3VdbeAddOp0'  
makes integer from pointer without a cast
sqlite3.c:73217: error: 'OP_FifoRead' undeclared (first use in this  
function)
sqlite3.c:73217: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73227: error: 'OP_NotExists' undeclared (first use in this  
function)
sqlite3.c:73227: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:73233: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73235: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73237: error: 'OP_RowData' undeclared (first use in this  
function)
sqlite3.c:73237: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73239: error: 'OP_Insert' undeclared (first use in this  
function)
sqlite3.c:73239: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:73246: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73251: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73257: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:73257: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:73263: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73266: error: 'OP_MakeRecord' undeclared (first use in this  
function)
sqlite3.c:73266: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:73273: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:73277: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73288: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:73296: error: 'OP_MustBeInt' undeclared (first use in this  
function)
sqlite3.c:73296: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:73303: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73308: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:73323: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:73329: error: 'OP_Delete' undeclared (first use in this  
function)
sqlite3.c:73329: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73342: error: 'OP_AddImm' undeclared (first use in this  
function)
sqlite3.c:73342: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73349: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73356: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73362: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:73362: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73365: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73367: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73368: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73377: error: 'OP_ResultRow' undeclared (first use in this  
function)
sqlite3.c:73377: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'updateVirtualTable':
sqlite3.c:73458: error: 'OP_OpenEphemeral' undeclared (first use in  
this function)
sqlite3.c:73458: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73468: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:73468: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73470: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:73470: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:73471: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:73473: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:73476: error: 'OP_VUpdate' undeclared (first use in this  
function)
sqlite3.c:73476: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:73477: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:73477: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:73479: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:73479: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3Vacuum':
sqlite3.c:73563: error: 'OP_Vacuum' undeclared (first use in this  
function)
sqlite3.c:73563: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3VtabFinishParse':
sqlite3.c:74078: error: 'OP_Expire' undeclared (first use in this  
function)
sqlite3.c:74078: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:74080: error: 'OP_ParseSchema' undeclared (first use in this  
function)
sqlite3.c:74080: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:74081: error: 'OP_VCreate' undeclared (first use in this  
function)
sqlite3.c:74082: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3VtabOverloadFunction':
sqlite3.c:74565: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:74565: warning: comparison between pointer and integer
sqlite3.c: In function 'exprTableUsage':
sqlite3.c:74969: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:74969: warning: comparison between pointer and integer
sqlite3.c: In function 'allowedOp':
sqlite3.c:75012: error: 'TK_IN' undeclared (first use in this function)
sqlite3.c:75012: warning: comparison between pointer and integer
sqlite3.c:75012: error: 'TK_EQ' undeclared (first use in this function)
sqlite3.c:75012: warning: comparison between pointer and integer
sqlite3.c:75012: error: 'TK_GE' undeclared (first use in this function)
sqlite3.c:75012: warning: comparison between pointer and integer
sqlite3.c:75012: error: 'TK_ISNULL' undeclared (first use in this  
function)
sqlite3.c:75012: warning: comparison between pointer and integer
sqlite3.c: In function 'exprCommute':
sqlite3.c:75042: error: 'TK_GT' undeclared (first use in this function)
sqlite3.c:75042: warning: comparison between pointer and integer
sqlite3.c:75048: error: invalid operands to binary -
sqlite3.c:75048: error: invalid operands to binary ^
sqlite3.c:75048: error: invalid operands to binary +
sqlite3.c: In function 'operatorMask':
sqlite3.c:75058: error: 'TK_IN' undeclared (first use in this function)
sqlite3.c:75058: warning: comparison between pointer and integer
sqlite3.c:75060: error: 'TK_ISNULL' undeclared (first use in this  
function)
sqlite3.c:75060: warning: comparison between pointer and integer
sqlite3.c:75063: error: 'TK_EQ' undeclared (first use in this function)
sqlite3.c:75063: error: invalid operands to binary -
sqlite3.c:75063: error: invalid operands to binary <<
sqlite3.c: In function 'isLikeOrGlob':
sqlite3.c:75180: error: 'TK_STRING' undeclared (first use in this  
function)
sqlite3.c:75180: warning: comparison between pointer and integer
sqlite3.c:75180: error: 'TK_REGISTER' undeclared (first use in this  
function)
sqlite3.c:75180: warning: comparison between pointer and integer
sqlite3.c:75180: warning: comparison between pointer and integer
sqlite3.c:75184: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:75184: warning: comparison between pointer and integer
sqlite3.c: In function 'isMatchOfColumn':
sqlite3.c:75226: error: 'TK_FUNCTION' undeclared (first use in this  
function)
sqlite3.c:75226: warning: comparison between pointer and integer
sqlite3.c:75237: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:75237: warning: comparison between pointer and integer
sqlite3.c: In function 'exprAnalyze':
sqlite3.c:75378: error: 'TK_IN' undeclared (first use in this function)
sqlite3.c:75378: warning: comparison between pointer and integer
sqlite3.c:75382: error: 'TK_ISNULL' undeclared (first use in this  
function)
sqlite3.c:75382: warning: comparison between pointer and integer
sqlite3.c:75401: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:75401: warning: comparison between pointer and integer
sqlite3.c:75406: warning: comparison between pointer and integer
sqlite3.c:75441: error: 'TK_BETWEEN' undeclared (first use in this  
function)
sqlite3.c:75441: warning: comparison between pointer and integer
sqlite3.c:75444: error: 'TK_GE' undeclared (first use in this function)
sqlite3.c:75444: error: 'TK_LE' undeclared (first use in this function)
sqlite3.c:75474: error: 'TK_OR' undeclared (first use in this function)
sqlite3.c:75474: warning: comparison between pointer and integer
sqlite3.c:75483: warning: passing argument 3 of 'whereSplit' makes  
integer from pointer without a cast
sqlite3.c:75518: warning: passing argument 2 of 'sqlite3Expr' makes  
integer from pointer without a cast
sqlite3.c:75556: error: 'TK_STRING' undeclared (first use in this  
function)
sqlite3.c:75556: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:75574: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:75577: error: 'TK_LT' undeclared (first use in this function)
sqlite3.c:75577: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:75608: error: 'TK_MATCH' undeclared (first use in this  
function)
sqlite3.c:75608: warning: passing argument 2 of 'sqlite3Expr' makes  
integer from pointer without a cast
sqlite3.c: In function 'isSortingIndex':
sqlite3.c:75705: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:75705: warning: comparison between pointer and integer
sqlite3.c: In function 'sortableByRowid':
sqlite3.c:75802: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:75802: warning: comparison between pointer and integer
sqlite3.c: In function 'bestVirtualIndex':
sqlite3.c:75937: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:75937: warning: comparison between pointer and integer
sqlite3.c: In function 'bestIndex':
sqlite3.c:76144: error: 'TK_LT' undeclared (first use in this function)
sqlite3.c:76144: error: 'TK_EQ' undeclared (first use in this function)
sqlite3.c:76144: error: 'TK_LE' undeclared (first use in this function)
sqlite3.c:76144: error: 'TK_GT' undeclared (first use in this function)
sqlite3.c:76144: error: 'TK_GE' undeclared (first use in this function)
sqlite3.c: In function 'codeApplyAffinity':
sqlite3.c:76392: error: 'OP_Affinity' undeclared (first use in this  
function)
sqlite3.c:76392: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'codeEqualityTerm':
sqlite3.c:76423: error: 'TK_EQ' undeclared (first use in this function)
sqlite3.c:76423: warning: comparison between pointer and integer
sqlite3.c:76425: error: 'TK_ISNULL' undeclared (first use in this  
function)
sqlite3.c:76425: warning: comparison between pointer and integer
sqlite3.c:76427: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:76427: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:76438: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:76438: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:76451: error: 'OP_Rowid' undeclared (first use in this  
function)
sqlite3.c:76451: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:76453: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:76453: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:76455: error: 'OP_IsNull' undeclared (first use in this  
function)
sqlite3.c:76455: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c: In function 'codeAllEqualityTerms':
sqlite3.c:76523: error: 'OP_SCopy' undeclared (first use in this  
function)
sqlite3.c:76523: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:76528: error: 'OP_IsNull' undeclared (first use in this  
function)
sqlite3.c:76528: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3WhereBegin':
sqlite3.c:76694: error: 'TK_AND' undeclared (first use in this function)
sqlite3.c:76694: warning: passing argument 3 of 'whereSplit' makes  
integer from pointer without a cast
sqlite3.c:76911: error: 'OP_Explain' undeclared (first use in this  
function)
sqlite3.c:76911: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:76921: error: 'OP_VOpen' undeclared (first use in this  
function)
sqlite3.c:76922: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:76926: error: 'OP_OpenWrite' undeclared (first use in this  
function)
sqlite3.c:76926: error: 'OP_OpenRead' undeclared (first use in this  
function)
sqlite3.c:76926: warning: initialization makes integer from pointer  
without a cast
sqlite3.c:76942: error: 'OP_SetNumColumns' undeclared (first use in  
this function)
sqlite3.c:76942: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:76944: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:76991: error: 'OP_Integer' undeclared (first use in this  
function)
sqlite3.c:76991: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77025: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77026: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77027: error: 'OP_VFilter' undeclared (first use in this  
function)
sqlite3.c:77028: warning: passing argument 2 of 'sqlite3VdbeAddOp4'  
makes integer from pointer without a cast
sqlite3.c:77037: error: 'OP_VNext' undeclared (first use in this  
function)
sqlite3.c:77057: error: 'OP_MustBeInt' undeclared (first use in this  
function)
sqlite3.c:77057: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77058: error: 'OP_NotExists' undeclared (first use in this  
function)
sqlite3.c:77058: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:77060: error: 'OP_Noop' undeclared (first use in this  
function)
sqlite3.c:77069: error: 'TK_GT' undeclared (first use in this function)
sqlite3.c:77069: error: 'TK_EQ' undeclared (first use in this function)
sqlite3.c:77069: error: 'TK_GE' undeclared (first use in this function)
sqlite3.c:77070: error: 'TK_LT' undeclared (first use in this function)
sqlite3.c:77070: error: 'TK_LE' undeclared (first use in this function)
sqlite3.c:77083: error: 'OP_ForceInt' undeclared (first use in this  
function)
sqlite3.c:77084: warning: comparison between pointer and integer
sqlite3.c:77084: warning: comparison between pointer and integer
sqlite3.c:77084: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:77085: error: 'OP_MoveLt' undeclared (first use in this  
function)
sqlite3.c:77085: error: 'OP_MoveGe' undeclared (first use in this  
function)
sqlite3.c:77085: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:77090: error: 'OP_Last' undeclared (first use in this  
function)
sqlite3.c:77090: error: 'OP_Rewind' undeclared (first use in this  
function)
sqlite3.c:77090: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77099: warning: comparison between pointer and integer
sqlite3.c:77099: warning: comparison between pointer and integer
sqlite3.c:77100: error: 'OP_Le' undeclared (first use in this function)
sqlite3.c:77100: error: 'OP_Ge' undeclared (first use in this function)
sqlite3.c:77100: warning: assignment makes integer from pointer  
without a cast
sqlite3.c:77102: error: 'OP_Lt' undeclared (first use in this function)
sqlite3.c:77102: error: 'OP_Gt' undeclared (first use in this function)
sqlite3.c:77102: warning: assignment makes integer from pointer  
without a cast
sqlite3.c:77107: error: 'OP_Prev' undeclared (first use in this  
function)
sqlite3.c:77107: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:77107: warning: assignment makes integer from pointer  
without a cast
sqlite3.c:77110: warning: comparison between pointer and integer
sqlite3.c:77112: error: 'OP_Rowid' undeclared (first use in this  
function)
sqlite3.c:77112: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77155: error: 'OP_MoveGt' undeclared (first use in this  
function)
sqlite3.c:77159: error: 'OP_MoveLe' undeclared (first use in this  
function)
sqlite3.c:77162: error: 'OP_IdxGE' undeclared (first use in this  
function)
sqlite3.c:77164: error: 'OP_IdxLT' undeclared (first use in this  
function)
sqlite3.c:77237: error: 'OP_IsNull' undeclared (first use in this  
function)
sqlite3.c:77237: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77240: error: 'OP_Null' undeclared (first use in this  
function)
sqlite3.c:77240: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77263: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77288: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:77288: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:77289: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77294: error: 'OP_IdxRowid' undeclared (first use in this  
function)
sqlite3.c:77294: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77295: warning: passing argument 2 of 'sqlite3VdbeAddOp3'  
makes integer from pointer without a cast
sqlite3.c:77302: warning: assignment makes integer from pointer  
without a cast
sqlite3.c:77314: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77341: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c: In function 'sqlite3WhereEnd':
sqlite3.c:77438: error: 'OP_Noop' undeclared (first use in this  
function)
sqlite3.c:77438: warning: comparison between pointer and integer
sqlite3.c:77447: error: 'OP_Next' undeclared (first use in this  
function)
sqlite3.c:77447: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77455: error: 'OP_IfPos' undeclared (first use in this  
function)
sqlite3.c:77455: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:77456: error: 'OP_NullRow' undeclared (first use in this  
function)
sqlite3.c:77456: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:77458: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:77460: error: 'OP_Goto' undeclared (first use in this  
function)
sqlite3.c:77460: warning: passing argument 2 of 'sqlite3VdbeAddOp2'  
makes integer from pointer without a cast
sqlite3.c:77478: error: 'OP_Close' undeclared (first use in this  
function)
sqlite3.c:77478: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:77481: warning: passing argument 2 of 'sqlite3VdbeAddOp1'  
makes integer from pointer without a cast
sqlite3.c:77508: error: 'OP_Column' undeclared (first use in this  
function)
sqlite3.c:77508: warning: comparison between pointer and integer
sqlite3.c:77517: error: 'OP_Rowid' undeclared (first use in this  
function)
sqlite3.c:77517: warning: comparison between pointer and integer
sqlite3.c:77519: error: 'OP_IdxRowid' undeclared (first use in this  
function)
sqlite3.c:77520: warning: comparison between pointer and integer
sqlite3.c: In function 'yy_reduce':
sqlite3.c:79525: error: 'TK_DEFERRED' undeclared (first use in this  
function)
sqlite3.c:79637: error: 'TK_UMINUS' undeclared (first use in this  
function)
sqlite3.c:79637: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79643: error: 'TK_STRING' undeclared (first use in this  
function)
sqlite3.c:79643: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79777: error: 'TK_ALL' undeclared (first use in this function)
sqlite3.c:79802: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79808: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79809: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:79809: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79810: error: 'TK_DOT' undeclared (first use in this function)
sqlite3.c:79810: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79979: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79983: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79984: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79985: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79990: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79991: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79992: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79993: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:79994: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80003: error: 'TK_VARIABLE' undeclared (first use in this  
function)
sqlite3.c:80003: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80014: error: 'TK_CAST' undeclared (first use in this  
function)
sqlite3.c:80014: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80042: error: 'TK_CONST_FUNC' undeclared (first use in this  
function)
sqlite3.c:80074: error: 'TK_NOT' undeclared (first use in this function)
sqlite3.c:80074: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80087: error: 'TK_ISNULL' undeclared (first use in this  
function)
sqlite3.c:80087: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80093: error: 'TK_NOTNULL' undeclared (first use in this  
function)
sqlite3.c:80093: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80099: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80112: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80118: error: 'TK_UPLUS' undeclared (first use in this  
function)
sqlite3.c:80118: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80126: error: 'TK_BETWEEN' undeclared (first use in this  
function)
sqlite3.c:80126: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80132: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80138: error: 'TK_IN' undeclared (first use in this function)
sqlite3.c:80138: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80145: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80151: error: 'TK_SELECT' undeclared (first use in this  
function)
sqlite3.c:80151: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80163: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80170: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80177: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80184: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80190: error: 'TK_EXISTS' undeclared (first use in this  
function)
sqlite3.c:80190: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80202: error: 'TK_CASE' undeclared (first use in this  
function)
sqlite3.c:80202: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80242: error: 'TK_COLUMN' undeclared (first use in this  
function)
sqlite3.c:80242: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80254: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80304: error: 'TK_BEFORE' undeclared (first use in this  
function)
sqlite3.c:80307: error: 'TK_AFTER' undeclared (first use in this  
function)
sqlite3.c:80310: error: 'TK_INSTEAD' undeclared (first use in this  
function)
sqlite3.c:80317: error: 'TK_UPDATE' undeclared (first use in this  
function)
sqlite3.c:80367: error: 'TK_RAISE' undeclared (first use in this  
function)
sqlite3.c:80367: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c:80376: warning: passing argument 2 of 'sqlite3PExpr' makes  
integer from pointer without a cast
sqlite3.c: In function 'keywordCode':
sqlite3.c:80830: error: 'TK_BEFORE' undeclared (first use in this  
function)
sqlite3.c:80830: error: 'TK_FOR' undeclared (first use in this function)
sqlite3.c:80830: error: 'TK_FOREIGN' undeclared (first use in this  
function)
sqlite3.c:80830: error: 'TK_IGNORE' undeclared (first use in this  
function)
sqlite3.c:80830: error: 'TK_LIKE_KW' undeclared (first use in this  
function)
sqlite3.c:80831: error: 'TK_EXPLAIN' undeclared (first use in this  
function)
sqlite3.c:80831: error: 'TK_INSTEAD' undeclared (first use in this  
function)
sqlite3.c:80831: error: 'TK_ADD' undeclared (first use in this function)
sqlite3.c:80831: error: 'TK_DESC' undeclared (first use in this  
function)
sqlite3.c:80831: error: 'TK_ESCAPE' undeclared (first use in this  
function)
sqlite3.c:80832: error: 'TK_EACH' undeclared (first use in this  
function)
sqlite3.c:80832: error: 'TK_CHECK' undeclared (first use in this  
function)
sqlite3.c:80832: error: 'TK_KEY' undeclared (first use in this function)
sqlite3.c:80832: error: 'TK_CONSTRAINT' undeclared (first use in this  
function)
sqlite3.c:80832: error: 'TK_INTERSECT' undeclared (first use in this  
function)
sqlite3.c:80833: error: 'TK_TABLE' undeclared (first use in this  
function)
sqlite3.c:80833: error: 'TK_JOIN_KW' undeclared (first use in this  
function)
sqlite3.c:80833: error: 'TK_THEN' undeclared (first use in this  
function)
sqlite3.c:80833: error: 'TK_END' undeclared (first use in this function)
sqlite3.c:80833: error: 'TK_DATABASE' undeclared (first use in this  
function)
sqlite3.c:80834: error: 'TK_AS' undeclared (first use in this function)
sqlite3.c:80834: error: 'TK_SELECT' undeclared (first use in this  
function)
sqlite3.c:80834: error: 'TK_TRANSACTION' undeclared (first use in this  
function)
sqlite3.c:80834: error: 'TK_ON' undeclared (first use in this function)
sqlite3.c:80835: error: 'TK_ALTER' undeclared (first use in this  
function)
sqlite3.c:80835: error: 'TK_RAISE' undeclared (first use in this  
function)
sqlite3.c:80835: error: 'TK_ELSE' undeclared (first use in this  
function)
sqlite3.c:80835: error: 'TK_EXCEPT' undeclared (first use in this  
function)
sqlite3.c:80835: error: 'TK_TRIGGER' undeclared (first use in this  
function)
sqlite3.c:80836: error: 'TK_REFERENCES' undeclared (first use in this  
function)
sqlite3.c:80836: error: 'TK_UNIQUE' undeclared (first use in this  
function)
sqlite3.c:80836: error: 'TK_QUERY' undeclared (first use in this  
function)
sqlite3.c:80836: error: 'TK_ATTACH' undeclared (first use in this  
function)
sqlite3.c:80836: error: 'TK_HAVING' undeclared (first use in this  
function)
sqlite3.c:80837: error: 'TK_GROUP' undeclared (first use in this  
function)
sqlite3.c:80837: error: 'TK_UPDATE' undeclared (first use in this  
function)
sqlite3.c:80837: error: 'TK_TEMP' undeclared (first use in this  
function)
sqlite3.c:80837: error: 'TK_OR' undeclared (first use in this function)
sqlite3.c:80838: error: 'TK_BEGIN' undeclared (first use in this  
function)
sqlite3.c:80838: error: 'TK_REINDEX' undeclared (first use in this  
function)
sqlite3.c:80838: error: 'TK_INDEX' undeclared (first use in this  
function)
sqlite3.c:80838: error: 'TK_EXCLUSIVE' undeclared (first use in this  
function)
sqlite3.c:80839: error: 'TK_EXISTS' undeclared (first use in this  
function)
sqlite3.c:80839: error: 'TK_BETWEEN' undeclared (first use in this  
function)
sqlite3.c:80839: error: 'TK_NOTNULL' undeclared (first use in this  
function)
sqlite3.c:80839: error: 'TK_NOT' undeclared (first use in this function)
sqlite3.c:80839: error: 'TK_NULL' undeclared (first use in this  
function)
sqlite3.c:80840: error: 'TK_CASCADE' undeclared (first use in this  
function)
sqlite3.c:80840: error: 'TK_ASC' undeclared (first use in this function)
sqlite3.c:80840: error: 'TK_DEFERRABLE' undeclared (first use in this  
function)
sqlite3.c:80840: error: 'TK_CASE' undeclared (first use in this  
function)
sqlite3.c:80841: error: 'TK_COLLATE' undeclared (first use in this  
function)
sqlite3.c:80841: error: 'TK_CREATE' undeclared (first use in this  
function)
sqlite3.c:80841: error: 'TK_CTIME_KW' undeclared (first use in this  
function)
sqlite3.c:80841: error: 'TK_DELETE' undeclared (first use in this  
function)
sqlite3.c:80841: error: 'TK_DETACH' undeclared (first use in this  
function)
sqlite3.c:80842: error: 'TK_IMMEDIATE' undeclared (first use in this  
function)
sqlite3.c:80842: error: 'TK_JOIN' undeclared (first use in this  
function)
sqlite3.c:80842: error: 'TK_INSERT' undeclared (first use in this  
function)
sqlite3.c:80842: error: 'TK_MATCH' undeclared (first use in this  
function)
sqlite3.c:80842: error: 'TK_PLAN' undeclared (first use in this  
function)
sqlite3.c:80843: error: 'TK_ANALYZE' undeclared (first use in this  
function)
sqlite3.c:80843: error: 'TK_PRAGMA' undeclared (first use in this  
function)
sqlite3.c:80843: error: 'TK_ABORT' undeclared (first use in this  
function)
sqlite3.c:80843: error: 'TK_VALUES' undeclared (first use in this  
function)
sqlite3.c:80843: error: 'TK_VIRTUAL' undeclared (first use in this  
function)
sqlite3.c:80844: error: 'TK_LIMIT' undeclared (first use in this  
function)
sqlite3.c:80844: error: 'TK_WHEN' undeclared (first use in this  
function)
sqlite3.c:80844: error: 'TK_WHERE' undeclared (first use in this  
function)
sqlite3.c:80844: error: 'TK_RENAME' undeclared (first use in this  
function)
sqlite3.c:80844: error: 'TK_AFTER' undeclared (first use in this  
function)
sqlite3.c:80845: error: 'TK_REPLACE' undeclared (first use in this  
function)
sqlite3.c:80845: error: 'TK_AND' undeclared (first use in this function)
sqlite3.c:80845: error: 'TK_DEFAULT' undeclared (first use in this  
function)
sqlite3.c:80845: error: 'TK_AUTOINCR' undeclared (first use in this  
function)
sqlite3.c:80845: error: 'TK_TO' undeclared (first use in this function)
sqlite3.c:80846: error: 'TK_IN' undeclared (first use in this function)
sqlite3.c:80846: error: 'TK_CAST' undeclared (first use in this  
function)
sqlite3.c:80846: error: 'TK_COLUMNKW' undeclared (first use in this  
function)
sqlite3.c:80846: error: 'TK_COMMIT' undeclared (first use in this  
function)
sqlite3.c:80846: error: 'TK_CONFLICT' undeclared (first use in this  
function)
sqlite3.c:80847: error: 'TK_PRIMARY' undeclared (first use in this  
function)
sqlite3.c:80847: error: 'TK_DEFERRED' undeclared (first use in this  
function)
sqlite3.c:80848: error: 'TK_DISTINCT' undeclared (first use in this  
function)
sqlite3.c:80848: error: 'TK_IS' undeclared (first use in this function)
sqlite3.c:80848: error: 'TK_DROP' undeclared (first use in this  
function)
sqlite3.c:80848: error: 'TK_FAIL' undeclared (first use in this  
function)
sqlite3.c:80848: error: 'TK_FROM' undeclared (first use in this  
function)
sqlite3.c:80849: error: 'TK_BY' undeclared (first use in this function)
sqlite3.c:80849: error: 'TK_IF' undeclared (first use in this function)
sqlite3.c:80849: error: 'TK_INTO' undeclared (first use in this  
function)
sqlite3.c:80850: error: 'TK_OF' undeclared (first use in this function)
sqlite3.c:80850: error: 'TK_OFFSET' undeclared (first use in this  
function)
sqlite3.c:80850: error: 'TK_SET' undeclared (first use in this function)
sqlite3.c:80850: error: 'TK_ISNULL' undeclared (first use in this  
function)
sqlite3.c:80850: error: 'TK_ORDER' undeclared (first use in this  
function)
sqlite3.c:80851: error: 'TK_RESTRICT' undeclared (first use in this  
function)
sqlite3.c:80851: error: 'TK_ROLLBACK' undeclared (first use in this  
function)
sqlite3.c:80851: error: 'TK_ROW' undeclared (first use in this function)
sqlite3.c:80852: error: 'TK_UNION' undeclared (first use in this  
function)
sqlite3.c:80852: error: 'TK_USING' undeclared (first use in this  
function)
sqlite3.c:80852: error: 'TK_VACUUM' undeclared (first use in this  
function)
sqlite3.c:80852: error: 'TK_VIEW' undeclared (first use in this  
function)
sqlite3.c:80852: error: 'TK_INITIALLY' undeclared (first use in this  
function)
sqlite3.c:80853: error: 'TK_ALL' undeclared (first use in this function)
sqlite3.c:80856: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:80856: warning: return makes integer from pointer without a  
cast
sqlite3.c:80865: warning: return makes integer from pointer without a  
cast
sqlite3.c: In function 'sqlite3GetToken':
sqlite3.c:80932: error: 'TK_SPACE' undeclared (first use in this  
function)
sqlite3.c:80941: error: 'TK_MINUS' undeclared (first use in this  
function)
sqlite3.c:80945: error: 'TK_LP' undeclared (first use in this function)
sqlite3.c:80949: error: 'TK_RP' undeclared (first use in this function)
sqlite3.c:80953: error: 'TK_SEMI' undeclared (first use in this  
function)
sqlite3.c:80957: error: 'TK_PLUS' undeclared (first use in this  
function)
sqlite3.c:80961: error: 'TK_STAR' undeclared (first use in this  
function)
sqlite3.c:80966: error: 'TK_SLASH' undeclared (first use in this  
function)
sqlite3.c:80975: error: 'TK_REM' undeclared (first use in this function)
sqlite3.c:80979: error: 'TK_EQ' undeclared (first use in this function)
sqlite3.c:80984: error: 'TK_LE' undeclared (first use in this function)
sqlite3.c:80987: error: 'TK_NE' undeclared (first use in this function)
sqlite3.c:80990: error: 'TK_LSHIFT' undeclared (first use in this  
function)
sqlite3.c:80993: error: 'TK_LT' undeclared (first use in this function)
sqlite3.c:80999: error: 'TK_GE' undeclared (first use in this function)
sqlite3.c:81002: error: 'TK_RSHIFT' undeclared (first use in this  
function)
sqlite3.c:81005: error: 'TK_GT' undeclared (first use in this function)
sqlite3.c:81011: error: 'TK_ILLEGAL' undeclared (first use in this  
function)
sqlite3.c:81020: error: 'TK_BITOR' undeclared (first use in this  
function)
sqlite3.c:81023: error: 'TK_CONCAT' undeclared (first use in this  
function)
sqlite3.c:81028: error: 'TK_COMMA' undeclared (first use in this  
function)
sqlite3.c:81032: error: 'TK_BITAND' undeclared (first use in this  
function)
sqlite3.c:81036: error: 'TK_BITNOT' undeclared (first use in this  
function)
sqlite3.c:81053: error: 'TK_STRING' undeclared (first use in this  
function)
sqlite3.c:81056: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:81068: error: 'TK_DOT' undeclared (first use in this function)
sqlite3.c:81076: error: 'TK_INTEGER' undeclared (first use in this  
function)
sqlite3.c:81082: error: 'TK_FLOAT' undeclared (first use in this  
function)
sqlite3.c:81102: warning: assignment makes integer from pointer  
without a cast
sqlite3.c:81106: error: 'TK_VARIABLE' undeclared (first use in this  
function)
sqlite3.c:81115: error: 'TK_REGISTER' undeclared (first use in this  
function)
sqlite3.c:81155: error: 'TK_BLOB' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3RunParser':
sqlite3.c:81227: error: 'TK_SPACE' undeclared (first use in this  
function)
sqlite3.c:81227: warning: case label value exceeds maximum value for  
type
sqlite3.c:81235: error: 'TK_ILLEGAL' undeclared (first use in this  
function)
sqlite3.c:81235: warning: case label value exceeds maximum value for  
type
sqlite3.c:81242: error: 'TK_SEMI' undeclared (first use in this  
function)
sqlite3.c:81242: warning: case label value exceeds maximum value for  
type
sqlite3.c:81258: warning: comparison between pointer and integer
sqlite3.c:81259: warning: passing argument 2 of 'sqlite3Parser' makes  
integer from pointer without a cast
gnumake: *** [sqlite3.lo] Error 1
Error: Target org.macports.build returned: shell command " cd "/opt/ 
local/var/macports/build/ 
_opt_local_var_macports_sources_rsync 
.macports.org_release_ports_databases_sqlite3/work/sqlite-3.6.2" &&  
gnumake all " returned error 2
Command output: sqlite3.c:80990: error: 'TK_LSHIFT' undeclared (first  
use in this function)
sqlite3.c:80993: error: 'TK_LT' undeclared (first use in this function)
sqlite3.c:80999: error: 'TK_GE' undeclared (first use in this function)
sqlite3.c:81002: error: 'TK_RSHIFT' undeclared (first use in this  
function)
sqlite3.c:81005: error: 'TK_GT' undeclared (first use in this function)
sqlite3.c:81011: error: 'TK_ILLEGAL' undeclared (first use in this  
function)
sqlite3.c:81020: error: 'TK_BITOR' undeclared (first use in this  
function)
sqlite3.c:81023: error: 'TK_CONCAT' undeclared (first use in this  
function)
sqlite3.c:81028: error: 'TK_COMMA' undeclared (first use in this  
function)
sqlite3.c:81032: error: 'TK_BITAND' undeclared (first use in this  
function)
sqlite3.c:81036: error: 'TK_BITNOT' undeclared (first use in this  
function)
sqlite3.c:81053: error: 'TK_STRING' undeclared (first use in this  
function)
sqlite3.c:81056: error: 'TK_ID' undeclared (first use in this function)
sqlite3.c:81068: error: 'TK_DOT' undeclared (first use in this function)
sqlite3.c:81076: error: 'TK_INTEGER' undeclared (first use in this  
function)
sqlite3.c:81082: error: 'TK_FLOAT' undeclared (first use in this  
function)
sqlite3.c:81102: warning: assignment makes integer from pointer  
without a cast
sqlite3.c:81106: error: 'TK_VARIABLE' undeclared (first use in this  
function)
sqlite3.c:81115: error: 'TK_REGISTER' undeclared (first use in this  
function)
sqlite3.c:81155: error: 'TK_BLOB' undeclared (first use in this  
function)
sqlite3.c: In function 'sqlite3RunParser':
sqlite3.c:81227: error: 'TK_SPACE' undeclared (first use in this  
function)
sqlite3.c:81227: warning: case label value exceeds maximum value for  
type
sqlite3.c:81235: error: 'TK_ILLEGAL' undeclared (first use in this  
function)
sqlite3.c:81235: warning: case label value exceeds maximum value for  
type
sqlite3.c:81242: error: 'TK_SEMI' undeclared (first use in this  
function)
sqlite3.c:81242: warning: case label value exceeds maximum value for  
type
sqlite3.c:81258: warning: comparison between pointer and integer
sqlite3.c:81259: warning: passing argument 2 of 'sqlite3Parser' makes  
integer from pointer without a cast
gnumake: *** [sqlite3.lo] Error 1

Warning: the following items did not execute (for sqlite3):  
org.macports.activate org.macports.build org.macports.destroot  
org.macports.install
Error: Status 1 encountered during processing.

On Sep 6, 2008, at 5:32 AM, Kieran Kelleher wrote:

> I have been a macports user for years. Today I got my first port
> install error ..... any idea what the problem might be? .... the
> concole output is below with failure at the end ......
>
> The machine is MacPro 8-core intel running Leopard 10.5.4
>



More information about the macports-users mailing list