Build for Android on Windows #118

Open
opened 2015-09-25 15:58:07 +00:00 by kafeg · 0 comments
kafeg commented 2015-09-25 15:58:07 +00:00 (Migrated from github.com)

Hi. Its not working.

My system: Windows 8.1.

Pathes:
Qt: C:\Qt
Android: C:\Android

First bug:

18:56:38: Выполняются этапы для проекта Bacon2D...
18:56:38: Настройки не изменились, этап qmake пропускается.
18:56:38: Запускается: «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe»
makefile:347: warning: overriding recipe for target 'dist'
makefile:331: warning: ignoring old recipe for target 'dist'
C:/Qt/5.5/android_armv7/bin/qmake.exe -spec android-g++ -o Makefile ../Bacon2D/Bacon2D.pro
makefile:376: warning: overriding recipe for target 'dist'
makefile:357: warning: ignoring old recipe for target 'dist'
cd src/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/src/src.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[1]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src'
mingw32-make[1]: Nothing to be done for 'first'.
mingw32-make[1]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src'
cd tests/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/tests/tests.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[1]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/tests'
C:\Android\android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -fno-builtin-memmove -std=c++11 -O2 -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -mthumb -Wall -Wno-psabi -W -D_REENTRANT -fPIC -DQUICK_TEST_SOURCE_DIR=""C:/Users/kafeg/Documents/GitHub/Bacon2D/tests"" -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLTEST_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/tests"' -I../../Bacon2D/tests -I. -IC:/Qt/5.5/android_armv7/include -IC:/Qt/5.5/android_armv7/include/QtQuick -IC:/Qt/5.5/android_armv7/include/QtQml -IC:/Qt/5.5/android_armv7/include/QtNetwork -IC:/Qt/5.5/android_armv7/include/QtQuickTest -IC:/Qt/5.5/android_armv7/include/QtWidgets -IC:/Qt/5.5/android_armv7/include/QtGui -IC:/Qt/5.5/android_armv7/include/QtTest -IC:/Qt/5.5/android_armv7/include/QtCore -I. -isystem C:/Android/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/include -isystem C:/Android/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include -isystem C:/Android/android-ndk-r10e/platforms/android-9/arch-arm/usr/include -IC:/Qt/5.5/android_armv7/mkspecs/android-g++ -o tst_bacon2d.obj ../../Bacon2D/tests/tst_bacon2d.cpp
/usr/bin/sh: C:Androidandroid-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-g++: No such file or directory
Makefile:420: recipe for target 'tst_bacon2d.obj' failed
mingw32-make[1]: *** [tst_bacon2d.obj] Error 127
mingw32-make[1]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/tests'
makefile:69: recipe for target 'sub-tests-make_first' failed
mingw32-make: *** [sub-tests-make_first] Error 2
18:56:41: Процесс «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe» завершился с кодом 2.
Ошибка при сборке/установке проекта Bacon2D (комплект: Android для armeabi-v7a (GCC 4.9, Qt 5.5.0) )
Во время выполнения этапа «Сборка»
18:56:41: Прошло времени: 00:03.

Its when test enabled.
Second bug, when i comment tests:

