On 03/05/2013 09:20 PM, Vincent D. Brown wrote:
I was wondering if anyone could help me with some installation trouble.
I downloaded PyGObject 3.0.2 and tried running configure.  It said that
I don't have glib version >= 2.24.0, so I found glib 2.24.2 and
installed it.  The configure still stops on the same error:

checking for GLIB - version >= 2.24.0... no

What is the output of "pkg-config --cflags glib-2.0"? It should point to your newly installed glib 2.24.2, and not to the old glib present on the system. If this is not the case, you either need to put the installed directory on PKG_CONFIG_PATH, or see what went wrong with the installation.

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to