Code: Select all
[info] building universal static libs for OS style iPhone
./buildMobileVLCKit.sh: line 42: pushd: MobileVLCKit/ImportedSources/vlc/install-ios-iPhoneOS: No such file or directory
Code: Select all
[info] Preparing build dirs
First, rewinding head to replay your work on top of it...
Applying: arm_neon: added function macro to handle the underscore prefix for the iOS ARM ABI
Applying: progress dialog: add missing sanity check
Applying: deinterlace/merge: use a macro to fix compilation for iOS
Applying: lib/media player: inherit deinterlace variable to achieve correct value on first use
Applying: arm_neon: work-around libtool issue
Applying: libvlc/media: re-parse if flags changed
Applying: arm_neon: fix iOS linking
Applying: disable neon volume plugin
Applying: contrib/gcrypt: work-around a libtool limitation
Applying: src/misc: fix compilation for OS without fork()
Applying: libvlc: hack to disable daemon mode
Applying: contrib/gcrypt: fix tvOS compilation
Applying: contrib/harfbuzz: fix iOS compilation when CoreText is enabled
Applying: libvlc: expose a base set of freetype options to overwrite the default font
HEAD is now at 6927b44 Compressor: use float_ranges
Applying: arm_neon: added function macro to handle the underscore prefix for the iOS ARM ABI
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:60: new blank line at EOF.
+
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mp4/libmp4.c:1992:23: warning: comparison of integers of different signs: 'long long' and 'uint64_t' (aka 'unsigned long long') [-Wsign-compare]
i_extoffset = VLC_CLIP( i_extoffset, i_read, p_box->i_size );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/include/vlc_common.h:474:34: note: expanded from macro 'VLC_CLIP'
#define VLC_CLIP(v, min, max) __MIN(__MAX((v), (min)), (max))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/include/vlc_common.h:470:33: note: expanded from macro '__MIN'
# define __MIN(a, b) ( ((a) < (b)) ? (a) : (b) )
~ ^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mp4/libmp4.c:258:26: warning: unused function 'MP4_ReadNextBox' [-Wunused-function]
static inline MP4_Box_t *MP4_ReadNextBox( stream_t *p_stream, MP4_Box_t *p_father )
^
1 warning generated.
CC demux/mp4/essetup.lo
warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
1 warning generated.
CC demux/mp4/meta.lo
warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
1 warning generated.
CC demux/mpeg/mpgv.lo
warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
CC demux/mpeg/libts_plugin_la-ts.lo
warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
1 warning generated.
CC demux/mpeg/libts_plugin_la-mpeg4_iod.lo
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mpeg/ts.c:140:18: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
static const int const arib_mode_list[] =
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mpeg/ts.c:926:27: warning: missing field 'i_codec' initializer [-Wmissing-field-initializers]
es_format_t esfmt = {0};
^
warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mpeg/ts.c:2835:9: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result]
stream_Seek( p_sys->stream, i_initial_pos );
^~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mpeg/ts.c:3555:
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mpeg/../dvb-text.h:45:61: warning: format specifies type 'unsigned char' but the argument has type 'int' [-Wformat]
snprintf (encbuf, sizeof (encbuf), "ISO_8859-%hhu", 4 + c);
~~~~ ^~~~~
%d
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
__builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mpeg/ts.c:4223:18: warning: format specifies type 'unsigned char' but the argument has type 'int' [-Wformat]
p_es->fmt.i_profile, p_es->fmt.i_level );
^~~~~~~~~~~~~~~~~~~
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/include/vlc_messages.h:86:38: note: expanded from macro 'msg_Dbg'
msg_Generic(p_this, VLC_MSG_DBG, __VA_ARGS__)
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/include/vlc_messages.h:78:23: note: expanded from macro 'msg_Generic'
__func__, __VA_ARGS__)
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mpeg/ts.c:4223:39: warning: format specifies type 'unsigned char' but the argument has type 'int' [-Wformat]
p_es->fmt.i_profile, p_es->fmt.i_level );
^~~~~~~~~~~~~~~~~
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/include/vlc_messages.h:86:38: note: expanded from macro 'msg_Dbg'
msg_Generic(p_this, VLC_MSG_DBG, __VA_ARGS__)
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/include/vlc_messages.h:78:23: note: expanded from macro 'msg_Generic'
__func__, __VA_ARGS__)
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mpeg/ts.c:4247:18: warning: format specifies type 'unsigned char' but the argument has type 'int' [-Wformat]
p_es->fmt.i_profile, p_es->fmt.i_level );
^~~~~~~~~~~~~~~~~~~
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/include/vlc_messages.h:86:38: note: expanded from macro 'msg_Dbg'
msg_Generic(p_this, VLC_MSG_DBG, __VA_ARGS__)
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/include/vlc_messages.h:78:23: note: expanded from macro 'msg_Generic'
__func__, __VA_ARGS__)
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mpeg/ts.c:4247:39: warning: format specifies type 'unsigned char' but the argument has type 'int' [-Wformat]
p_es->fmt.i_profile, p_es->fmt.i_level );
^~~~~~~~~~~~~~~~~
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/include/vlc_messages.h:86:38: note: expanded from macro 'msg_Dbg'
msg_Generic(p_this, VLC_MSG_DBG, __VA_ARGS__)
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/include/vlc_messages.h:78:23: note: expanded from macro 'msg_Generic'
__func__, __VA_ARGS__)
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/mpeg/mpeg4_iod.c:530:30: warning: missing field 'b_au_start' initializer [-Wmissing-field-initializers]
sl_header_data ret = { 0 };
^
7 warnings generated.
CC codec/libts_plugin_la-opus_header.lo
warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
2 warnings generated.
1 warning generated.
CXX demux/adaptative/libadaptative_plugin_la-adaptative.lo
CC demux/ttml.lo
warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/demux/ttml.c:384:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result]
stream_Seek( p_demux->s, 0 );
^~~~~~~~~~~ ~~~~~~~~~~~~~
2 warnings generated.
CC demux/xiph_metadata.lo
4 warnings generated.
warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
CC misc/libfingerprinter_plugin_la-fingerprinter.lo
warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
1 warning generated.
CC misc/libsecuretransport_plugin_la-securetransport.lo
warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/misc/securetransport.c:239:52: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
ret = SecTrustSetAnchorCertificates(trust, NULL);
~~~~^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/misc/securetransport.c:429:17: error: no member named 'i_fd' in 'vlc_tls_sys_t'
return sys->i_fd;
~~~ ^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/misc/securetransport.c:482:42: error: use of undeclared identifier 'length'
sys->i_send_buffered_bytes = length;
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/misc/securetransport.c:570:10: error: 1 warning generated.
no member named 'i_fd' in 'vlc_tls_sys_t'
sys->i_fd = fd;
~~~ ^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/misc/securetransport.c:674:15: warning: incompatible pointer types assigning to 'int (*)(vlc_tls_creds_t *, vlc_tls_t *, vlc_tls_t *, const char *, const char *const *)' from 'int (vlc_tls_creds_t *, vlc_tls_t *, int, const char *, const char *const *)' [-Wincompatible-pointer-types]
crd->open = st_ClientSessionOpen;
^ ~~~~~~~~~~~~~~~~~~~~
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/misc/securetransport.c:750:11: warning: 'SecKeychainSearchCreateFromAttributes' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
ret = SecKeychainSearchCreateFromAttributes(NULL, kSecCertificateItemClass,
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychainSearch.h:60:10: note: 'SecKeychainSearchCreateFromAttributes' has been explicitly marked deprecated here
OSStatus SecKeychainSearchCreateFromAttributes(CFTypeRef __nullable keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList * __nullable attrList, SecKeychainSearchRef * __nonnull CF_RETURNS_RETAINED searchRef)
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/misc/securetransport.c:758:11: warning: 'SecKeychainSearchCopyNext' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
ret = SecKeychainSearchCopyNext(searchReference, &itemRef);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychainSearch.h:71:10: note: 'SecKeychainSearchCopyNext' has been explicitly marked deprecated here
OSStatus SecKeychainSearchCopyNext(SecKeychainSearchRef searchRef, SecKeychainItemRef * __nonnull CF_RETURNS_RETAINED itemRef)
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/misc/securetransport.c:802:11: warning: 'SecTrustGetResult' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
ret = SecTrustGetResult(trust_ref, &status, &cert_chain, &status_chain);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrust.h:627:10: note: 'SecTrustGetResult' has been explicitly marked deprecated here
OSStatus SecTrustGetResult(SecTrustRef trustRef, SecTrustResultType * __nullable result,
^
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/vlc-unstable/modules/misc/securetransport.c:831:15: warning: incompatible pointer types assigning to 'int (*)(vlc_tls_creds_t *, vlc_tls_t *, vlc_tls_t *, const char *, const char *const *)' from 'int (vlc_tls_creds_t *, vlc_tls_t *, int, const char *, const char *const *)' [-Wincompatible-pointer-types]
crd->open = st_ServerSessionOpen;
^ ~~~~~~~~~~~~~~~~~~~~
7 warnings and 3 errors generated.
make[5]: *** [misc/libsecuretransport_plugin_la-securetransport.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
9 warnings generated.
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution make build/VLCKit.build/Debug/Make\ VLC.build/Script-6337548010ED091D0072A0D9.sh
(1 failure)
make: *** [build/Debug/VLCKit.framework] Error 65
iMac-van-Ziya:VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc iMacJack$ sudo ./buildMobileVLCKit.sh -f
[info] Preparing build dirs
First, rewinding head to replay your work on top of it...
Applying: arm_neon: added function macro to handle the underscore prefix for the iOS ARM ABI
Applying: progress dialog: add missing sanity check
Applying: deinterlace/merge: use a macro to fix compilation for iOS
Applying: lib/media player: inherit deinterlace variable to achieve correct value on first use
Applying: arm_neon: work-around libtool issue
Applying: libvlc/media: re-parse if flags changed
Applying: arm_neon: fix iOS linking
Applying: disable neon volume plugin
Applying: contrib/gcrypt: work-around a libtool limitation
Applying: src/misc: fix compilation for OS without fork()
Applying: libvlc: hack to disable daemon mode
Applying: contrib/gcrypt: fix tvOS compilation
Applying: contrib/harfbuzz: fix iOS compilation when CoreText is enabled
Applying: libvlc: expose a base set of freetype options to overwrite the default font
HEAD is now at 6927b44 Compressor: use float_ranges
Applying: arm_neon: added function macro to handle the underscore prefix for the iOS ARM ABI
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:60: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
Applying: progress dialog: add missing sanity check
Applying: deinterlace/merge: use a macro to fix compilation for iOS
Applying: lib/media player: inherit deinterlace variable to achieve correct value on first use
Applying: arm_neon: work-around libtool issue
Applying: libvlc/media: re-parse if flags changed
Applying: arm_neon: fix iOS linking
Applying: disable neon volume plugin
Applying: contrib/gcrypt: work-around a libtool limitation
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:29: trailing whitespace.
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:31: trailing whitespace.
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:35: trailing whitespace.
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:41: trailing whitespace.
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:49: trailing whitespace.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.
Applying: src/misc: fix compilation for OS without fork()
Applying: libvlc: hack to disable daemon mode
Applying: contrib/gcrypt: fix tvOS compilation
Applying: contrib/harfbuzz: fix iOS compilation when CoreText is enabled
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:17: space before tab in indent.
[with_coretext=no])
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:24: trailing whitespace.
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:25: space before tab in indent.
if $have_coretext; then
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:26: space before tab in indent.
CORETEXT_CFLAGS=
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch:29: space before tab in indent.
AC_SUBST(CORETEXT_CFLAGS)
warning: squelched 8 whitespace errors
warning: 13 lines add whitespace errors.
Applying: libvlc: expose a base set of freetype options to overwrite the default font
[info] Building vlc
[info] Building libvlc for Apple embedded OS style 'iPhone'
[info] Using armv7 with SDK version 9.2
SDKROOT not specified, assuming /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk
[info] Building tools
You are ready to build VLC and its contribs
make: `.gas' is up to date.
[info] Building contrib for iOS in '/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/contrib/iPhoneOS-armv7'
[info] LD FLAGS SELECTED = '-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/lib -arch armv7 -Wl,-ios_version_min,7.0'
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc
grep -- " libdsm-0.0.7.tar.gz$" "../../contrib/src/libdsm/SHA512SUMS" && (cd ../../contrib/tarballs && shasum -a 512 --check /dev/stdin) < "../../contrib/src/libdsm/SHA512SUMS"
6a7ace90f9815af35e48b26b2cb2666406ac01e7f58c01be3f90e7e45dfb978c9ed4616eece7753cbbedfe83b47b2572f5e229f2eede7cf0e159bb5e13eb384d libdsm-0.0.7.tar.gz
libdsm-0.0.7.tar.gz: OK
touch .sum-libdsm
curl -f -L -- "http://live555.com/liveMedia/public/live.2015.11.09.tar.gz" > "../../contrib/tarballs/live.2015.11.09.tar.gz"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (22) The requested URL returned error: 404 Not Found
make: *** [../../contrib/tarballs/live.2015.11.09.tar.gz] Error 22
make: *** Deleting file `../../contrib/tarballs/live.2015.11.09.tar.gz'
[info] Building vlc
[info] Building libvlc for Apple embedded OS style 'iPhone'
[info] Using i386 with SDK version 9.2
SDKROOT not specified, assuming /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk
[info] Building tools
You are ready to build VLC and its contribs
make: `.gas' is up to date.
[info] Building contrib for iOS in '/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc/contrib/iPhoneSimulator-i386'
[info] LD FLAGS SELECTED = '-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk/usr/lib -arch i386 -v -Wl,-ios_version_min,7.0'
/Users/iMacJack/Desktop/VLCKit-master-24382764560f4c6197362fed9f1adcbbf60a1bbc/MobileVLCKit/ImportedSources/vlc
grep -- " libdsm-0.0.7.tar.gz$" "../../contrib/src/libdsm/SHA512SUMS" && (cd ../../contrib/tarballs && shasum -a 512 --check /dev/stdin) < "../../contrib/src/libdsm/SHA512SUMS"
6a7ace90f9815af35e48b26b2cb2666406ac01e7f58c01be3f90e7e45dfb978c9ed4616eece7753cbbedfe83b47b2572f5e229f2eede7cf0e159bb5e13eb384d libdsm-0.0.7.tar.gz
libdsm-0.0.7.tar.gz: OK
touch .sum-libdsm
curl -f -L -- "http://live555.com/liveMedia/public/live.2015.11.09.tar.gz" > "../../contrib/tarballs/live.2015.11.09.tar.gz"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (22) The requested URL returned error: 404 Not Found
make: *** [../../contrib/tarballs/live.2015.11.09.tar.gz] Error 22
make: *** Deleting file `../../contrib/tarballs/live.2015.11.09.tar.gz'
[info] building universal static libs for OS style iPhone
./buildMobileVLCKit.sh: line 42: pushd: MobileVLCKit/ImportedSources/vlc/install-ios-iPhoneOS: No such file or directory
Code: Select all
building universal static libs for OS style iPhone ./buildMobileVLCKit.sh: line 44: pushd: MobileVLCKit/ImportedSources/vlc/install-ios-iPhoneOS: No such file or directory
Code: Select all
[info] Building MobileVLCKit (Aggregate static plugins, Release)
[info] Building MobileVLCKit (MobileVLCKit, Release)
** BUILD FAILED **
The following build commands failed:
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/arm64/libMobileVLCKit.a normal arm64
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/libMobileVLCKit.a normal armv7
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7s/libMobileVLCKit.a normal armv7s
(3 failures)
Code: Select all
Unknown target architecture 'i386
' at ..../MobileVLCKit/ImportedSources/vlc/extras/tools/build/bin/gas-preprocessor.pl line 195.
make[1]: *** [common/arm/cpu-a.o] Error 255
...
make: *** [.x264] Error 2
Code: Select all
264 configure script
Command line options: "--prefix=...MobileVLCKit/ImportedSources/vlc/contrib/iPhone-armv7-apple-darwin11-armv7" "--host=armv7-apple-darwin11" "--enable-static" "--enable-pic" "--disable-cli"
checking whether xcrun clang works... yes
checking whether xcrun clang supports for( int i = 0; i < 9; i++ ); with -std=gnu99... yes
checking whether xcrun clang supports __asm__("rev ip, ip");... yes
checking whether xcrun clang supports __asm__("movt r0, #0");... yes
checking whether xcrun clang supports __asm__("vadd.i16 q0, q0, q0");... yes
checking whether perl ...MobileVLCKit/ImportedSources/vlc/extras/tools/build/bin/gas-preprocessor.pl xcrun clang supports .func test
.endfunc... no
Failed commandline was:
--------------------------------------------------
perl ...MobileVLCKit/ImportedSources/vlc/extras/tools/build/bin/gas-preprocessor.pl xcrun clang conftest.S -I. -I$(SRCPATH) -DPREFIX -DPIC -c -o conftest.o
Unknown target architecture 'i386
' at ...MobileVLCKit/ImportedSources/vlc/extras/tools/build/bin/gas-preprocessor.pl line 195.
--------------------------------------------------
Failed program was:
--------------------------------------------------
.func test
.endfunc
....
....
Return to “VLC for iOS, iPadOS and Apple TV”
Users browsing this forum: No registered users and 9 guests