狮子(10.7)不支持转换(1)。 Dylib错误 [英] Lion (10.7) Not supporting Convert(1). Dylib error

查看:92
本文介绍了狮子(10.7)不支持转换(1)。 Dylib错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当尝试使用convert(1)时,我收到以下错误:

When trying to use convert(1), I get the following error:

dyld: Library not loaded: /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libclparser.dylib
Referenced from: /usr/local/bin/convert
Reason: image not found
Trace/BPT trap: 5

我知道如何解决这个问题吗?

Any idea how I could fix it ?

推荐答案

我也遇到了这个错误 - 使用自制的ImageMagick安装。与Pascal一样,我修复了

I was getting this error as well–with a homebrew install of ImageMagick. Along the same lines as Pascal, I fixed it with


  1. 安装XCode 4.1(来自App Store)

  2. 在Xcode中,转到Xcode>首选项...>下载选项卡>单击命令行工具旁边的安装

  3. 使用 brew uninstall imagemagick卸载ImageMagick

  4. 使用 brew更新

  5. 使用<安装最新的自制软件code> brew install imagemagick

  6. 运行 brew doctor 并删除任何* .la如果第4步在make install上失败,则列出* .a文件

  1. Install XCode 4.1 (from the App Store)
  2. In Xcode, go to Xcode > Preferences... > Downloads tab > click Install next to Command Line Tools
  3. Uninstall ImageMagick with brew uninstall imagemagick
  4. Update homebrew with brew update
  5. Install latest homebrew with brew install imagemagick
  6. Run brew doctor and delete any of the *.la and *.a files listed if step 4 fails on make install

这篇关于狮子(10.7)不支持转换(1)。 Dylib错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