Hello,
Updating to trunk this morning results in this failure when attempting to build:
% ./configure --disable-editline
G_H -DBUILD_sqlite -DNDEBUG -I/usr/local/include/tcl8.6
-DSQLITE_THREADSAFE=1 -DSQLITE_TEMP_STORE=1 -c sqlite3.c -o sqlite3.o
sqlite3.c:21951:9: error: use of undeclared identifier 'uintptr_h';
did you mean 'uintptr_t'?
if( SQLITE_WITHIN(p, sqlite3GlobalConfig.pScratch, mem0.pScratchEnd) ){
^
sqlite3.c:9032:23: note: expanded from macro 'SQLITE_WITHIN'
((uintptr_t)(P)>=(uintptr_h)(S) && (uintptr_t)(P)<(uintptr_t)(E))
^
/usr/include/sys/_stdint.h:78:22: note: 'uintptr_t' declared here
typedef __uintptr_t uintptr_t;
^
sqlite3.c:21987:10: error: use of undeclared identifier 'uintptr_h';
did you mean 'uintptr_t'?
return SQLITE_WITHIN(p, db->lookaside.pStart, db->lookaside.pEnd);
^
sqlite3.c:9032:23: note: expanded from macro 'SQLITE_WITHIN'
((uintptr_t)(P)>=(uintptr_h)(S) && (uintptr_t)(P)<(uintptr_t)(E))
^
/usr/include/sys/_stdint.h:78:22: note: 'uintptr_t' declared here
typedef __uintptr_t uintptr_t;
^
sqlite3.c:62342:12: error: use of undeclared identifier 'uintptr_h';
did you mean 'uintptr_t'?
|| !SQLITE_WITHIN(pCell,aOld,&aOld[usableSize])
^
sqlite3.c:9032:23: note: expanded from macro 'SQLITE_WITHIN'
((uintptr_t)(P)>=(uintptr_h)(S) && (uintptr_t)(P)<(uintptr_t)(E))
^
/usr/include/sys/_stdint.h:78:22: note: 'uintptr_t' declared here
typedef __uintptr_t uintptr_t;
^
3 errors generated.
*** Error code 1
Stop.
make: stopped in /usr/home/sean/fossil-repos/sqlite3
Current installed version: SQLite version 3.10.0 2015-12-03 13:43:07
--
-------
inum: 883510009027723
sip: jungleboogie at sip2sip.info
xmpp: jungle-boogie at jit.si