
11 Jul
2012
11 Jul
'12
2:55 p.m.
On 07/11/2012 05:12 PM, Michael Snoyman wrote:
Thanks for the feedback. However, looking at sqlite3.c, I see the necessary #include statements:
#include
#include #include I'm confident that none of my code is making calls to stat/stat64 via the FFI. In case it makes a difference, this problem also disappears if I compile the library against the system copy of sqlite3 instead of using the C source.
You may need some extra defines, see the comments in "man stat64". Regards,