libgtk-3-dev - unmet dependencies on install

2 respuestas [Último envío]
Abjectio

I am a member!

Desconectado/a
se unió: 08/21/2014

Hi,

Trying to install GTK+ v3 on my Trisquel installation, however the install result in a "unmet dependencies" for libpango1.0-dev and libcairo2-dev.

Anybody with a clue?

//Install
sudo apt-get install libgtk-3-dev (Which should be suffient)

//Result
The following packages have unmet dependencies:
libgtk-3-dev : Depends: libpango1.0-dev (>= 1.30.0) but it is not going to be installed
Depends: libcairo2-dev (>= 1.10.0) but it is not going to be installed

Sachin
Desconectado/a
se unió: 06/02/2012

use
sudo aptitude install libgtk-3-dev

Abjectio

I am a member!

Desconectado/a
se unió: 08/21/2014

Ahh ok - tx.