Code: Select all
cd ImportedSources/vlc; ./extras/package/ios/build.sh
/Users/simont/projects/vlc/ios/ImportedSources/vlc
[info] Building libvlc for iOS
[info] Using armv7 with SDK version 6.1
SDKROOT not specified, assuming /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.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/simont/projects/vlc/ios/ImportedSources/vlc/contrib/iPhoneOS-armv7'
[info] LD FLAGS SELECTED = '-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/lib -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk -miphoneos-version-min=5.1'
/Users/simont/projects/vlc/ios/ImportedSources/vlc
make: Nothing to be done for `all'.
[info] Bootstraping vlc
/Users/simont/projects/vlc/ios/ImportedSources/vlc
[info] VLCROOT = /Users/simont/projects/vlc/ios/ImportedSources/vlc
[info] Bootstraping vlc finished
[info] >> --prefix=/Users/simont/projects/vlc/ios/ImportedSources/vlc/install-ios-OS/armv7 --host=arm-apple-darwin11
[info] Building libvlc
/Users/simont/projects/vlc/ios/ImportedSources/vlc/modules/access/screen/mac.c:41:9: fatal error:
'ApplicationServices/ApplicationServices.h' file not found
#import <ApplicationServices/ApplicationServices.h>
^
1 error generated.
make[5]: *** [libscreen_plugin_la-mac.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
/Simon
(PS The URL in the HOWTO doesn't match where I cloned from. Is that significant? DS