Re: tvtime

Top Page

Reply to this message
Author: math.eric
Date:  
To: guilde
CC: Crequy Alban
Subject: Re: tvtime

----- Original Message -----
From: "Crequy Alban" <alban.crequy@???>
To: <guilde@???>
Cc: "math eric" <math.eric@???>
> Ca s'installe bien. Pour répondre à ta question, voici ce que j'ai fait

pour
> l'installer. Ouvrir un terminal et se placer toi dans le repertoire où se
> trouve tvtime-0.9.6.tar.gz avec la commande cd. Chez moi j'ai fait:
> cd /home/alban/src/tvtime/
> Taper les commandes suivantes:
> tar xvzf tvtime-0.9.6.tar.gz
> (pour décompresser le fichier)
> cd tvtime-0.9.6
> (pour aller dans le repertoire)
> ./configure


Jusque là ça marche, j'obtiens ça :


root@localhost Desktop]# tar xvzf tvtime-0.9.6.tar.gz
tvtime-0.9.6/
tvtime-0.9.6/README
tvtime-0.9.6/AUTHORS
tvtime-0.9.6/COPYING
tvtime-0.9.6/ChangeLog
tvtime-0.9.6/INSTALL
tvtime-0.9.6/Makefile.am
tvtime-0.9.6/Makefile.in
tvtime-0.9.6/NEWS
tvtime-0.9.6/acinclude.m4
tvtime-0.9.6/aclocal.m4
tvtime-0.9.6/config.guess
tvtime-0.9.6/config.h.in
tvtime-0.9.6/config.sub
tvtime-0.9.6/configure
tvtime-0.9.6/configure.ac
tvtime-0.9.6/depcomp
tvtime-0.9.6/install-sh
tvtime-0.9.6/ltmain.sh
tvtime-0.9.6/missing
tvtime-0.9.6/mkinstalldirs
tvtime-0.9.6/BUGS
tvtime-0.9.6/docs/
tvtime-0.9.6/docs/Makefile.am
tvtime-0.9.6/docs/Makefile.in
tvtime-0.9.6/docs/TODO
tvtime-0.9.6/docs/DESIGN
tvtime-0.9.6/docs/default.tvtimerc
tvtime-0.9.6/docs/quotes.txt
tvtime-0.9.6/docs/tvtime-icon-white.png
tvtime-0.9.6/docs/tvtime-icon-black.png
tvtime-0.9.6/plugins/
tvtime-0.9.6/plugins/Makefile.am
tvtime-0.9.6/plugins/Makefile.in
tvtime-0.9.6/plugins/plugins.h
tvtime-0.9.6/plugins/greedy2frame.c
tvtime-0.9.6/plugins/twoframe.c
tvtime-0.9.6/plugins/linear.c
tvtime-0.9.6/plugins/weave.c
tvtime-0.9.6/plugins/videobob.c
tvtime-0.9.6/plugins/greedy.c
tvtime-0.9.6/plugins/double.c
tvtime-0.9.6/plugins/linearblend.c
tvtime-0.9.6/src/
tvtime-0.9.6/src/menubg.png
tvtime-0.9.6/src/testlogo.png
tvtime-0.9.6/src/FreeSansBold.ttf
tvtime-0.9.6/src/credits.png
tvtime-0.9.6/src/Makefile.am
tvtime-0.9.6/src/Makefile.in
tvtime-0.9.6/src/mixer.c
tvtime-0.9.6/src/videoinput.c
tvtime-0.9.6/src/rtctimer.c
tvtime-0.9.6/src/ttfont.cpp
tvtime-0.9.6/src/efs.cpp
tvtime-0.9.6/src/osdtools.c
tvtime-0.9.6/src/parser.c
tvtime-0.9.6/src/tvtimeconf.c
tvtime-0.9.6/src/pngoutput.c
tvtime-0.9.6/src/tvtimeosd.c
tvtime-0.9.6/src/input.c
tvtime-0.9.6/src/cpu_accel.c
tvtime-0.9.6/src/speedy.c
tvtime-0.9.6/src/pnginput.c
tvtime-0.9.6/src/menu.c
tvtime-0.9.6/src/deinterlace.c
tvtime-0.9.6/src/videocorrection.c
tvtime-0.9.6/src/videotools.c
tvtime-0.9.6/src/attributes.h
tvtime-0.9.6/src/deinterlace.h
tvtime-0.9.6/src/efs.h
tvtime-0.9.6/src/frequencies.h
tvtime-0.9.6/src/input.h
tvtime-0.9.6/src/menu.h
tvtime-0.9.6/src/mixer.h
tvtime-0.9.6/src/mm_accel.h
tvtime-0.9.6/src/mmx.h
tvtime-0.9.6/src/osdtools.h
tvtime-0.9.6/src/parser.h
tvtime-0.9.6/src/pnginput.h
tvtime-0.9.6/src/pngoutput.h
tvtime-0.9.6/src/rtctimer.h
tvtime-0.9.6/src/speedy.h
tvtime-0.9.6/src/taglines.h
tvtime-0.9.6/src/ttfont.h
tvtime-0.9.6/src/tvtimeconf.h
tvtime-0.9.6/src/tvtimeosd.h
tvtime-0.9.6/src/videocorrection.h
tvtime-0.9.6/src/videoinput.h
tvtime-0.9.6/src/videotools.h
tvtime-0.9.6/src/outputapi.h
tvtime-0.9.6/src/performance.h
tvtime-0.9.6/src/performance.c
tvtime-0.9.6/src/credits.c
tvtime-0.9.6/src/credits.h
tvtime-0.9.6/src/xvoutput.h
tvtime-0.9.6/src/xvoutput.c
tvtime-0.9.6/src/display.h
tvtime-0.9.6/src/display.c
tvtime-0.9.6/src/wm_state.h
tvtime-0.9.6/src/wm_state.c
tvtime-0.9.6/src/tvtime.c
[root@localhost Desktop]# cd tvtime-0.9.6
[root@localhost tvtime-0.9.6]# ./configure
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 whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... 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 gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
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 for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... 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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for working malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for atexit... yes
checking for gettimeofday... yes
checking for memset... yes
checking for strerror... yes
checking for dlopen in -lc... no
checking for dlopen in -ldl... yes
checking for gzsetparams in -lz... no
configure: error: zlib needed
[root@localhost tvtime-0.9.6]# make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
[root@localhost tvtime-0.9.6]#


Par contre pour "make" ça ne marche pas.
Que faut-il faire ????