Compile MobileVLC@MacOS fail, libxtag_plugin.a missed.

This forum is about all development around libVLC.
HaroldMei
New Cone
New Cone
Posts: 3
Joined: 25 Jan 2011 18:12

Compile MobileVLC@MacOS fail, libxtag_plugin.a missed.

Postby HaroldMei » 25 Jan 2011 18:16

I checked out the lastest version of MobileVLC; But When I compiled with the command: ./buildMobileVLC.sh -s -v, the build task failed with the following message:

/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: -dynamic not specified the following flags are invalid: -ObjC /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: can't open file: /Users/haroldmei/Documents/MobileVLC/ImportedSources/vlc/projects/macosx/framework/../../../install-ios-Simulator/lib/vlc/plugins/misc/libxtag_plugin.a

My environment is Mac OS X 10.6.6, and the SDK version is 3.2.5.

Can anybody tell me what happened with the latest source code?

Thanks very much!

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Compile MobileVLC@MacOS fail, libxtag_plugin.a missed.

Postby Jean-Baptiste Kempf » 26 Jan 2011 00:23

libxtag plugin was removed, IIRC, remove it from the build
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

HaroldMei
New Cone
New Cone
Posts: 3
Joined: 25 Jan 2011 18:12

Re: Compile MobileVLC@MacOS fail, libxtag_plugin.a missed.

Postby HaroldMei » 26 Jan 2011 03:44

libxtag plugin was removed, IIRC, remove it from the build
Thank you very much j-b, and I noticed that it seems to have two issues in my problem, and I am not sure whether they are the same question:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: -dynamic not specified the following flags are invalid: -ObjC /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: can't open file: /Users/haroldmei/Documents/MobileVLC/ImportedSources/vlc/projects/macosx/framework/../../../install-ios-Simulator/lib/vlc/plugins/misc/libxtag_plugin.a


And further more, could you tell me what should I do to remove the libxtag_plugin.a from the build? I just get involved into MobileVLC very shortly and not familiar with it. Thanks again for your kindly help.

HaroldMei
New Cone
New Cone
Posts: 3
Joined: 25 Jan 2011 18:12

Re: Compile MobileVLC@MacOS fail, libxtag_plugin.a missed.

Postby HaroldMei » 26 Jan 2011 14:27

I have successfully built the project. Now I am trying to play a movie on my simulator. Thanks very much!

nghieppham
New Cone
New Cone
Posts: 2
Joined: 06 Apr 2011 22:01

Re: Compile MobileVLC@MacOS fail, libxtag_plugin.a missed.

Postby nghieppham » 06 Apr 2011 22:04

I have the same problems, i try to fixed more than 2 days but not succedd, would you please tell me how to fix it?
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: -dynamic not specified the following flags are invalid: -ObjC
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: can't open file: /Users/suhashiwale/iphone/MobileVLC/ImportedSources/vlc/projects/macosx/framework/../../../install-ios-Simulator/lib/vlc/plugins/audio_filter/libbandlimited_resampler_plugin.a (No such file or directory)
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: can't open file: /Users/suhashiwale/iphone/MobileVLC/ImportedSources/vlc/projects/macosx/framework/../../../install-ios-Simulator/lib/vlc/plugins/codec/libfaad_plugin.a (No such file or directory)
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: can't open file: /Users/suhashiwale/iphone/MobileVLC/ImportedSources/vlc/projects/macosx/framework/../../../install-ios-Simulator/lib/vlc/plugins/demux/libts_plugin.a (No such file or directory)
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: can't open file: /Users/suhashiwale/iphone/MobileVLC/ImportedSources/vlc/projects/macosx/framework/../../../install-ios-Simulator/lib/vlc/plugins/misc/libsqlite_plugin.a (No such file or directory)
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: can't open file: /Users/suhashiwale/iphone/MobileVLC/ImportedSources/vlc/projects/macosx/framework/../../../install-ios-Simulator/lib/vlc/plugins/misc/libxtag_plugin.a (No such file or directory)
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool failed with exit code 1

I build on IOS 4.2 for simulator

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Compile MobileVLC@MacOS fail, libxtag_plugin.a missed.

Postby Jean-Baptiste Kempf » 07 Apr 2011 00:58

remove the deleted plugins from the build.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

nghieppham
New Cone
New Cone
Posts: 2
Joined: 06 Apr 2011 22:01

Re: Compile MobileVLC@MacOS fail, libxtag_plugin.a missed.

Postby nghieppham » 08 Apr 2011 17:00

When i remove the plug-in, compiling process is ok but now when i play video (streaming video via RTSP), the video is good but there is no sound how can i solve the problem? Please help me.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Compile MobileVLC@MacOS fail, libxtag_plugin.a missed.

Postby Jean-Baptiste Kempf » 08 Apr 2011 17:11

Read the logs.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 3 guests