Hmm, I'm running into errors recompiling SFML after updating to account for the branch merge.
Right now these are the steps I'm taking:
- Using Cmake GUI on Windows:
- Select source and build paths
- Set ANDROID_NDK variable to point to my Android_NDK path
- Hit Configure- Select MinGW Makefiles and specify toolchain for cross-compiling. Point to the SFML Android toolchain.
- Warnings appear saying "Could not uniquely determine machine name"
- Eh, what are warnings? Generate makefiles successfully.
- Try to run make (both the one included with Cygwin and the one packaged with the NDK, neither worked) in the build dir. Get's to 66% then errors out saying "GL_FUNC_ADD was not declared in this scope"
I was able to build the SFML libs properly for Windows, though that was with running the make included with the Android ndk, which generated a Visual Studio solution that I used to compile it. I previously had the android implementation compiling too, and I don't think I'm doing anything differently this time around.