Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[xorg & xcompmgr] Erreur pendant l'installation.{resolu}
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri Aug 20, 2004 5:13 pm    Post subject: [xorg & xcompmgr] Erreur pendant l'installation.{resolu} Reply with quote

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 :oops:
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 8O

Merci ;)


Last edited by evil on Fri Aug 20, 2004 7:42 pm; edited 2 times in total
Back to top
View user's profile Send private message
sireyessire
Advocate
Advocate


Joined: 20 Mar 2003
Posts: 2991
Location: back in Paris, France

PostPosted: Fri Aug 20, 2004 5:22 pm    Post subject: Reply with quote

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
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri Aug 20, 2004 5:25 pm    Post subject: Reply with quote

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
View user's profile Send private message
sireyessire
Advocate
Advocate


Joined: 20 Mar 2003
Posts: 2991
Location: back in Paris, France

PostPosted: Fri Aug 20, 2004 5:27 pm    Post subject: Reply with quote

essaie la suite alors
_________________
I never think of the future. It comes soon enough.
Albert Einstein

Try simpler first
Shockley
Back to top
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri Aug 20, 2004 5:29 pm    Post subject: Reply with quote

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
View user's profile Send private message
sireyessire
Advocate
Advocate


Joined: 20 Mar 2003
Posts: 2991
Location: back in Paris, France

PostPosted: Fri Aug 20, 2004 5:54 pm    Post subject: Reply with quote

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
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri Aug 20, 2004 5:58 pm    Post subject: Reply with quote

Je dois être maudit :lol:

Merci pour ton aide ;)


Qqn d'autre aurait une idée :?:
Back to top
View user's profile Send private message
gulivert
l33t
l33t


Joined: 17 Jun 2004
Posts: 863
Location: Switzerland

PostPosted: Fri Aug 20, 2004 6:27 pm    Post subject: Reply with quote

Tu as des ebuilds dispo à cette adresse

http://redeeman.kaspersandberg.com/fluidportage/trunk/
_________________
Macbook Pro Unibody 9.1 - Kernel 4.4.6 - Awesome 3.5
Back to top
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri Aug 20, 2004 6:36 pm    Post subject: Reply with quote

gulivert wrote:
Tu as des ebuilds dispo à cette adresse

http://redeeman.kaspersandberg.com/fluidportage/trunk/
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 :o
Back to top
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri Aug 20, 2004 7:41 pm    Post subject: Reply with quote

ça fonctionne 8)

Maintenant j'ai un autre problème:
Code:

$ xcompmgr -c
No composite extension
Back to top
View user's profile Send private message
gulivert
l33t
l33t


Joined: 17 Jun 2004
Posts: 863
Location: Switzerland

PostPosted: Fri Aug 20, 2004 11:24 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum