Autor Tópico: xmms + singit, problema no plugin  (Lida 1440 vezes)

Offline heitorpb

  • Usuário Ubuntu
  • *
  • Mensagens: 23
    • Ver perfil
xmms + singit, problema no plugin
« Online: 31 de Dezembro de 2009, 17:32 »
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:

Citar
1.) ./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:

Citar
checking 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???

Offline heitorpb

  • Usuário Ubuntu
  • *
  • Mensagens: 23
    • Ver perfil
Re: xmms + singit, problema no plugin
« Resposta #1 Online: 02 de Janeiro de 2010, 16:01 »
Consegui passar por esse erro

Citar
apt-get install libglib1.2-dev

depois deu o seguinte erro:

Citar
checking 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:

Citar
apt-get install libgtk1.2-dev

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

Citar
make[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??