View previous topic :: View next topic |
Author |
Message |
evil Tux's lil' helper
Joined: 18 Oct 2003 Posts: 103
|
Posted: Fri Aug 20, 2004 5:13 pm Post subject: [xorg & xcompmgr] Erreur pendant l'installation.{resolu} |
|
|
Bonjour à tous!
Voilà j'ai emerger xorg-x11-6.7.99.2 mais je ne trouve pas xcompmgr. Je tente donc de prendre la version CVS mais j'ai un problème que j'execute./autogen.sh
Code: |
# ./autogen.sh
autoreconf-2.59: Entering directory `.'
autoreconf-2.59: configure.ac: not using Gettext
autoreconf-2.59: running: aclocal --output=aclocal.m4t
autoreconf-2.59: `aclocal.m4' is created
autoreconf-2.59: configure.ac: tracing
autoreconf-2.59: configure.ac: not using Libtool
autoreconf-2.59: running: /usr/bin/autoconf
autoreconf-2.59: running: /usr/bin/autoheader
autoreconf-2.59: running: automake --add-missing --copy
configure.ac: 9: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake-1.5: configure.ac: `AM_INIT_AUTOMAKE' must be used
automake-1.5: configure.ac: installing `./install-sh'
automake-1.5: configure.ac: installing `./mkinstalldirs'
automake-1.5: configure.ac: installing `./missing'
automake-1.5: Makefile.am: installing `./INSTALL'
automake-1.5: Makefile.am: installing `./COPYING'
automake-1.5: configure.ac: installing `./depcomp'
autoreconf-2.59: automake failed with exit status: 1
|
J'ai cherché sur le forum mais je comprends pas ce que signifie `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
Un peu d'aide ne serait pas inutile
Merci
Last edited by evil on Fri Aug 20, 2004 7:42 pm; edited 2 times in total |
|
Back to top |
|
|
sireyessire Advocate
Joined: 20 Mar 2003 Posts: 2991 Location: back in Paris, France
|
Posted: Fri Aug 20, 2004 5:22 pm Post subject: |
|
|
fais un Code: | grep CONFIG_HEADER `find . -iname "configure.ac"` |
si il y a des AC_CONFIG_HEADER je te conseille d'essayer mais c pas un truc propre et sans garanties:
Code: | cd chmin qui va bien pour être dans le répertoire de configure.ac
cp configure.ac configure.ac_old
sed 's/AC_CONFIG_HEADER/AM_CONFIG_HEADER/g' configure.ac > tmp
mv tmp configure.ac |
[edit] corrigé tu peux virer les " si tu veux ça doit marcher _________________ I never think of the future. It comes soon enough.
Albert Einstein
Try simpler first
Shockley
Last edited by sireyessire on Fri Aug 20, 2004 5:26 pm; edited 1 time in total |
|
Back to top |
|
|
evil Tux's lil' helper
Joined: 18 Oct 2003 Posts: 103
|
Posted: Fri Aug 20, 2004 5:25 pm Post subject: |
|
|
C'est pas Quote: | grep CONFIG_HEADER `find . -iname configure.ac` | plutot
Si oui:
Quote: | # grep CONFIG_HEADER `find . -iname configure.ac`
AC_CONFIG_HEADER([config.h]) |
|
|
Back to top |
|
|
sireyessire Advocate
Joined: 20 Mar 2003 Posts: 2991 Location: back in Paris, France
|
Posted: Fri Aug 20, 2004 5:27 pm Post subject: |
|
|
essaie la suite alors _________________ I never think of the future. It comes soon enough.
Albert Einstein
Try simpler first
Shockley |
|
Back to top |
|
|
evil Tux's lil' helper
Joined: 18 Oct 2003 Posts: 103
|
Posted: Fri Aug 20, 2004 5:29 pm Post subject: |
|
|
J'ai ça maintenant
Code: |
# ./autogen.sh
autoreconf-2.59: Entering directory `.'
autoreconf-2.59: configure.ac: not using Gettext
autoreconf-2.59: running: aclocal --output=aclocal.m4t
autoreconf-2.59: `aclocal.m4' is updated
autoreconf-2.59: configure.ac: tracing
configure.ac:9: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
aclocal.m4:566: AM_CONFIG_HEADER is expanded from...
configure.ac:9: the top level
configure.ac:29: warning: do not use m4_regexp: use regexp or m4_bregexp
aclocal.m4:579: _AM_DIRNAME is expanded from...
configure.ac:29: the top level
autoreconf-2.59: configure.ac: not using Libtool
autoreconf-2.59: running: /usr/bin/autoconf
configure.ac:9: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
aclocal.m4:566: AM_CONFIG_HEADER is expanded from...
configure.ac:9: the top level
configure.ac:29: warning: do not use m4_regexp: use regexp or m4_bregexp
aclocal.m4:579: _AM_DIRNAME is expanded from...
configure.ac:29: the top level
autoreconf-2.59: running: /usr/bin/autoheader
configure.ac:9: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
aclocal.m4:566: AM_CONFIG_HEADER is expanded from...
configure.ac:9: the top level
configure.ac:29: warning: do not use m4_regexp: use regexp or m4_bregexp
aclocal.m4:579: _AM_DIRNAME is expanded from...
configure.ac:29: the top level
autoreconf-2.59: running: automake --add-missing --copy
automake-1.5: configure.ac: `AM_INIT_AUTOMAKE' must be used
autoreconf-2.59: automake failed with exit status: 1
|
|
|
Back to top |
|
|
sireyessire Advocate
Joined: 20 Mar 2003 Posts: 2991 Location: back in Paris, France
|
Posted: Fri Aug 20, 2004 5:54 pm Post subject: |
|
|
fallait essayer, on sait jamais ça aurait pu passer
sinon je sais pas dsl _________________ I never think of the future. It comes soon enough.
Albert Einstein
Try simpler first
Shockley |
|
Back to top |
|
|
evil Tux's lil' helper
Joined: 18 Oct 2003 Posts: 103
|
Posted: Fri Aug 20, 2004 5:58 pm Post subject: |
|
|
Je dois être maudit
Merci pour ton aide
Qqn d'autre aurait une idée |
|
Back to top |
|
|
gulivert l33t
Joined: 17 Jun 2004 Posts: 863 Location: Switzerland
|
|
Back to top |
|
|
evil Tux's lil' helper
Joined: 18 Oct 2003 Posts: 103
|
Posted: Fri Aug 20, 2004 6:36 pm Post subject: |
|
|
J'ai trouvé ce lien en cherchant, j'ai copié ce qui m'interesse mais ça ne fonctionne pas :/ C'est quoi la bonne méthode pour utiliser aussi cet arbre
EDIT: ça se fait avec subversion... Je compile, je teste et je vous dit |
|
Back to top |
|
|
evil Tux's lil' helper
Joined: 18 Oct 2003 Posts: 103
|
Posted: Fri Aug 20, 2004 7:41 pm Post subject: |
|
|
ça fonctionne
Maintenant j'ai un autre problème:
Code: |
$ xcompmgr -c
No composite extension
|
|
|
Back to top |
|
|
gulivert l33t
Joined: 17 Jun 2004 Posts: 863 Location: Switzerland
|
Posted: Fri Aug 20, 2004 11:24 pm Post subject: |
|
|
T'as ajouter ses lignes dans ton xorg.conf
Quote: | Section "Extensions"
Option "Composite" "true"
EndSection |
si t'as une nvidia ajoute ça dans device :
Quote: | Option "RenderAccel" "true" |
_________________ Macbook Pro Unibody 9.1 - Kernel 4.4.6 - Awesome 3.5 |
|
Back to top |
|
|
|