Shane Harrelson wrote:
> I checked in some updates to the "configure" support that will hopefully do
> the right thing and pass any OMIT options to lemon and mkkeywordhash.

Thanks, this allowed the code to compile to completion, leaving only 3 
minor warnings:

sqlite3.c: In function ‘rtreeCreate’:
sqlite3.c:91061: warning: cast from pointer to integer of different size
sqlite3.c: In function ‘rtreeConnect’:
sqlite3.c:91074: warning: cast from pointer to integer of different size
sqlite3.c: At top level:
sqlite3.c:9773: warning: ‘sqlite3MaterializeView’ used but never defined

> There was also a minor fix to handle SQLITE_OMIT_VIEW being defined while
> SQLITE_OMIT_SUBQUERY is undefined in select.c (something you probably rand
> into with your example.)  Also note that in your example, -DTEMP_STORE=2
> should probably be replaced with some variation of the --enable-tempstore
> configure option.

Actually, I have both --enable-tempstore=always and -DTEMP_STORE=2 
(belts and suspenders).

 >
 > HTH.
 > -Shane

Indeed.

Steve

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to