Não é possível construir o pygobject com o jhbuild

1

Eu estava tentando criar gtk+ e pygobject com jhbuild (no ubuntu 11.04), mas deu o seguinte erro ao criar gnome-doc-utils :

checking whether /opt/tarball-gnome2/bin/python version >= 2.4...
configure: error: too old
** Error during phase configure of gnome-doc-utils: ########## Error running ./autogen.sh --prefix /opt/tarball-gnome2 --libdir '/opt/tarball-gnome2/lib'  --disable-static --disable-gtk-doc  *** [8/8]

Por favor, ajude!

    
por Arshdeep Singh 24.12.2011 / 10:13

1 resposta

1

De acordo com o manual jhbuild instalação , ele deve verificar se você já tem o gnome-common , gnome-doc-utils e autotools programas já instalados e, caso contrário, usarão a abordagem Makefile .

Sugiro que você instale os pacotes acima com apt-get install primeiro e tente executar o comando ./autogen.sh novamente.

Estou assumindo que você está usando o este guia oficial sobre como instalá-lo.

    
por 25.12.2011 / 14:27