Olá
Estou instalando o Ginga Player no linux. Instalei o DiretFB, o autoconf e o automake, pois foi exigido na instalação. Agora baixei os 5 módulos e comecei a instalá-los, seguindo os comandos dados no wiki. Dentro do diretorio telemidia-util-cpp, quando dei o comando ./autogen.sh, apareceu o seguinte no console do linux:
I am testing that you have the required versions of libtool, autoconf, and automake.
checking for libtool >= 1.3.4 ... yes (version 1.5.22)
checking for autoconf >= 2.13 ... yes (version 2.61)
checking for automake >= 1.4 ... yes (version 1.4)
I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line.
Running aclocal ...
aclocal: configure.in: 8: macro 'AM_PROG_LIBTOOL' not found in library
Running libtoolize ...
Running autoconf ...
Running autoheader ...
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
Running automake ...
configure.in: 3: required file './config.h.in' not found
Running configure --enable-maintainer-mode ...
./configure: line 1674: syntax error near unexpected token 'config.h'
./configure: line 1674: 'AM_CONFIG_HEADER(config.h)'
Como devo prossegir?
Aguardo.
Abraço
Emerson
Autor: Emerson Siecola
1313 comentários
and automake. checking for libtool >= 1.3.4 ... yes (version 1.5.22)
checking for autoconf >= 2.13 ... yes (version 2.61)
checking for automake >= 1.4 ... yes (version 1.9) I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line. Running aclocal ...
/usr/local/share/aclocal/winsz.m4:5: warning: underquoted definition of AM_HEADE
R_TIOCGWINSZ_NEEDS_SYS_IOCTL
run info '(automake)Extending aclocal'
or see sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/termios.m4:5: warning: underquoted definition of AM_SYS
_POSIX_TERMIOS
/usr/local/share/aclocal/strtod.m4:30: warning: underquoted definition of AM_FUN
C_STRTOD
/usr/local/share/aclocal/sanity.m4:5: warning: underquoted definition of AM_SANI
TY_CHECK
/usr/local/share/aclocal/regex.m4:17: warning: underquoted definition of AM_WITH
_REGEX
/usr/local/share/aclocal/ptrdiff.m4:5: warning: underquoted definition of AM_TYP
E_PTRDIFF_T
/usr/local/share/aclocal/protos.m4:8: warning: underquoted definition of AM_C_PR
OTOTYPES
/usr/local/share/aclocal/obstack.m4:4: warning: underquoted definition of AM_FUN
C_OBSTACK
/usr/local/share/aclocal/multi.m4:4: warning: underquoted definition of AM_ENABL
E_MULTILIB
/usr/local/share/aclocal/mktime.m4:6: warning: underquoted definition of AM_FUNC
_MKTIME
/usr/local/share/aclocal/missing.m4:6: warning: underquoted definition of AM_MIS
SING_PROG
/usr/local/share/aclocal/maintainer.m4:6: warning: underquoted definition of AM_
MAINTAINER_MODE
/usr/local/share/aclocal/lispdir.m4:8: warning: underquoted definition of AM_PAT
H_LISPDIR
/usr/local/share/aclocal/lex.m4:6: warning: underquoted definition of AM_PROG_LE
X
/usr/local/share/aclocal/init.m4:10: warning: underquoted definition of AM_INIT_
AUTOMAKE
/usr/local/share/aclocal/header.m4:3: warning: underquoted definition of AM_CONF
IG_HEADER
/usr/local/share/aclocal/error.m4:4: warning: underquoted definition of AM_FUNC_
ERROR_AT_LINE
/usr/local/share/aclocal/dmalloc.m4:8: warning: underquoted definition of AM_WIT
H_DMALLOC
/usr/local/share/aclocal/cond.m4:3: warning: underquoted definition of AM_CONDIT
IONAL
/usr/local/share/aclocal/ccstdc.m4:23: warning: underquoted definition of AM_PRO
G_CC_STDC
aclocal:configure.in:8: warning: macro `AM_PROG_LIBTOOL' not found in library
Running libtoolize ...
Running autoconf ...
Running autoheader...
Running automake ...
/usr/local/share/automake-1.9/am/depend2.am: am__fastdepCC does not appear in AM
_CONDITIONAL
libluadirectfb/Makefile.am: C source seen but `CC' is undefined
libluadirectfb/Makefile.am:
libluadirectfb/Makefile.am: The usual way to define `CC' is to add `AC_PROG_CC'
libluadirectfb/Makefile.am: to `configure.in' and run `autoconf' again.
Running configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc3
./configure: line 2975: AM_PROG_LIBTOOL: command not found
checking for pkg-config... /usr/bin/pkg-config
checking for DirectFB >= 1.0.0... found (version 1.0.0)
checking how to run the C++ preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
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 util/functions.h usability... yes
checking util/functions.h presence... yes
checking for util/functions.h... yes
checking lua.h usability... yes
checking lua.h presence... yes
checking for lua.h... yes
checking for main in -ltelemidiautil... yes
checking for main in -lgingaccgfx... yes
checking for main in -llua... yes
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
linux:/home/emerson/Arquivos/teste/gingacc-cpp/gingacc-player #
Obrigado Emerson
config.status: error: cannot find input file: Makefile.in
Devido a tais saídas, gostaria de saber se isso pode ser um indicativo de que o autoconf ou automake poderiam estar com problemas, pois aparentemente não se acha algumas libs no AM e no AC. Ou se as versões instaladas não são compatíveis com o pedido. Muito obrigado pela atenção Abraço Emerson
=======================| DirectFB 1.0.0 |=======================
(c) 2001-2007 The DirectFB Organization (directfb.org)
(c) 2000-2004 Convergence (integrated media) GmbH
------------------------------------------------------------ (*) DirectFB/Core: Single Application Core. (2007-09-06 17:37) (*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 15068)... (*) Direct/Thread: Running 'PS/2 Input' (INPUT, 15069)...
(*) DirectFB/Input: IMPS/2 Mouse 1.0 (directfb.org)
(*) Direct/Thread: Running 'Keyboard Input' (INPUT, 15070)...
(*) DirectFB/Input: Keyboard 0.9 (directfb.org)
(*) Direct/Thread: Running 'Linux Input' (INPUT, 15071)...
(*) DirectFB/Input: PC Speaker (1) 0.1 (directfb.org)
(*) Direct/Thread: Running 'Linux Input' (INPUT, 15072)...
(*) DirectFB/Input: AT Translated Set 2 keyboard (2) 0.1 (directfb.org)
(*) Direct/Thread: Running 'Linux Input' (INPUT, 15073)...
(*) DirectFB/Input: Logitech USB Optical Mouse (3) 0.1 (directfb.org)
(*) DirectFB/Genefx: MMX detected and enabled
(*) DirectFB/Graphics: MMX Software Rasterizer 0.6 (directfb.org)
(*) DirectFB/Core/WM: Default 0.3 (directfb.org) (!) DirectFB/FBDev: Panning display failed!
--> Invalid argument
df_andi.c <497>:
(#) DirectFBError [dfb->CreateFont( dfb, FONT, &desc, &font )]: No (suitable) implementation found!
(!!!) *** WARNING [Application exited without deinitialization of DirectFB!] *** [core.c:775 in dfb_core_deinit_check()] e para o df_dok =======================| DirectFB 1.0.0 |=======================
(c) 2001-2007 The DirectFB Organization (directfb.org)
(c) 2000-2004 Convergence (integrated media) GmbH
------------------------------------------------------------ (*) DirectFB/Core: Single Application Core. (2007-09-06 17:37) (*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 15079)... (*) Direct/Thread: Running 'PS/2 Input' (INPUT, 15080)...
(*) DirectFB/Input: IMPS/2 Mouse 1.0 (directfb.org)
(*) Direct/Thread: Running 'Keyboard Input' (INPUT, 15081)...
(*) DirectFB/Input: Keyboard 0.9 (directfb.org)
(*) Direct/Thread: Running 'Linux Input' (INPUT, 15082)...
(*) DirectFB/Input: PC Speaker (1) 0.1 (directfb.org)
(*) Direct/Thread: Running 'Linux Input' (INPUT, 15083)...
(*) DirectFB/Input: AT Translated Set 2 keyboard (2) 0.1 (directfb.org)
(*) Direct/Thread: Running 'Linux Input' (INPUT, 15084)...
(*) DirectFB/Input: Logitech USB Optical Mouse (3) 0.1 (directfb.org)
(*) DirectFB/Genefx: MMX detected and enabled
(*) DirectFB/Graphics: MMX Software Rasterizer 0.6 (directfb.org)
(*) DirectFB/Core/WM: Default 0.3 (directfb.org)
(!) DirectFB/FBDev: Panning display failed!
--> Invalid argument
df_dok.c <1245>:
(#) DirectFBError [dfb->CreateImageProvider( dfb, DATADIR"/biglogo.png", &provider )]: No (suitable) implementation found!
(!!!) *** WARNING [Application exited without deinitialization of DirectFB!] *** [core.c:775 in dfb_core_deinit_check()] Aparentemente o df_dok deu problema por causa do não suporte a .png do DirectFB, como comentado acima. Dúvidas: Pode ser um problema de instalação do DirectFB 1.0.0? Devo instalar um outro? Ou, existe mais algumas dependências para rodar os exemplos normalmente? Abraço Emerson