I am trying to compile the library of Xercesc-c but the truth is that I can not and the things that I have found have not helped me. I'm trying to do this with Android-make but I really do not know if it is possible to compile this for APP_ABI: = armeabi-v7a, I would like to obtain a .so or a static library. But the truth is that all my results are unsuccessful. The reason why I have to use this library is because it is dependent on another one and I am trying to migrate to android to be able to make it work.
Has anyone been successful trying to compile this for android?
I downloaded the github project from here https://github.com/pelya/commandergenius/tree/sdl_android/project/jni/xerces, but due to my limited knowledge I could not compile it.