xmms + singit, problema no plugin

Iniciado por heitorpb, 31 de Dezembro de 2009, 17:32

tópico anterior - próximo tópico

heitorpb

Olá, estou tentando instalar o plugin singit, que mostra as letras das músicas, no xmms. Segundo o README que veio com o plugin, para instalar devo fazer isso:

Citar1.) ./configure
2.) make
3.) strip xmms-singit/.libs/libxmms_singit.so (removes debugging code)
4.) su -c "make install"
    or become root and "make install"

Quando tento o primeiro passo no terminal, termina com essa mensagem:

Citarchecking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***

Tentei instalar o glibc-doc, mas já tenho a versão mais recente.
Onde acho o tal GLIB??? E esse glib-config???

heitorpb

Consegui passar por esse erro

Citarapt-get install libglib1.2-dev

depois deu o seguinte erro:

Citarchecking for GTK - version >= 1.2.2... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: *** GTK+ >= 1.2.2 not installed - please install first ***

e então:

Citarapt-get install libgtk1.2-dev

Só assim consegui rodar o ./configure.
O próximo passo é "make"
e deu o seguinte erro:

Citarmake[2]: ** [song.lo] Erro 1
make[2]: Saindo do diretório `/home/heitor/.xmms/Plugins/xmms-singit-0.0.8/xmms-singit'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/home/heitor/.xmms/Plugins/xmms-singit-0.0.8'
make: ** [all] Erro 2

Alguém sabe o que fazer??