[CELT-dev] Problems compiling with Android NDK

John Ridges jridges at masque.com
Wed Sep 21 07:36:31 PDT 2011


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





More information about the celt-dev mailing list