VLCKit: compilation error with CompileC
Posted: 01 May 2014 13:15
Hi, for a few weeks I am having trouble compiling VLCKit ... here are the last few lines of the compile:
I tried from a clean repo, multiple times, with buildMobileVLCKit.sh -f
Any tips?
Thanks!
Code: Select all
[info] Building MobileVLCKit (Aggregate static plugins, Release)
[info] Building MobileVLCKit (MobileVLCKit, Release)
** BUILD FAILED **
The following build commands failed:
CompileC build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/VLCEventManager.o Sources/VLCEventManager.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/VLCMediaListPlayer.o Sources/VLCMediaListPlayer.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/VLCLibrary.o Sources/VLCLibrary.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/VLCMedia.o Sources/VLCMedia.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/VLCMediaList.o Sources/VLCMediaList.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/VLCTime.o Sources/VLCTime.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/VLCMediaPlayer.o Sources/VLCMediaPlayer.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/VLCAudio.o Sources/VLCAudio.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(8 failures)
Any tips?
Thanks!