18:57:42: Выполняются этапы для проекта Bacon2D...
18:57:42: Настройки не изменились, этап qmake пропускается.
18:57:42: Запускается: «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe»
makefile:376: warning: overriding recipe for target 'dist'
makefile:357: warning: ignoring old recipe for target 'dist'
C:/Qt/5.5/android_armv7/bin/qmake.exe -spec android-g++ -o Makefile ../Bacon2D/Bacon2D.pro
makefile:347: warning: overriding recipe for target 'dist'
makefile:331: warning: ignoring old recipe for target 'dist'
cd src/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/src/src.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[1]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src'
mingw32-make[1]: Nothing to be done for 'first'.
mingw32-make[1]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src'
cd examples/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/examples.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[1]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples'
cd behaviorchange/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/behaviorchange/behaviorchange.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/behaviorchange'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/behaviorchange'
cd cannon/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/cannon/cannon.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/cannon'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/cannon'
cd contacts/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/contacts/contacts.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/contacts'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/contacts'
cd fixtures/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/fixtures/fixtures.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/fixtures'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/fixtures'
cd imagelayer/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/imagelayer/imagelayer.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/imagelayer'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/imagelayer'
cd impulse/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/impulse/impulse.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/impulse'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/impulse'
cd infinitefall/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/infinitefall/infinitefall.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/infinitefall'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/infinitefall'
cd infinite_scroll/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/infinite_scroll/infinite_scroll.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/infinite_scroll'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/infinite_scroll'
cd layerscroll/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/layerscroll/layerscroll.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/layerscroll'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/layerscroll'
cd manysprites/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/manysprites/manysprites.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/manysprites'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/manysprites'
cd movement/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/movement/movement.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/movement'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/movement'
cd parallax_layers/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/parallax_layers/parallax_layers.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/parallax_layers'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/parallax_layers'
cd raycast/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/raycast/raycast.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/raycast'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/raycast'
cd rope/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/rope/rope.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/rope'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/rope'
cd scene_transition/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/scene_transition/scene_transition.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/scene_transition'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/scene_transition'
cd settings/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/settings/settings.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/settings'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/settings'
cd sprite/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/sprite/sprite.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/sprite'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/sprite'
cd viewport_parallax/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/viewport_parallax/viewport_parallax.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/viewport_parallax'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/viewport_parallax'
cd weld/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/weld/weld.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/weld'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/weld'
mingw32-make[1]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples'
18:57:58: Процесс «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe» завершился успешно.
18:57:58: Удаление каталога C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/android-build
18:57:58: Запускается: «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe» "INSTALL_ROOT=C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/android-build" install
makefile:347: warning: overriding recipe for target 'dist'
makefile:331: warning: ignoring old recipe for target 'dist'
cd src/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/src/src.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile install
mingw32-make[1]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src'
cygwin warning:
MS-DOS style path detected: C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/android-build/libs/armeabi-v7a/
Preferred POSIX equivalent is: /cygdrive/c/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/android-build/libs/armeabi-v7a/
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
cp -f imports/Bacon2D/libbacon2dplugin.so C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/android-build/libs/armeabi-v7a/libbacon2dplugin.so
"C:/Program Files (x86)/Git/cmd/mkdir.exe": cannot create directory `C:C:': No such file or directory
Makefile:11147: recipe for target 'install_qmltypes' failed
mingw32-make[1]: *** [install_qmltypes] Error 1
mingw32-make[1]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src'
makefile:55: recipe for target 'sub-src-install_subtargets' failed
mingw32-make: *** [sub-src-install_subtargets] Error 2
18:58:00: Процесс «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe» завершился с кодом 2.
Ошибка при сборке/установке проекта Bacon2D (комплект: Android для armeabi-v7a (GCC 4.9, Qt 5.5.0) )
Во время выполнения этапа «Копирование данных приложения»
18:58:00: Прошло времени: 00:18.

Hi. Its not working. My system: Windows 8.1. Pathes: Qt: C:\Qt Android: C:\Android First bug: 18:56:38: Выполняются этапы для проекта Bacon2D... 18:56:38: Настройки не изменились, этап qmake пропускается. 18:56:38: Запускается: «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe» makefile:347: warning: overriding recipe for target 'dist' makefile:331: warning: ignoring old recipe for target 'dist' C:/Qt/5.5/android_armv7/bin/qmake.exe -spec android-g++ -o Makefile ../Bacon2D/Bacon2D.pro makefile:376: warning: overriding recipe for target 'dist' makefile:357: warning: ignoring old recipe for target 'dist' cd src/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/src/src.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[1]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src' mingw32-make[1]: Nothing to be done for 'first'. mingw32-make[1]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src' cd tests/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/tests/tests.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[1]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/tests' C:\Android\android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -fno-builtin-memmove -std=c++11 -O2 -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -mthumb -Wall -Wno-psabi -W -D_REENTRANT -fPIC -DQUICK_TEST_SOURCE_DIR="\"C:/Users/kafeg/Documents/GitHub/Bacon2D/tests\"" -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLTEST_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/tests"' -I../../Bacon2D/tests -I. -IC:/Qt/5.5/android_armv7/include -IC:/Qt/5.5/android_armv7/include/QtQuick -IC:/Qt/5.5/android_armv7/include/QtQml -IC:/Qt/5.5/android_armv7/include/QtNetwork -IC:/Qt/5.5/android_armv7/include/QtQuickTest -IC:/Qt/5.5/android_armv7/include/QtWidgets -IC:/Qt/5.5/android_armv7/include/QtGui -IC:/Qt/5.5/android_armv7/include/QtTest -IC:/Qt/5.5/android_armv7/include/QtCore -I. -isystem C:/Android/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/include -isystem C:/Android/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include -isystem C:/Android/android-ndk-r10e/platforms/android-9/arch-arm/usr/include -IC:/Qt/5.5/android_armv7/mkspecs/android-g++ -o tst_bacon2d.obj ../../Bacon2D/tests/tst_bacon2d.cpp /usr/bin/sh: C:Androidandroid-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-g++: No such file or directory Makefile:420: recipe for target 'tst_bacon2d.obj' failed mingw32-make[1]: **\* [tst_bacon2d.obj] Error 127 mingw32-make[1]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/tests' makefile:69: recipe for target 'sub-tests-make_first' failed mingw32-make: **\* [sub-tests-make_first] Error 2 18:56:41: Процесс «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe» завершился с кодом 2. Ошибка при сборке/установке проекта Bacon2D (комплект: Android для armeabi-v7a (GCC 4.9, Qt 5.5.0) ) Во время выполнения этапа «Сборка» 18:56:41: Прошло времени: 00:03. Its when test enabled. Second bug, when i comment tests: 18:57:42: Выполняются этапы для проекта Bacon2D... 18:57:42: Настройки не изменились, этап qmake пропускается. 18:57:42: Запускается: «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe» makefile:376: warning: overriding recipe for target 'dist' makefile:357: warning: ignoring old recipe for target 'dist' C:/Qt/5.5/android_armv7/bin/qmake.exe -spec android-g++ -o Makefile ../Bacon2D/Bacon2D.pro makefile:347: warning: overriding recipe for target 'dist' makefile:331: warning: ignoring old recipe for target 'dist' cd src/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/src/src.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[1]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src' mingw32-make[1]: Nothing to be done for 'first'. mingw32-make[1]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src' cd examples/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/examples.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[1]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples' cd behaviorchange/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/behaviorchange/behaviorchange.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/behaviorchange' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/behaviorchange' cd cannon/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/cannon/cannon.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/cannon' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/cannon' cd contacts/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/contacts/contacts.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/contacts' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/contacts' cd fixtures/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/fixtures/fixtures.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/fixtures' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/fixtures' cd imagelayer/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/imagelayer/imagelayer.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/imagelayer' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/imagelayer' cd impulse/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/impulse/impulse.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/impulse' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/impulse' cd infinitefall/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/infinitefall/infinitefall.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/infinitefall' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/infinitefall' cd infinite_scroll/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/infinite_scroll/infinite_scroll.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/infinite_scroll' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/infinite_scroll' cd layerscroll/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/layerscroll/layerscroll.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/layerscroll' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/layerscroll' cd manysprites/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/manysprites/manysprites.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/manysprites' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/manysprites' cd movement/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/movement/movement.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/movement' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/movement' cd parallax_layers/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/parallax_layers/parallax_layers.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/parallax_layers' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/parallax_layers' cd raycast/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/raycast/raycast.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/raycast' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/raycast' cd rope/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/rope/rope.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/rope' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/rope' cd scene_transition/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/scene_transition/scene_transition.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/scene_transition' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/scene_transition' cd settings/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/settings/settings.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/settings' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/settings' cd sprite/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/sprite/sprite.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/sprite' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/sprite' cd viewport_parallax/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/viewport_parallax/viewport_parallax.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/viewport_parallax' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/viewport_parallax' cd weld/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/examples/weld/weld.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile mingw32-make[2]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/weld' mingw32-make[2]: Nothing to be done for 'first'. mingw32-make[2]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples/weld' mingw32-make[1]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/examples' 18:57:58: Процесс «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe» завершился успешно. 18:57:58: Удаление каталога C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/android-build 18:57:58: Запускается: «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe» "INSTALL_ROOT=C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/android-build" install makefile:347: warning: overriding recipe for target 'dist' makefile:331: warning: ignoring old recipe for target 'dist' cd src/ && ( test -e Makefile || C:/Qt/5.5/android_armv7/bin/qmake.exe C:/Users/kafeg/Documents/GitHub/Bacon2D/src/src.pro -spec android-g++ -o Makefile ) && C:/Qt/Tools/mingw492_32/bin/mingw32-make -f Makefile install mingw32-make[1]: Entering directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src' cygwin warning: MS-DOS style path detected: C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/android-build/libs/armeabi-v7a/ Preferred POSIX equivalent is: /cygdrive/c/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/android-build/libs/armeabi-v7a/ CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames cp -f imports/Bacon2D/libbacon2dplugin.so C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/android-build/libs/armeabi-v7a/libbacon2dplugin.so "C:/Program Files (x86)/Git/cmd/mkdir.exe": cannot create directory `C:C:': No such file or directory Makefile:11147: recipe for target 'install_qmltypes' failed mingw32-make[1]: **\* [install_qmltypes] Error 1 mingw32-make[1]: Leaving directory 'C:/Users/kafeg/Documents/GitHub/build-Bacon2D-Android_armeabi_v7a_GCC_4_9_Qt_5_5_0-Release/src' makefile:55: recipe for target 'sub-src-install_subtargets' failed mingw32-make: **\* [sub-src-install_subtargets] Error 2 18:58:00: Процесс «C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe» завершился с кодом 2. Ошибка при сборке/установке проекта Bacon2D (комплект: Android для armeabi-v7a (GCC 4.9, Qt 5.5.0) ) Во время выполнения этапа «Копирование данных приложения» 18:58:00: Прошло времени: 00:18.
Commenting is not possible because the repository is archived.
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mdkcore/Bacon2D#118
No description provided.