strukturag / VLCKit

Fork of http://git.videolan.org/?p=vlc-bindings/VLCKit.git to integrate a version of VLC supporting libde265.
GNU Lesser General Public License v2.1
49 stars 32 forks source link

Compile failed on MacOS 10.11 XCode 7.3.1 #7

Open captainjtx opened 8 years ago

captainjtx commented 8 years ago

Don't if it is right place to ask, I tried to compile VLCKit master branch, on MacOS 10.11 XCode 7.3.1. But just couldn't succeed. I had good knowledge on c++ but completely new to xcode and objective-c. I just want to build VLCKit and gradually write my own video playback application on Mac. I followed steps on https://wiki.videolan.org/VLCKit/. And changed architecture on XCode to only x86_64. Still, compilation failed at this step :

cp: /Users/tengi/Library/Developer/Xcode/DerivedData/VLCKit-bblowyckdywviabdgzbhzxkhycjk/Build/Products/Debug/vlc_build_dir/x86_64/share/lua: No such file or directory

What should I do ?

Btw I also tried the answer on this post :http://stackoverflow.com/questions/25123399/compile-vlckit-on-mac-os-10-9. Compilation failed also at the last step, same error.

Should I go ahead to build my own app directly on libvlc as I just need a simple playback and basic query on the media. Any advice is appreciated, Thanks !

Here is the log file: https://gist.github.com/captainjtx/3121af51845d44b69b49903e9b2a3feb

mammaiap commented 8 years ago

Hi captainjtx, i too face the same problem ... while compiling the VLCKit on mac os x 10.11.5 and XCode 7.3.1.. did you find the solution?

Thanks & Regards, Muthu

captainjtx commented 8 years ago

Not really, I got an answer on VideoLan forum: https://forum.videolan.org/viewtopic.php?f=12&t=134056 Says its a kind of bug. They are trying to fix it.