pelya / commandergenius

Port of SDL library and several games to the Android OS.
http://libsdl-android.sourceforge.net/
GNU Lesser General Public License v2.1
533 stars 250 forks source link

submodule issues #93

Closed suijingfeng closed 6 years ago

suijingfeng commented 6 years ago

Build is not successful:

Failed to recurse into submodule path 'application/c-dogs/src/src/tests/cbehave' Cloning into 'project/jni/application/commandergenius/commandergenius'... remote: Counting objects: 64210, done. remote: Compressing objects: 100% (219/219), done. remote: Total 64210 (delta 162), reused 237 (delta 118), pack-reused 63858 Receiving objects: 100% (64210/64210), 140.62 MiB | 1.15 MiB/s, done. Resolving deltas: 100% (52763/52763), done. Checking connectivity... done. Submodule path 'application/commandergenius/commandergenius': checked out '5e9d2ef1d4f10d8a23c016e3ec010181faa2ba9e' Submodule 'GsKit' (https://github.com/gerstrong/GsKit.git) registered for path '../../GsKit' Cloning into 'GsKit'... Username for 'https://github.com': Password for 'https://suijingfeng@github.com': remote: Repository not found. fatal: repository 'https://github.com/gerstrong/GsKit.git/' not found fatal: clone of 'https://github.com/gerstrong/GsKit.git' into submodule path 'GsKit' failed Failed to recurse into submodule path 'application/commandergenius/commandergenius' Makefile.prebuilt:38: recipe for target 'iconv/src/build.sh' failed make: *** [iconv/src/build.sh] Error 128

pelya commented 6 years ago

This submodule was removed. Update the repo, delete project/jni/application/commandergenius/commandergenius/GsKit and project/jni/application/c-dogs and run 'git submodule update' again

On Thu, Aug 9, 2018 at 11:57 AM Sui Jingfeng notifications@github.com wrote:

Build is not successful:

Failed to recurse into submodule path 'application/c-dogs/src/src/tests/cbehave' Cloning into 'project/jni/application/commandergenius/commandergenius'... remote: Counting objects: 64210, done. remote: Compressing objects: 100% (219/219), done. remote: Total 64210 (delta 162), reused 237 (delta 118), pack-reused 63858 Receiving objects: 100% (64210/64210), 140.62 MiB | 1.15 MiB/s, done. Resolving deltas: 100% (52763/52763), done. Checking connectivity... done. Submodule path 'application/commandergenius/commandergenius': checked out '5e9d2ef1d4f10d8a23c016e3ec010181faa2ba9e' Submodule 'GsKit' (https://github.com/gerstrong/GsKit.git) registered for path '../../GsKit' Cloning into 'GsKit'... Username for 'https://github.com': Password for 'https://suijingfeng@github.com': remote: Repository not found. fatal: repository 'https://github.com/gerstrong/GsKit.git/' not found fatal: clone of 'https://github.com/gerstrong/GsKit.git' into submodule path 'GsKit' failed Failed to recurse into submodule path 'application/commandergenius/commandergenius' Makefile.prebuilt:38: recipe for target 'iconv/src/build.sh' failed make: *** [iconv/src/build.sh] Error 128

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pelya/commandergenius/issues/93, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJewMMX0farN0YZBT0z7k6U6kVvxoHuks5uO_l4gaJpZM4V1TbW .

suijingfeng commented 6 years ago

thanks for you help, problem solved with your instructions