Seems like the newly merged sdl has some config issues:
[ 4%] Building C object Source/ThirdParty/SDL/CMakeFiles/SDL.dir/src/core/android/SDL_android.c.o
D:/software/Urho3D_dev/Source/ThirdParty/SDL/src/core/android/SDL_android.c: In function ‘SDL_Android_Init’:
D:/software/Urho3D_dev/Source/ThirdParty/SDL/src/core/android/SDL_android.c:135:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
const char *str;
^
D:/software/Urho3D_dev/Source/ThirdParty/SDL/src/core/android/SDL_android.c:142:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
size_t length = strlen(str) + 1;
Windows 8 64bit, Android NDK r12b, latest master branch.