-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./build.sh iOS build does not complete #126
Comments
./build.sh iOS build arm64 |
This fork [1] fixes the issue and is well maintained! |
Could you suggest which version to build? I try to used least version. But... version: e8332fb TIP: MaddTheSane/SGPlayer have swift code |
the same problem with you. |
I have the same problem, but solved it.
|
I had update build script on But It had Warning |
I tried to run ./build.sh iOS build
But I get the following error
[ -n "/Users/A.Giokas/dev/SGPlayer/build/build/iOS/openssl-i386/output" ] # should be set by top Makefile...
if [ -n "" ]; then
set -e;
echo installing gost;
pfx=lib;
if expr "darwin-i386-cc" : "Cygwin" >/dev/null; then
sfx=".so";
cp cyggost.dll /Users/A.Giokas/dev/SGPlayer/build/build/iOS/openssl-i386/output/lib/engines/${pfx}gost$sfx.new;
else
case "-I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -fembed-bitcode -arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN" in
DSO_BEOS) sfx=".so";;
DSO_DLFCN) sfx=
expr ".1.0.0.dylib" : '.*\(\.[a-z][a-z]*\)' \| ".so"
;;DSO_DL) sfx=".sl";;
DSO_WIN32) sfx="eay32.dll"; pfx=;;
*) sfx=".bad";;
esac;
cp ${pfx}gost$sfx /Users/A.Giokas/dev/SGPlayer/build/build/iOS/openssl-i386/output/lib/engines/${pfx}gost$sfx.new;
fi;
chmod 555 /Users/A.Giokas/dev/SGPlayer/build/build/iOS/openssl-i386/output/lib/engines/${pfx}gost$sfx.new;
mv -f /Users/A.Giokas/dev/SGPlayer/build/build/iOS/openssl-i386/output/lib/engines/${pfx}gost$sfx.new /Users/A.Giokas/dev/SGPlayer/build/build/iOS/openssl-i386/output/lib/engines/${pfx}gost$sfx;
fi
making install in apps...
installing openssl
cp: openssl: No such file or directory
make[1]: *** [install] Error 1
make: *** [install_sw] Error 1
The text was updated successfully, but these errors were encountered: