> Hi Experts,
> Did you try to compile and link your program with SQLite 3.8.5 with 
> SQLITE_OMIT_WAL macro predefined? The compilation was successfully complete. 
> But it would report a link error and complain it could not find the 
> definition for unixGetpagesize function. I checked the souce code and find 
> unixGetpagesize function was defined inside #ifndef SQLITE_OMIT_WAL…..#endif. 
> But it is used outside of #ifndef SQLITE_OMIT_WAL. Is it a bug? Can I just 
> move unixGetpagesize out side of #ifndef SQLITE_OMIT_WAL … #endif?
>  
>  
>  
> Version information:
> #define SQLITE_VERSION        "3.8.5"
> #define SQLITE_VERSION_NUMBER 3008005
> #define SQLITE_SOURCE_ID      "2014-06-04 14:06:34 
> b1ed4f2a34ba66c29b130f8d13e9092758019212"
> 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to