Pages

23 April 2015

How to Fix configure error: You must have GTK+ 2.10.0 or newer development headers installed




So your problem is  :


checking for GTK... no
no
configure: error:
You must have GTK+ 2.10.0 or newer development headers installed to compile
Pidgin.  If you want to build only Finch then specify --disable-gtkui when
running configure.



 To fix it, type the following in your Terminal:

 sudo apt-get install libgtk2.0-dev

No comments:

Post a Comment