PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Wenn beim Ausführen von make die aclocal fehltf



Wuppi109
07.01.04, 17:31
Hallo Leute,

Ich möchte Euch einen Tip geben, ein Prob zu lösen, daß einige andere Forumsmitglieder auch schon hatten (..ja...ich benutze die SuFu ;) ), trotzdem konnten bei einigen das Problem nicht gelöst werden.

Nun zum Thema:

Beim kompilieren tritt, obwohl ./configure richtig durchgelaufen ist, beim Befehl make folgender Abbruch statt:

# make
cd . && /bin/sh /tmp/scribus-1.1.4/admin/missing --run aclocal-1.6
/tmp/scribus-1.1.4/admin/missing: line 46: aclocal-1.6: command not found
WARNING: `aclocal-1.6' is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them. Check the `README' file,
it often tells you about the needed prerequirements for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `aclocal-1.6' program.
make: *** [aclocal.m4] Fehler 1

Nun war bei mir eine höhere Version von Automake als die 1.6er Version installiert (Anmerk. aclocal-1.6 gehört zu automake-1.6).

Das Problem konnte wie folgt gelöst werden:

Im entpackten Programmverzeichnis wird make -f Makefile.dist zweimal (ja zweimal!!) ausgeführt.
Anschließend ganz normal das Programm zu Ende kompilieren...also
./configure --prefix=irgentwas usw...

Dann sollte es klappen.

Gruß Wuppi

PS: Vielleicht kann jemand mal posten was mit dem Befehl eigentlich korrigiert wird...

Wuppi109
07.07.04, 16:45
Hallo,

...noch eine kleine Ergänzung... ;)

Beim kompillieren von krename 3.00 trat diesmal ein Fehler bei "make", auf der auf eine höhere Automake-Version (1.8) hinwies, als die bei mir installierte Version (1.7).

Mit dem obigen Tip konnte auch hier die Ursache der Errormeldung korrigiert werden.

Gruß Wuppi