View previous topic :: View next topic |
Author |
Message |
format c: Tux's lil' helper

Joined: 07 Aug 2002 Posts: 89 Location: Berlin
|
Posted: Thu Sep 12, 2002 1:29 pm Post subject: Problem mit automake-1.6 |
|
|
Hi,
ich wollte quake aus dem cvs compilen. dazu wird automake-1.6 benötigt. Ein Code: | find /usr/bin -name automake* |
ergab, daß drei automake-Versionen auf dem System sind.
Quote: |
/usr/bin/automake-1.6
/usr/bin/automake-1.5
/usr/bin/automake-1.4
/usr/bin/automake
|
wobei standardmäßig automake-1.4 aktiv war. Ich kopierte nun automake-1.6 nach automake. Damit lief der ./bootstrap von quake, aber ich bekam folgende Fehlermeldung:
Quote: |
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
|
Ich bin ziemlich ratlos. Hat jemand eine Idee? |
|
Back to top |
|
 |
Beforegod Bodhisattva

Joined: 10 Apr 2002 Posts: 1495 Location: Würzburg
|
Posted: Thu Sep 12, 2002 1:48 pm Post subject: |
|
|
Hi,
das liegt daran das Du Automake 1.6 über eine Variable einstellen kannst.
Code: |
export WANT_AUTOMAKE_1_6=1
|
schon wird automatisch automake 1.6 verwendet.
Allerdings scheint das andere ein Quake Problem zu sein! |
|
Back to top |
|
 |
|