configure: error: Package requirements (gtk+-2.0 >= 2.0.0) were not met.

Asked by LEGOManiac

I'm trying to install plascolin but when I type ./configure in the directory into which I unpacked the package, I get:

configure: error: Package requirements (gtk+-2.0 >= 2.0.0) were not met.

Now, as I understand it, GTK is installed as part Ubuntu. I don't see anything specifically called "gtk+-2.0" in synaptic so I'm not sure what to do here.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Ian Ace
Solved:
Last query:
Last reply:
Revision history for this message
Best Ian Ace (iaculallad) said :
#1

Dev packages are not installed by default, you can install it with:

sudo apt-get install libgtk2.0-dev

HTH.

Revision history for this message
LEGOManiac (bzflaglegomaniac) said :
#2

Thanks Ian Ace A. Culallad, that solved my question.