Page 1 of 1

VLC for iOS: unable to infer tagged configuration

Posted: 04 Oct 2012 07:34
by jackuz
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

Re: VLC for iOS: unable to infer tagged configuration

Posted: 04 Oct 2012 12:40
by Jean-Baptiste Kempf
Compilation buildsystem issue. Hard to fix.

Re: VLC for iOS: unable to infer tagged configuration

Posted: 05 Oct 2012 01:47
by jackuz
Thanks,
Is that because of new iOS SDK version? What is the best build environment for building MobileVLC?

Re: VLC for iOS: unable to infer tagged configuration

Posted: 22 Nov 2012 14:49
by voodoorush
I encountered the exact same issue.

I added a LIBTOOLFLAGS line into modules/video_filter/Modules.am:

Code: Select all

if HAVE_NEON libdeinterlace_plugin_la_SOURCES += deinterlace/merge_arm.S libdeinterlace_plugin_la_CFLAGS += -DCAN_COMPILE_ARM libdeinterlace_plugin_la_LIBTOOLFLAGS = --tag=CC endif
and now it compiles.

Re: VLC for iOS: unable to infer tagged configuration

Posted: 13 Dec 2012 01:36
by amds123
There are some problems in VLC for new version of iOS now,why is it not updated for a long time?