iPhone 上的 FFmpeg 运行“make”时出错
当我尝试在我的 intel mac、iPhone SDK 3.1 上使用此处使用的相同命令行并使用来自 svn 的最新 ffmpeg 签出时,出现错误。这是我收到的错误:
CC libavcodec/apedec.o AS libavcodec/arm/dsputil_arm.o /bin/sh: /usr/local/bin/gas-preprocessor.pl: 权限被拒绝 make: *** [libavcodec/arm/dsputil_arm.o] 错误 126
我的gas-preprocessor.pl 文件位于/usr/local/bin 中..
有什么想法吗?我觉得我可能在这里错过了一些非常微不足道的东西。为什么气体预处理器会拒绝许可?
I'm getting an error when trying to make ffmpeg on my intel mac, iPhone SDK 3.1, using the same command lines that were used here, and using the latest checkout of ffmpeg from svn. Here's the error that I'm getting:
CC libavcodec/apedec.o
AS libavcodec/arm/dsputil_arm.o
/bin/sh: /usr/local/bin/gas-preprocessor.pl: Permission denied
make: *** [libavcodec/arm/dsputil_arm.o] Error 126
My gas-preprocessor.pl file is in /usr/local/bin..
Any ideas? I feel like I might be missing something really trivial here. Why is gas-preprocessor throwing a permission denied?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我以前也有过类似的事情。
我将gas-preprocessor.pl复制到/usr/bin,它的工作非常顺利。
祝你好运!
I had something like that before.
I copied the gas-preprocessor.pl to /usr/bin and it worked like a charm.
Good Luck!