jeudi 6 août 2015

sqlite compilation error C1017 SQLITE_ENABLE_COLUMN_METADATA

I use VS2013 to compile it.

After I have upgraded to the latest version of sqlite I get this error at compile

sqlite3.c(14126): fatal error C1017: invalid integer constant expression

I compile sqlite with #define SQLITE_ENABLE_COLUMN_METADATA

Line 14126 have this

#if SQLITE_ENABLE_COLUMN_METADATA
  "ENABLE_COLUMN_METADATA",
#endif

going back to the old version of sqlite from 2014 it gets compiled without any error. I also have tried sqlite 3.8.10 from a few months ago and still get the error.

Aucun commentaire:

Enregistrer un commentaire