gpt4 book ai didi

cocoa - 在 Snow Leopard 中编译 VLCKit

转载 作者:行者123 更新时间:2023-12-03 17:16:41 26 4
gpt4 key购买 nike

我尝试以几种不同的方式构建 VLC 和 VLCKit。我需要支持 x86_64 和垃圾收集。我遵循 Wiki 页面 Mac OS X 框架,但我不知道我做错了什么。

我使用git $ git克隆git://git.videolan.org/vlc.git

  • 我打开 ./vlc/projects/macosx/framework/VLCKit.xcodeproj
  • 我确保选择了 VLCKit 目标。我发现选择了“构建一切”目标。
  • 我选择“VLCKit”(图 2)。 (当我尝试“构建一切”时,我也发现了错误)
  • 我右键单击目标并构建

我发现了 4 个错误。

这篇文章中的更多信息:Post in Official VLC Forum

怎么了?在哪里可以找到 VLCKit 垃圾收集支持的二进制文件?谢谢!

最佳答案

根据VLC论坛上的回复,VLCKit目前不支持垃圾收集:Post in VLC Forum

关于编译 VLCKit 一般尝试这个:

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

您特别需要 vlc-1.1.git 分支,它似乎是稳定的变体。都写在这个post里了我在上面提到过。

关于cocoa - 在 Snow Leopard 中编译 VLCKit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4420158/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com