April 11, 200521 yr 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.
April 11, 200521 yr certes tu as la librairie installée, mais peut-être pas les sources, ce qui t'empêche de compiler ...
April 11, 200521 yr Author certes tu as la librairie installée, mais peut-être pas les sources, ce qui t'empêche de compiler ... Alors quel sources dois-je installer ??
April 14, 200521 yr Author j'ai finalement reussi a ce que ./configure fonctionne mais maintenant, quand je fait make j'ai toujours cette erreur: `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. Ca veut dire quoi ca et comment je corrige l'erreur??
April 14, 200521 yr Ca veut dire quoi `-mcpu=' est déprécié. Utilise `-mtune=' ou '-march=' à la place. ca et comment je corrige l'erreur?? En remplaçant `-mcpu=' par `-mtune=' ou '-march='
April 14, 200521 yr Author En remplaçant `-mcpu=' par `-mtune=' ou '-march=' 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???
April 14, 200521 yr Author 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??
April 14, 200521 yr Là c'est un problème de automake... il faut utiliser la variable d'environnement WANT_AUTOMAKE= avec le numéro choisi...
April 15, 200521 yr Author 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??
April 15, 200521 yr 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 Edited April 15, 200521 yr by tuXXX
April 17, 200521 yr Author 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??
April 17, 200521 yr Author 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)'
April 19, 200521 yr Author Allo! est-ce qu'il y a quelqu'un qui peut me dire ou se trouvce le fichier ou on peut changer -mcpu= pour -march= car je veut faire les changement mais je n'arrive plus a trouver ce fichier? et a quel ligne?
April 19, 200521 yr Author 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.
Archived
This topic is now archived and is closed to further replies.