-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

D. Richard Hipp wrote:
> SQLite version 3.6.17 is now available

There is a problem in the amalgamation (.tar.gz but not .zip) where
SQLITE_API is repeated multiple times making the code invalid if defined to
anything. Example:

> SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
> SQLITE_API SQLITE_API SQLITE_API SQLITE_API const char 
> *sqlite3_libversion(void);
> SQLITE_API SQLITE_API SQLITE_API SQLITE_API int 
> sqlite3_libversion_number(void);

Even this block is repeated 3 times:

> #ifndef SQLITE_API
> # define SQLITE_API
> #endif

Can you give some idea of how this will be fixed which will determine if I
need to make my build process fix it or just download a fixed version?

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkqAdWYACgkQmOOfHg372QROSwCfaJo0JO4gsEODw1Cs0NIIy684
m8gAoJ8uTAh10y9nkpvmUpaS/31kvdz8
=vZDh
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to