um pequeno e simples howto para instalar o xmms no ubuntu 8.04 roda: wget http://www.xmms.org/files/1.2.x/xmms-1.2.11.tar.gz
descompacta entra no diretorio que descompactou roda ./configure se der o erro: configure:2553: checking for C compiler default output file name configure:2556: gcc conftest.c >&5 /usr/bin/ld: crt1.o: No such file: No such file or directory tem que baixar o seguinte... #apt-get install g++ e tenta novamente se der o erro: 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 *** roda: apt-get install libglib1.2-dev e tenta novamente se der o erro: 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 *** tem que baixar o seguinte: apt-get install libgtk1.2-dev e tenta novamente depois disso o meu naum deu mais erro dai rodei: make (e tem que ficar olhando as letrinhas passando.. parece matrix ehheehe) obtive sucesso de primeira... e rodei make install e dai roda: ldconfig para ele atualizar uns links de umas libs q ele precisa e entra em /usr/local/bin pronto.. ai est'a o XMMS nao sei se essa eh a melhor maneira de ser feito... eu tava morrendo de sono e naum queria "perder" pro ubuntu ehehehhe falows..... 2008/5/5 André Gustavo <[EMAIL PROTECTED]>: > não sei por que, mas o XMMS2 simplesmente não inicia aqui no meu... optei > pelo audacious por conta do exagero de hardware que tenho nessa máquina... > > 2008/5/5 Zandre Bran <[EMAIL PROTECTED]>: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On Sun, May 4, 2008 at 10:45 PM, Lucas Salies Brum wrote: > > > > Ôlas Lucas. > > > > > Acredito ser igual, só muda o nome. > > > > Não. O audacious está em GTK2, o XMMS ainda lá no 1x. > > > > > Roda ele no terminal com o GDB, as libs que ele usa chamam xmms* > > > > Não exatamente. O XMMS possui mais bibliotecas (filtros) que o > > audacious, e estas em sua maioria não são compativeis. > > > > > [z] > > > > - - []s > > - - Zandre. > > > > :: br-linux.org/linux/e-mala > > :: zandrebran.host.sk/gnupg-plublic-key.asc > > > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.6 (GNU/Linux) > > > > iD8DBQFIHx50LCsJtzNTbDoRAlG3AJ9YhfqWKscnJ2vd2k5itKSgRHHTBACeOVqE > > 4v714tQ0qGKXcYAsBrjd498= > > =jWgY > > -----END PGP SIGNATURE----- > > -- > > Interessado em aprender mais sobre o Ubuntu em português? > > http://wiki.ubuntu-br.org/ComeceAqui - > > ubuntu-br mailing list > > [email protected] > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br > > > > > > -- > ] André Gustavo Espeiorin [ > ] www.blogdoxorna.com [ > ] Linux user #431360 [ > ] Ubuntu Hardy Heron [ > ] WebDev [ > -- > Interessado em aprender mais sobre o Ubuntu em português? > http://wiki.ubuntu-br.org/ComeceAqui - > ubuntu-br mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br > -- Atenciosamente, Kelvin Vieira Kredens "People can't share knowledge if they don't speak a commonlanguage " (T. Davenport) -- Interessado em aprender mais sobre o Ubuntu em português? http://wiki.ubuntu-br.org/ComeceAqui - ubuntu-br mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

