Error installing gst-python through Homebrew

Posted by hrr on Stack Overflow See other posts from Stack Overflow or by hrr
Published on 2012-12-12T17:02:00Z Indexed on 2012/12/12 17:03 UTC
Read the original article Hit count: 487

Filed under:
|
|
|
|

I'm trying to install gst-python and it errors with:

brew install gst-python
Warning: Your Xcode (4.2.1) is outdated
Please install Xcode 4.5.2.
==> Downloading http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.
Already downloaded: /Library/Caches/Homebrew/gst-python-0.10.22.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/gst-python/0.10.22
configure: set WARNING_CFLAGS to  -Wall -Wdeclaration-after-statement -Wpointer-arith
configure: set ERROR_CFLAGS to 
checking for valgrind... no
checking for libraries required to embed python... no
configure: error: could not find Python lib

This is all after I removed the default OSX python and re-installed it with Homebrew, I've edited /etc/paths and python is working well. I just can't install the package above (gst, pygtk is successfully installed). i was told that I need to install python-devel but I have no idea where from.

I'm using OSX Lion 10.7.5 With Python 2.7.3

© Stack Overflow or respective owner

Related posts about python

Related posts about osx-lion