Android build broken

Hi!

I’ve opened an issue on github about this. The problem is that POSIX shared memory functions are not available on Android.

My suggestion is that all code related to shared memory should be removed from Android builds and an additional runtime exception warning should be generated if there was an attempt to use it.

What do you think?

This one is old, but as it’s been resolved on Github, I thought I’d summarize the solution to tie things together - the code using shared memory functions was circumvented for Android using #if directives. See

Vishaal