简体   繁体   English

brew和jhbuild错误

[英]brew and jhbuild error

I'm using Mac OS X 10.7 我正在使用Mac OS X 10.7

At first, I used jhbuild to install some libs.It install libs in "/Users/dinosaur/gtk/inst/lib/" I think it not good. 最初,我使用jhbuild安装了一些libs。它将libs安装在“ / Users / dinosaur / gtk / inst / lib /”中,我认为这样做不好。 so I remove directory. 所以我删除目录。

Home Brew is very good.so I want to install gegl with brew. Home Brew很好。所以我想在brew上安装gegl。 So I input "brew install gegl" in terminal.But get a error: 所以我在终端输入“ brew install gegl”。但是得到一个错误:

grep: /Users/dinosaur/gtk/inst/lib/libiconv.la: No such file or directory
sed: /Users/dinosaur/gtk/inst/lib/libiconv.la: No such file or directory
libtool: link: `/Users/dinosaur/gtk/inst/lib/libiconv.la' is not a valid libtool archive
make[2]: *** [text.la] Error 1
make[2]: *** Waiting for unfinished jobs....

It seems brew look for libs at jhbuild build path. 似乎在jhbuild构建路径中寻找libs。 But I'v removed it. 但我已将其删除。

How can I clean the jhbuild setting, Or another way to build gegl with brew. 我该如何清理jhbuild设置,或另一种使用brew来构建gegl的方法。

sudo brew install libiconv
sudo brew link libiconv

That should do the trick. 这应该够了吧。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM