On the repo of the issue you linked, there is a manually copied [nimbase.h file](https://github.com/GordonBGood/NimHelloJNI/blob/master/app/src/main/cpp/nimbase.h) from an old version of Nim compared to [the latest one](https://github.com/nim-lang/Nim/blob/3a1109a53be172a92c63ebc5bdb69c45e78e9ca6/lib/nimbase.h). Newer versions of this `nimbase.h` file have the macro `NIM_ALIGNOF`, which newer version of Nim uses in its code output.
- Anyone written an Android app using Nim-generated Native code ... GordonBGood
- Anyone written an Android app using Nim-generated Native ... Hlaaftana
