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?


D. Richard Hipp
d...@hwaci.com



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

Reply via email to