Page 1 of 1

VLCKit - am I too stupid to build it?

Posted: 27 Sep 2010 20:41
by hirnschmalz
Hi there,

I'm a little bit frustrated at the moment. I try to build the VLCKit without success.
I tried vlc-1.2 and vlc-1.1, I tried it with XCode 3.2.1, 3.2.5 and the XCode 4 Preview. No success.

My last try was

- git clone git://git.videolan.org/vlc/vlc-1.1.git
- rename vlc-1.1 into vlc
- open projects/macosx/framework/VLCKit.xcodeproj with XCode 3.2.5
- Select 'Debug | VLCKit | x86_64' in the target dropdown
- in the project tree opened the 'Targets'
- right clicked on VLCKit and clicked 'Build VLCKit'.

I got 4 errors

find: /Users/markus/vlc/projects/macosx/framework/build/Debug/vlc_build_dir/x86_64/modules: No such file or directory
ls: /Users/markus/vlc/projects/macosx/framework/build/Debug/vlc_build_dir/x86_64/modules/plugins-*.dat: No such file or directory
/Users/markus/vlc/projects/macosx/framework/build/Debug/vlc_build_dir/x86_64/share: No such file or directory
Command /Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1

It would be nice if some one could help me before I'm going crazy


Markus

Tried to build VLCKit on iMac with 10.6.5 and Mac Pro with 10.6.3

Re: VLCKit - am I too stupid to build it?

Posted: 27 Sep 2010 21:55
by hussam_2000
U ARE NOT ALONE SON !!! ur not stupid.. it is hard to get this thing to work :( i have been trying for a week or so.

Re: VLCKit - am I too stupid to build it?

Posted: 28 Sep 2010 18:55
by hirnschmalz
Hi hussam_2000,

did you manage to build VLCKit or do you have as much luck as I have?

Re: VLCKit - am I too stupid to build it?

Posted: 01 Oct 2010 21:25
by kermit666
I succeeded with building VLCKit on OS X. Here's a tutorial I wrote:

http://kermit.epska.org/node/13

Hope it helps. Good luck!

Re: VLCKit - am I too stupid to build it?

Posted: 03 May 2011 14:22
by crackstone
don't know if this is still needed... anyhow
try this - worked for me:

- git clone git://git.videolan.org/vlc/vlc-1.1.git vlc-1.1
- cd vlc-1.1/projects/macosx/framework
- xcodebuild -alltargets -configuration Release -project VLCKit.xcodeproj ARCHS="x86_64" -sdk macosx10.6

//crackstone