[sqlite] Problem b building sqlite on macOS android.

2018-05-13 Thread Mark Sibly
Hi, I am having problems building sqlite with the android NDK for macos. Weirdly, it *does* build fine on windows ndk. The errors I am getting are shown below. Bye, Mark '-- errors building sqlite on macOS android ndk

[sqlite] compiling for android

2017-09-11 Thread Mark Sibly
Hi, I just encountered a problem trying to build the sqlite amalgamation package for android with the latest NDK (v15.2.4203891) on windows 10. The compiler couldn't find mmap, which was causing a ton of errors. I solved it by sticking this at the top-ish of sqlite3.c #if __ANDROID__ #include