monkeyswarm / MobMuPlat

MobMuPlat is an iOS & Android app to host PureData patches with custom visual interfaces and hardware access.
www.mobmuplat.com
Other
182 stars 25 forks source link

cloning of submodules fails because libpd is no longer on GitHub #93

Open lokkiikkol opened 1 year ago

lokkiikkol commented 1 year ago

as the title suggests. I tried to clone the project in an attempt to build the iOS app in Xcode..

lokkiikkol commented 1 year ago

more precisely, your link to the specific version of libpd is not working anymore...libpd is still there :) would be great if this could be fixed!

lokkiikkol commented 1 year ago

here is the output on the console for reference:

`git submodule update --init --recursive Submodule 'PdParty' (https://github.com/danomatika/PdParty.git) registered for path 'PdParty' Submodule 'ZipArchive' (https://github.com/mattconnolly/ZipArchive.git) registered for path 'ZipArchive' Submodule 'libpd' (git://github.com/libpd/libpd.git) registered for path 'libpd' Cloning into '/Users/lokki/MobMuPlat/PdParty'... Cloning into '/Users/lokki/MobMuPlat/ZipArchive'... Cloning into '/Users/lokki/MobMuPlat/libpd'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Operation timed out

fatal: clone of 'git://github.com/libpd/libpd.git' into submodule path '/Users/lokki/MobMuPlat/libpd' failed Failed to clone 'libpd'. Retry scheduled Cloning into '/Users/lokki/MobMuPlat/libpd'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Operation timed out

fatal: clone of 'git://github.com/libpd/libpd.git' into submodule path '/Users/lokki/MobMuPlat/libpd' failed Failed to clone 'libpd' a second time, aborting lokki@elements-Air MobMuPlat %`

note that I can also not click on the referenced version of libpd on MobMuPlat's Github-Page. I get a 404 error...