Page 1 of 1

help with iPad Build?

Posted: 14 Dec 2010 16:02
by unnyhog
i made all steps from this tutorial:
http://rick-hawkins.blogspot.com/2010/1 ... -ipad.html

But i can't get library files like "libMobileMediaLibraryKit.a" and "libMobileVLCKit.a".

that projects asks for another libraries and so on...

Can anyone send me that files or tell me what am i doing wrong?

Re: help with iPad Build?

Posted: 15 Dec 2010 00:25
by Jean-Baptiste Kempf
You need to compile the other libraries first. Use the script for that.

Re: help with iPad Build?

Posted: 15 Dec 2010 12:41
by unnyhog
ok. first of all i made all steps from HACKING and INSTALL files.

As i understand, first library i need to build is MobileVLCKit. But when i try to build it i get a lot of errors like this :
" can't open file: /Users/sunny/VLC/MobileVLC/ImportedSources/vlc/projects/macosx/framework/../../../contrib-ios-arm-apple-darwin10/lib/libBasicUsageEnvironment.a (No such file or directory)
can't open file: /Users/sunny/VLC/MobileVLC/ImportedSources/vlc/projects/macosx/framework/../../../contrib-ios-arm-apple-darwin10/lib/libUsageEnvironment.a (No such file or directory)
...."

where can i get these libraries?

thanks.

Re: help with iPad Build?

Posted: 17 Dec 2010 15:56
by unnyhog
I am trying to build it in XCode. Is it right or i should use something else?

Re: help with iPad Build?

Posted: 09 Jan 2011 22:04
by Dionysiac
@unnyhog.

I wrote that tutorial.
Please check the build location that you are using in XCode as it sounds to me like one of the steps cant find one of the build results from an earlier step.

It is possible that something has changed in the source since I put the tutorial together of course as I have not built the app since I wrote it. At the time of writing it was working just fine as described.

Re: help with iPad Build?

Posted: 11 Jan 2011 11:26
by unnyhog
thanks fo reply. I think i get the reason of my errors.
The links files weren't defined. (i mean files like "MobileVLC/External/MediaLibraryKit/", "MobileVLC/External/MobileVLCKit")

what should i do to define all files like that ?

and by the way,Dionysiac, after making all steps in your tutotial i didn't get "Success" message.
I get something like that:

[\033[1;32minfo\033[0m] Preparing build dirs
[\033[1;32minfo\033[0m] Building
[\033[1;32minfo\033[0m] Building vlc
[\033[1;34minfo\033[0m] Building libvlc for the iOS
[\033[1;34minfo\033[0m] Using armv7 with SDK version 4.2
[\033[1;34minfo\033[0m] Building contrib for iOS in '/Users/sunny/iphone/MobileVLC/ImportedSources/vlc/contrib-builddir-ios-arm-apple-darwin10'
ld: in ../liveMedia/libliveMedia.a, archive has no table of contents
collect2: ld returned 1 exit status
make[3]: *** [testMP3Streamer] Error 1
make[2]: *** [all] Error 2
make[1]: *** [.live] Error 2
make: *** [using-src] Error 2

do you know what is the problem?

Re: help with iPad Build?

Posted: 12 Jan 2011 14:35
by unnyhog
Do anyone know how can i get libVLC, libVLCcore, and all libVLC plugins?
I mean all "*.a" libraries, like "libvlc.a", "libvlccore.a".

And one more question - why for is "VLCKit.xcodeproj"?