Autor Tópico: Instalando Gnome Mplayer  (Lida 3807 vezes)

Offline Luvitoro

  • Usuário Ubuntu
  • *
  • Mensagens: 145
    • Ver perfil
Instalando Gnome Mplayer
« Online: 15 de Abril de 2015, 21:00 »
Amigos, boa noite !

Estou tentando instalar o Gnome Mplayer mas ao final do ./ tem o seguinte:
O que fazer agora mediante analise ?


./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for ranlib... ranlib
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  ar bg ca cs da de el en_GB es et eu fi fo fr fy gl he hr hu id it ja kk ko lt nl pl pt pt_BR ro ru si sr sr@latin sv th tr ug uk vi zh_CN zh_HK zh_TW
checking for WIN32... no
checking for pkg-config... no
checking for X11... no
configure: Compiling without X11 support
checking for GTK... no
checking for GTK... no
configure: error: in `/home/tadeu/Downloads/gnome-mplayer-1.0.9b':
configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables GTK_CFLAGS
and GTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See `config.log' for more details

MatheusWillder

  • Visitante
Re: Instalando Gnome Mplayer
« Resposta #1 Online: 17 de Abril de 2015, 16:15 »
Eu não tenho experiência em instalar programas assim, mas parece que o problema ocorreu apenas pela falta do pkg-config, teoricamente para resolver é só instalar o pkg-config baixando do link exibido no fim da mensagem, esse: http://pkg-config.freedesktop.org

Para facilitar, existe um .deb no excelente pkgs.org, também teoricamente, é só baixar e instalar:

32 bits: http://pkgs.org/ubuntu-14.04/ubuntu-universe-i386/gnome-mplayer_1.0.8-2_i386.deb.html
64 bits: http://pkgs.org/ubuntu-14.04/ubuntu-universe-amd64/gnome-mplayer_1.0.8-2_amd64.deb.html

Espero ter ajudado!