Re: [sqlite] Android large file support patch

2013-06-01 Thread Pepijn Van Eeckhoudt
Yes, that's exactly what I'm doing. I wasn't sure if I should include those in the patch or not since they're machine generated. I can send the generated .S files in an additional patch if you like. Pepijn Op 1-jun.-2013 om 08:20 heeft Dan Kennedy het volgende geschreven: > On 05/31/2013 09:

Re: [sqlite] Android large file support patch

2013-05-31 Thread Dan Kennedy
On 05/31/2013 09:28 PM, Pepijn Van Eeckhoudt wrote: Sorry for the non-threaded reply. My subscription was set to digest mode... Patch is available at https://dl.dropboxusercontent.com/u/105584447/android_largefile.patch Thanks for the patch. When I compile on Android with it, I get linker erro

[sqlite] Android large file support patch

2013-05-31 Thread Pepijn Van Eeckhoudt
Sorry for the non-threaded reply. My subscription was set to digest mode... Patch is available at https://dl.dropboxusercontent.com/u/105584447/android_largefile.patch Pepijn ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/c

Re: [sqlite] Android large file support patch

2013-05-31 Thread Dan Kennedy
On 05/31/2013 03:01 PM, Pepijn Van Eeckhoudt wrote: Hi all, I've ran into some issues running sqlite on Android when handling files larger than 4Gb. Support for this counts on glibc style large file support where off_t and off64_t are identical. In bionic (Android C runtime) this is not the case

[sqlite] Android large file support patch

2013-05-31 Thread Pepijn Van Eeckhoudt
Hi all, I've ran into some issues running sqlite on Android when handling files larger than 4Gb. Support for this counts on glibc style large file support where off_t and off64_t are identical. In bionic (Android C runtime) this is not the case. off_t is always 32-bit; for 64-bit offsets off64_t a