Project 'savoirfairelinux/ring-client-ios' was moved to 'savoirfairelinux/jami-client-ios'. Please update any links and bookmarks that may still have the old path.
The build process stops with the following messages:
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --include=m4 --force--warnings=allautoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader --include=m4 --force--warnings=allautoreconf: running: automake --add-missing--copy--force-missing--warnings=allconfigure.ac:18: installing 'build-aux/ar-lib'configure.ac:18: installing 'build-aux/compile'configure.ac:14: installing 'build-aux/config.guess'configure.ac:14: installing 'build-aux/config.sub'configure.ac:17: installing 'build-aux/install-sh'configure.ac:17: installing 'build-aux/missing'Makefile.am: installing './INSTALL'bin/Makefile.am: installing 'build-aux/depcomp'parallel-tests: installing 'build-aux/test-driver'autoreconf: Leaving directory `.'configure: WARNING: unrecognized options: --disable-libarchivechecking build system type... i386-apple-darwin20.3.0checking host system type... x86_64-apple-darwin_ioschecking for a BSD-compatible install... /usr/local/bin/ginstall -cchecking whether build environment is sane... yeschecking for x86_64-apple-darwin_ios-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -pchecking for gawk... nochecking for mawk... nochecking for nawk... nochecking for awk... awkchecking whether make sets $(MAKE)... yeschecking whether make supports nested variables... yeschecking whether make supports the include directive... yes (GNU style)checking for x86_64-apple-darwin_ios-gcc... xcrun -sdk clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -mios-simulator-version-min=11.3checking whether the C compiler works... noconfigure: error: in `/Users/potian/jami/ring-project/daemon/build-ios-x86_64':configure: error: C compiler cannot create executablesSee `config.log' for more detailsTraceback (most recent call last): File "./make-ring.py", line 655, in <module> main() File "./make-ring.py", line 642, in main run_install(parsed_args) File "./make-ring.py", line 354, in run_install return subprocess.run(["./compile-ios.sh"], cwd="./client-ios", check=True) File "/opt/anaconda3/lib/python3.7/subprocess.py", line 487, in run output=stdout, stderr=stderr)subprocess.CalledProcessError: Command '['./compile-ios.sh']' returned non-zero exit status 1.