Aller au contenu

dvdrip


Messages recommandés

J'ai un probleme avec une installation de dvdrip et voici je crois ce qui me cause probleme:

creating libtool

checking for CSSAuthDisc in -lcss... yes

checking for dlopen in -ldl... yes

checking for in -laviplay... no

checking for XMissingExtension in -lXext... no

configure: error: libXext is needed for libvo!

pourtant libXext existe dans /usr/X11R6/lib et il ne le voix pas! J'ai besoin d'aide s.v.p.

Lien vers le commentaire
Partager sur d’autres sites

En remplaçant `-mcpu=' par `-mtune=' ou '-march=' :zarb:

ca ne fonctionne pas, je l'ai fait et voici ce que ca donne:

[root@localhost dvdrip-0.1.19]# make check

cd . && aclocal

acinclude.m4:143: warning: underquoted definition of _LT_AC_CHECK_DLFCN

run info '(automake)Extending aclocal'

or see http://sources.redhat.com/automake/automak...tending-aclocal

acinclude.m4:498: warning: underquoted definition of _LT_AC_TRY_DLOPEN_SELF

acinclude.m4:585: warning: underquoted definition of AC_LIBTOOL_DLOPEN_SELF

acinclude.m4:3346: warning: underquoted definition of AM_INIT_AUTOMAKE

acinclude.m4:3374: warning: underquoted definition of AM_SANITY_CHECK

acinclude.m4:3415: warning: underquoted definition of AM_MISSING_PROG

acinclude.m4:3431: warning: underquoted definition of AM_CONDITIONAL

/usr/local/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES

configure.in:17: warning: AC_LANG_CALL: no function given

autoconf/lang.m4:242: AC_LANG_CALL is expanded from...

autoconf/general.m4:2215: AC_LINK_IFELSE is expanded from...

autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...

autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...

autoconf/libs.m4:134: AC_CHECK_LIB is expanded from...

configure.in:17: the top level

cd . && automake --gnu --include-deps Makefile

configure.in:17: warning: AC_LANG_CALL: no function given

autoconf/lang.m4:242: AC_LANG_CALL is expanded from...

autoconf/general.m4:2215: AC_LINK_IFELSE is expanded from...

autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...

autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...

autoconf/libs.m4:134: AC_CHECK_LIB is expanded from...

configure.in:17: the top level

configure.in:5: your implementation of AM_INIT_AUTOMAKE comes from an

configure.in:5: old Automake version. You should recreate aclocal.m4

configure.in:5: with aclocal and run automake again.

make: *** [Makefile.in] Error 63

et maintenant si je le remet comme avant, cette meme erreur est encore la???

Lien vers le commentaire
Partager sur d’autres sites

J'ai fait un changement et maintenant je n'ai que ca:

[root@localhost dvdrip-0.1.19]# make check

cd . && automake --gnu --include-deps Makefile

configure.in:17: warning: AC_LANG_CALL: no function given

autoconf/lang.m4:242: AC_LANG_CALL is expanded from...

autoconf/general.m4:2215: AC_LINK_IFELSE is expanded from...

autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...

autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...

autoconf/libs.m4:134: AC_CHECK_LIB is expanded from...

configure.in:17: the top level

configure.in:5: your implementation of AM_INIT_AUTOMAKE comes from an

configure.in:5: old Automake version. You should recreate aclocal.m4

configure.in:5: with aclocal and run automake again.

make: *** [Makefile.in] Error 63

et je ne sait pas quoi editer, quelqu'un a une idee??

Lien vers le commentaire
Partager sur d’autres sites

Là c'est un problème de automake...

il faut utiliser la variable d'environnement WANT_AUTOMAKE=

avec le numéro choisi...

est-ce que tu pourrais s.v.p. m'expliquer un peu plus ce que tu veut dire? ou est-ce que je dois changer cette commande dans automake exactement et avec quel numero??

Lien vers le commentaire
Partager sur d’autres sites

il faut essayer en tapant :

$ WANT_AUTOMAKE=1.X automake --gnu --include-deps Makefile

avec X compris entre 4 et 9 inclus

(en tout cas, sur ma gentoo ça permet d'utiliser automake-1.4, automake-1.5, etc...)

sinon, tu tapes direct

$ automake-1.X --gnu --include-deps Makefile

et si tu n'as pas plusieurs versions d'automake sur ton système, c'est mal à priori...

EDIT : au fait, c'est quoi, ce "dvdrip-0.1.19", moi j'ai la version 0.52.3...

http://www.exit1.org/dvdrip

Lien vers le commentaire
Partager sur d’autres sites

il faut essayer en tapant :

avec X compris entre 4 et 9 inclus

(en tout cas, sur ma gentoo ça permet d'utiliser automake-1.4, automake-1.5, etc...)

sinon, tu tapes direct

et si tu n'as pas plusieurs versions d'automake sur ton système, c'est mal à priori...

EDIT : au fait, c'est quoi, ce "dvdrip-0.1.19", moi j'ai la version 0.52.3...

http://www.exit1.org/dvdrip

Bon voila, je crois que j'ai un peu gaffer! je suis aller telecherger et installer automake archive en croyant que ca pouvait aider et la maintenant je crois que ca empirer les choses. Je crois avoir bien desinstaller automake archive mais maintenant je recois cette erreur de automake:

[root@localhost automake-1.9.5]# ./configure

checking build system type... i686-pc-linux-gnu

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 perl... /usr/bin/perl

checking for tex... no

checking whether autoconf is installed... yes

checking whether autoconf works... no

configure: error: The installed version of autoconf does not work.

Please check config.log for error messages before this one.

J'ai verifier le config.log et il vois la version de autoconf 2.13 mais celle que j'ai est 2.59. J'ai bien re-installer autoconf mais impossible de me debarraser de cette erreur de automake!

quoi faire??

Lien vers le commentaire
Partager sur d’autres sites

yyyeeeeeeeeeeessssssssssssssss bon j'ai finallement reussi a regler ce petit probleme!

Maintenant, quand je fait ./configure avec dvdrip j'obtien cette erreur:

[root@localhost dvdrip-0.1.19]# ./configure

loading cache ./config.cache

./configure: line 548: syntax error near unexpected token `include/config.h'

./configure: line 548: `AM_CONFIG_HEADER(include/config.h)'

Lien vers le commentaire
Partager sur d’autres sites

Bon j'ai finallement reussi a trouver la commande pour changer les flags mais quand je fait make j'obtient toujours cette erreur:

configure: loading cache ./config.cache

configure: error: `CFLAGS' has changed since the previous run:

configure: former value: -g -O2

configure: current value: -O2 -march=athlon-xp

configure: error: changes in the environment can compromise the build

configure: error: run `make distclean' and/or `rm ./config.cache' and start over

make: *** [configure-gcc] Error

je fait koi avec ca.

J'ai deja essayer make distclean et rm ./config.cache ca ne fonctionne pas, l'erreur revien encore.

Lien vers le commentaire
Partager sur d’autres sites

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

×
×
  • Créer...