Hi all, I can't get CELT to compile with the latest version of the Android NDK. It seems that the compiler (GNU) is rejecting any variable that starts with an underscore and then a capital letter (e.g. "_C"). I know that according to the C++ standard these are "Reserved Names" and must not be used in user code, but the Android compiler seems to be applying this standard to C code as well. Has anyone come across this and found a solution to it? Thanks, John Ridges
Reasonably Related Threads
- [Aarch64 00/11] Patches to enable Aarch64
- [LLVMdev] Clang now included in Android NDK r8c
- [LLVMdev] Clang now included in Android NDK r8c
- [LLVMdev] llvm shipping with android ndk for building ghc cross compiler
- [LLVMdev] Clang now included in Android NDK r8c