D. Richard Hipp wrote: > On Aug 10, 2009, at 5:11 PM, Andreas Kupries wrote: >>> The amalgamation has been rebuilt and a new (corrected) version is on >>> the website. >>> >>> The underlying problem is that a new SQLITE_API is added to the >>> sqlite3.h file every time you do "make sqlite3.c". So if you do that >>> multiple times without doing "make clean" in between, you get >>> multiple >>> copies of SQLITE_API. We'll fix the makefile later. The present fix >>> is to do "make clean; make sqlite3.c" before rebuilding the >>> amalgamation tarball. >> The TEA tarball is apparently affected in the same way, and doesn't >> seem to >> have been updated. > > > Does it need to be? Does anybody every define SQLITE_API to anything > other than nothing on a TEA build?
Hm. Let me check ... Ok, according to the grep I have lots of uses, and only one definition, to empty (if undefined, the default). Nothing in configure, nor configure.in ... Ok, you are correct, it should not matter to TEA and me. Apologies for the quick-shot mail without checking before. Andreas. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users