Page 1 of 1

an error occured while compiling vlc for ios

Posted: 03 Mar 2013 10:34
by rowa
I get the latest code from "git://git.videolan.org/vlc-ports/ios.git" today,
and I run the "buildMobileVLC.sh" in command line,
several minutes later, I got a fatal error:

".../ImportedSources/vlc/modules/access/screen/mac.c:40:9: fatal error: 'ApplicationServices/ApplicationServices.h' file not found
#import <ApplicationServices/ApplicationServices.h>"

it seems that the build environment can not find the header file:'ApplicationServices/ApplicationServices.h'
how could I fixed this?

written below is my building environment:
OSX 10.8.2 Moutain Lion / XCode 4.6 with IOS 6.0

Re: an error occured while compiling vlc for ios

Posted: 04 Mar 2013 10:01
by rowa
goto this topic "viewtopic.php?f=12&t=108691"
may did help