Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

gdk-pixbuf failed to build on 10.6 #18611

Closed
AlexMax opened this issue Mar 20, 2013 · 6 comments
Closed

gdk-pixbuf failed to build on 10.6 #18611

AlexMax opened this issue Mar 20, 2013 · 6 comments

Comments

@AlexMax
Copy link
Contributor

AlexMax commented Mar 20, 2013

The error message that ./configure throws is missing a few lines as well.

:~ alex% brew install gdk-pixbuf
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.26/gdk-pixbu
Already downloaded: /Users/alex/Library/Caches/Homebrew/gdk-pixbuf-2.26.5.tar.xz
==> ./configure --disable-maintainer-mode --enable-debug=no --prefix=/usr/local/
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
configure: error:
*** GLIB 2.34.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/pub/gtk/.

READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting

:~ alex%

https://gist.github.com/AlexMax/5204594

@jacknagel
Copy link
Contributor

Try brew unlink glib && brew link glib

@AlexMax
Copy link
Contributor Author

AlexMax commented Mar 20, 2013

No dice. Same error.

@ehamberg
Copy link
Contributor

I am seeing the exact same error on 10.8.3. brew doctor has no complaints.

@jacknagel
Copy link
Contributor

hmmm.

@jacknagel
Copy link
Contributor

Oh:

dyld: Library not loaded: /usr/local/opt/libffi/lib/libffi.6.dylib
  Referenced from: /usr/local/lib/libgobject-2.0.0.dylib
  Reason: image not found
./configure: line 1947: 53340 Trace/BPT trap          ./conftest$ac_exeext

You'll need to reinstall libffi, we had to downgrade because of this.

@AlexMax
Copy link
Contributor Author

AlexMax commented Mar 20, 2013

Confirmed solution, it builds fine now. Though I had to reinstall glib as well, but that was an easy inference based on that error. Thanks.

@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants