-------------------------------------------------------
SVN - Not Found, Installing SVN!
-------------------------------------------------------
7-Zip (A) 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Error:
cannot find archive
-------------------------------------------------------
SVN - Installation Has Completed!
-------------------------------------------------------
ECHO está desactivado.
> Task :app:externalNativeBuildCleanDebug
Clean openbor armeabi-v7a,cpu-features cpufeatures
[armeabi-v7a] Clean : SDL2 [armeabi-v7a]
[armeabi-v7a] Clean : cpufeatures [armeabi-v7a]
[armeabi-v7a] Clean : hidapi [armeabi-v7a]
[armeabi-v7a] Clean : ogg [armeabi-v7a]
[armeabi-v7a] Clean : openbor [armeabi-v7a]
[armeabi-v7a] Clean : png [armeabi-v7a]
[armeabi-v7a] Clean : vorbisidec [armeabi-v7a]
[armeabi-v7a] Clean : vpx [armeabi-v7a]
BUILD SUCCESSFUL in 2s
4 actionable tasks: 3 executed, 1 up-to-date
> Task :app:compileDebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\openbor-6391\engine\android\app\src\main\java\org\libsdl\app\SDL.java u
ses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:externalNativeBuildDebug
Build openbor armeabi-v7a
[armeabi-v7a] Compile thumb : openbor <= control.c
[armeabi-v7a] Compile thumb : openbor <= joysticks.c
[armeabi-v7a] Compile thumb : openbor <= loadgl.c
[armeabi-v7a] Compile thumb : openbor <= menu.c
[armeabi-v7a] Compile thumb : openbor <= opengl.c
[armeabi-v7a] Compile thumb : openbor <= sblaster.c
[armeabi-v7a] Compile thumb : openbor <= sdlport.c
[armeabi-v7a] Compile thumb : openbor <= threads.c
[armeabi-v7a] Compile thumb : openbor <= timer.c
[armeabi-v7a] Compile thumb : openbor <= video.c
[armeabi-v7a] Compile thumb : openbor <= videocommon.c
[armeabi-v7a] Compile thumb : openbor <= openbor.c
[armeabi-v7a] Compile thumb : openbor <= openborscript.c
[armeabi-v7a] Compile thumb : openbor <= omath.c
[armeabi-v7a] Compile thumb : openbor <= stringptr.c
[armeabi-v7a] Compile thumb : openbor <= stristr.c
[armeabi-v7a] Compile thumb : openbor <= utils.c
[armeabi-v7a] Compile thumb : openbor <= adpcm.c
[armeabi-v7a] Compile thumb : openbor <= anigif.c
[armeabi-v7a] Compile thumb : openbor <= bitmap.c
[armeabi-v7a] Compile thumb : openbor <= draw.c
[armeabi-v7a] Compile thumb : openbor <= draw16.c
[armeabi-v7a] Compile thumb : openbor <= draw32.c
[armeabi-v7a] Compile thumb : openbor <= filecache.c
[armeabi-v7a] Compile thumb : openbor <= filters.c
[armeabi-v7a] Compile thumb : openbor <= font.c
[armeabi-v7a] Compile thumb : openbor <= loadimg.c
[armeabi-v7a] Compile thumb : openbor <= models.c
[armeabi-v7a] Compile thumb : openbor <= packfile.c
C:/openbor-6391/engine/android/app/jni/openbor/../../../../source/gamelib/packfi
le.c:439:57: error: 'open' has superfluous mode bits; missing O_CREAT? [-Werror,
-Wuser-defined-warnings]
if((handle = open(filename, O_RDONLY | O_BINARY, 777)) != -1)
^
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sysr
oot/usr/include\bits/fortify/fcntl.h:76:9: note: from 'diagnose_if' attribute on
'open':
__clang_warning_if(!__open_modes_useful(flags) && modes,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sysr
oot/usr/include\sys/cdefs.h:139:54: note: expanded from macro '__clang_warning_i
f'
#define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "war
ning")))
^ ~~~~
C:/openbor-6391/engine/android/app/jni/openbor/../../../../source/gamelib/packfi
le.c:466:59: error: 'open' has superfluous mode bits; missing O_CREAT? [-Werror,
-Wuser-defined-warnings]
if((handle = open(fspath, O_RDONLY | O_BINARY, 777)) != -1)
^
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sysr
oot/usr/include\bits/fortify/fcntl.h:76:9: note: from 'diagnose_if' attribute on
'open':
__clang_warning_if(!__open_modes_useful(flags) && modes,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sysr
oot/usr/include\sys/cdefs.h:139:54: note: expanded from macro '__clang_warning_i
f'
#define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "war
ning")))
^ ~~~~
C:/openbor-6391/engine/android/app/jni/openbor/../../../../source/gamelib/packfi
le.c:496:61: error: 'open' has superfluous mode bits; missing O_CREAT? [-Werror,
-Wuser-defined-warnings]
if((handle = open(packfilename, O_RDONLY | O_BINARY, 777)) == -1)
^
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sysr
oot/usr/include\bits/fortify/fcntl.h:76:9: note: from 'diagnose_if' attribute on
'open':
__clang_warning_if(!__open_modes_useful(flags) && modes,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sysr
oot/usr/include\sys/cdefs.h:139:54: note: expanded from macro '__clang_warning_i
f'
#define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "war
ning")))
^ ~~~~
C:/openbor-6391/engine/android/app/jni/openbor/../../../../source/gamelib/packfi
le.c:1249:56: error: 'open' has superfluous mode bits; missing O_CREAT? [-Werror
,-Wuser-defined-warnings]
pakfd = open(packfile, O_RDONLY | O_BINARY, 777);
^
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sysr
oot/usr/include\bits/fortify/fcntl.h:76:9: note: from 'diagnose_if' attribute on
'open':
__clang_warning_if(!__open_modes_useful(flags) && modes,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sysr
oot/usr/include\sys/cdefs.h:139:54: note: expanded from macro '__clang_warning_i
f'
#define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "war
ning")))
^ ~~~~
C:/openbor-6391/engine/android/app/jni/openbor/../../../../source/gamelib/packfi
le.c:1265:52: error: 'open' has superfluous mode bits; missing O_CREAT? [-Werror
,-Wuser-defined-warnings]
pakfd = open(packfile, O_RDONLY | O_BINARY, 777);
^
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sysr
oot/usr/include\bits/fortify/fcntl.h:76:9: note: from 'diagnose_if' attribute on
'open':
__clang_warning_if(!__open_modes_useful(flags) && modes,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sysr
oot/usr/include\sys/cdefs.h:139:54: note: expanded from macro '__clang_warning_i
f'
#define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "war
ning")))
^ ~~~~
5 errors generated.
make: *** [C:/android/sdk/ndk-bundle/build//../build/core/build-binary.mk:476: C
:/openbor-6391/engine/android/app/build/intermediates/ndkBuild/debug/obj/local/a
rmeabi-v7a/objs-debug/openbor/__/__/__/__/source/gamelib/packfile.o] Error 1
> Task :app:externalNativeBuildDebug FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:externalNativeBuildDebug'.
> Build command failed.
Error while executing process C:\android\sdk\ndk-bundle\ndk-build.cmd with arg
uments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=C:\openbor-6391\engine\android\ap
p\jni\Android.mk NDK_APPLICATION_MK=C:\openbor-6391\engine\android\app\jni\Appli
cation.mk APP_ABI=armeabi-v7a NDK_ALL_ABIS=armeabi-v7a NDK_DEBUG=1 APP_PLATFORM=
android-16 NDK_OUT=C:/openbor-6391/engine/android/app/build/intermediates/ndkBui
ld/debug/obj NDK_LIBS_OUT=C:\openbor-6391\engine\android\app\build\intermediates
\ndkBuild\debug\lib APP_PLATFORM=android-16 C:/openbor-6391/engine/android/app/b
uild/intermediates/ndkBuild/debug/obj/local/armeabi-v7a/libopenbor.so}
[armeabi-v7a] Compile thumb : openbor <= control.c
[armeabi-v7a] Compile thumb : openbor <= joysticks.c
[armeabi-v7a] Compile thumb : openbor <= loadgl.c
[armeabi-v7a] Compile thumb : openbor <= menu.c
[armeabi-v7a] Compile thumb : openbor <= opengl.c
[armeabi-v7a] Compile thumb : openbor <= sblaster.c
[armeabi-v7a] Compile thumb : openbor <= sdlport.c
[armeabi-v7a] Compile thumb : openbor <= threads.c
[armeabi-v7a] Compile thumb : openbor <= timer.c
[armeabi-v7a] Compile thumb : openbor <= video.c
[armeabi-v7a] Compile thumb : openbor <= videocommon.c
[armeabi-v7a] Compile thumb : openbor <= openbor.c
[armeabi-v7a] Compile thumb : openbor <= openborscript.c
[armeabi-v7a] Compile thumb : openbor <= omath.c
[armeabi-v7a] Compile thumb : openbor <= stringptr.c
[armeabi-v7a] Compile thumb : openbor <= stristr.c
[armeabi-v7a] Compile thumb : openbor <= utils.c
[armeabi-v7a] Compile thumb : openbor <= adpcm.c
[armeabi-v7a] Compile thumb : openbor <= anigif.c
[armeabi-v7a] Compile thumb : openbor <= bitmap.c
[armeabi-v7a] Compile thumb : openbor <= draw.c
[armeabi-v7a] Compile thumb : openbor <= draw16.c
[armeabi-v7a] Compile thumb : openbor <= draw32.c
[armeabi-v7a] Compile thumb : openbor <= filecache.c
[armeabi-v7a] Compile thumb : openbor <= filters.c
[armeabi-v7a] Compile thumb : openbor <= font.c
[armeabi-v7a] Compile thumb : openbor <= loadimg.c
[armeabi-v7a] Compile thumb : openbor <= models.c
[armeabi-v7a] Compile thumb : openbor <= packfile.c
C:/openbor-6391/engine/android/app/jni/openbor/../../../../source/gamelib/pack
file.c:439:57: error: 'open' has superfluous mode bits; missing O_CREAT? [-Werro
r,-Wuser-defined-warnings]
if((handle = open(filename, O_RDONLY | O_BINARY, 777)) != -1)
^
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sy
sroot/usr/include\bits/fortify/fcntl.h:76:9: note: from 'diagnose_if' attribute
on 'open':
__clang_warning_if(!__open_modes_useful(flags) && modes,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sy
sroot/usr/include\sys/cdefs.h:139:54: note: expanded from macro '__clang_warning
_if'
#define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "w
arning")))
^ ~~~~
C:/openbor-6391/engine/android/app/jni/openbor/../../../../source/gamelib/pack
file.c:466:59: error: 'open' has superfluous mode bits; missing O_CREAT? [-Werro
r,-Wuser-defined-warnings]
if((handle = open(fspath, O_RDONLY | O_BINARY, 777)) != -1)
^
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sy
sroot/usr/include\bits/fortify/fcntl.h:76:9: note: from 'diagnose_if' attribute
on 'open':
__clang_warning_if(!__open_modes_useful(flags) && modes,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sy
sroot/usr/include\sys/cdefs.h:139:54: note: expanded from macro '__clang_warning
_if'
#define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "w
arning")))
^ ~~~~
C:/openbor-6391/engine/android/app/jni/openbor/../../../../source/gamelib/pack
file.c:496:61: error: 'open' has superfluous mode bits; missing O_CREAT? [-Werro
r,-Wuser-defined-warnings]
if((handle = open(packfilename, O_RDONLY | O_BINARY, 777)) == -1)
^
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sy
sroot/usr/include\bits/fortify/fcntl.h:76:9: note: from 'diagnose_if' attribute
on 'open':
__clang_warning_if(!__open_modes_useful(flags) && modes,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sy
sroot/usr/include\sys/cdefs.h:139:54: note: expanded from macro '__clang_warning
_if'
#define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "w
arning")))
^ ~~~~
C:/openbor-6391/engine/android/app/jni/openbor/../../../../source/gamelib/pack
file.c:1249:56: error: 'open' has superfluous mode bits; missing O_CREAT? [-Werr
or,-Wuser-defined-warnings]
pakfd = open(packfile, O_RDONLY | O_BINARY, 777);
^
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sy
sroot/usr/include\bits/fortify/fcntl.h:76:9: note: from 'diagnose_if' attribute
on 'open':
__clang_warning_if(!__open_modes_useful(flags) && modes,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sy
sroot/usr/include\sys/cdefs.h:139:54: note: expanded from macro '__clang_warning
_if'
#define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "w
arning")))
^ ~~~~
C:/openbor-6391/engine/android/app/jni/openbor/../../../../source/gamelib/pack
file.c:1265:52: error: 'open' has superfluous mode bits; missing O_CREAT? [-Werr
or,-Wuser-defined-warnings]
pakfd = open(packfile, O_RDONLY | O_BINARY, 777);
^
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sy
sroot/usr/include\bits/fortify/fcntl.h:76:9: note: from 'diagnose_if' attribute
on 'open':
__clang_warning_if(!__open_modes_useful(flags) && modes,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/android/sdk/ndk-bundle/build//../toolchains/llvm/prebuilt/windows-x86_64/sy
sroot/usr/include\sys/cdefs.h:139:54: note: expanded from macro '__clang_warning
_if'
#define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "w
arning")))
^ ~~~~
5 errors generated.
make: *** [C:/android/sdk/ndk-bundle/build//../build/core/build-binary.mk:476:
C:/openbor-6391/engine/android/app/build/intermediates/ndkBuild/debug/obj/local
/armeabi-v7a/objs-debug/openbor/__/__/__/__/source/gamelib/packfile.o] Error 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 45s
17 actionable tasks: 15 executed, 2 up-to-date
C:\openbor-6391\engine\android>