Hi for a long time now, I tried to build the master branch of TVVLCKit with ./buildMobileVLCKit.sh -t (try with sudo too) (with macOS Sierra and Xcode Eight) and I've got always this error :
autoreconf: running: aclocal -I /Users/pascalbeaujard/Downloads/VLCKit-master/MobileVLCKit/ImportedSources/vlc/contrib/AppleTV-x86_64-apple-darwin11-x86_64/share/aclocal --force -I m4
inflate.c:1507:61: warning: shifting a negative signed value is undefined
[-Wshift-negative-value]
if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;
~~~ ^
1 warning generated.
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
autoreconf: running: /Users/pascalbeaujard/Downloads/VLCKit-master/MobileVLCKit/ImportedSources/vlc/extras/tools/build/bin/autoconf --include=/Users/pascalbeaujard/Downloads/VLCKit-master/MobileVLCKit/ImportedSources/vlc/contrib/AppleTV-x86_64-apple-darwin11-x86_64/share/aclocal --force
autoreconf: running: /Users/pascalbeaujard/Downloads/VLCKit-master/MobileVLCKit/ImportedSources/vlc/extras/tools/build/bin/autoheader --include=/Users/pascalbeaujard/Downloads/VLCKit-master/MobileVLCKit/ImportedSources/vlc/contrib/AppleTV-x86_64-apple-darwin11-x86_64/share/aclocal --force
autoreconf: running: automake --add-missing --copy --force-missing
lib/Headers.mk:22: warning: shell cat $(top_srcdir: non-POSIX variable name
lib/Headers.mk:22: (probably a GNU make extension)
doc/Makefile.am:26: 'lib/Headers.mk' included from here
lib/Headers.mk:22: warning: shell cat $(top_srcdir: non-POSIX variable name
lib/Headers.mk:22: (probably a GNU make extension)
lib/Makefile.am:28: 'lib/Headers.mk' included from here
test/Makefile.am:30: warning: '%'-style pattern rules are a GNU make extension
autoreconf: Leaving directory `.'
configure: error: in `/Users/pascalbeaujard/Downloads/VLCKit-master/MobileVLCKit/ImportedSources/vlc/contrib/AppleTVSimulator-x86_64/fribidi':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
make: *** [.fribidi] Error 1
Can someone tell me what's wrong with this, please ?
Thank you