Got the latest [3392f8fa] fix from the trunk but now get these 
errors/warnings:

./sqlite3.c:27509:42: error: expected expression before ?,? token
   { "munmap",       (sqlite3_syscall_ptr),                0 },
                                          ^
./sqlite3.c:27387:12: warning: ?unixGetpagesize? used but never defined 
[enabled by default]
static int unixGetpagesize(void);
            ^

-----Original Message----- 
From: to...@acm.org
Sent: Friday, January 08, 2016 8:52 PM
To: General Discussion of SQLite Database
Subject: [sqlite] SQLite3 v3.10.0 compilation error

(Under Linux)

I?m using the SQLITE_OMIT_WAL option and because of this the #define 
osReadlink is not defined (amalgamation line # 27508) which is later 
required by unixFullPathname function, and compilation fails.

Thanks.

*** SORRY IF YOU HAVE RECEIVED THIS TWICE ? NOT SURE IT MADE IT THE FIRST 
TIME ***
_______________________________________________
sqlite-users mailing list
sqlite-users at mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users 

Reply via email to