Hi all,
I'm building MobileVLC for iOS on MacOSX 10.7.5, Xcode4.5, and iOS6.0 sdk.
I encounter this problem:
------------
Making all in video_filter
make all-am
CPPAS merge_arm.lo
CCLD libblendbench_plugin.la
CC libbluescreen_plugin_la-bluescreen.lo
CC libcanvas_plugin_la-canvas.lo
CC libchain_plugin_la-chain.lo
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[4]: *** [merge_arm.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
----------
I found the similar problem here
viewtopic.php?f=12&t=104451&p=353652&hi ... on#p353652
but when i try "make disclean" it said there is no such a rule.
What is the problem?
Thanks