PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Wie kann ich den Pfad angeben ?



Hokey
08.11.02, 11:07
Hi !
Ich möchte AUBE (http://www.metadecks.org/software/aube/download.html) installieren, habe aber folgende Ausgabe nach ./configure:


checking for ranlib... (cached) ranlib
checking for audiofile-config... (cached) no
checking for AUDIOFILE - version >= 0.1.5... no
*** The audiofile-config script installed by AUDIOFILE could not be found
*** If AUDIOFILE was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the AUDIOFILE_CONFIG environment variable to the
*** full path to audiofile-config.
checking for gtk-config... (cached) no
checking for GTK - version >= 1.0.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
EEEEEK No GTK
checking for in -l... (cached) no
./configure: line 2299: gdk_imlib,: command not found
checking for XpmReadFileToXpmImage in -lXpm... (cached) no
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for strings.h... (cached) yes


Ich habe sowohl Audiofile installiert, als auch GTK ! Auch die devels ! Zudem
habe ich es dann mit "./configure --prefix=/usr/bin" versucht -- kein Erfolg !
Jetzt weiß ich nicht mehr weiter...

Steve
08.11.02, 12:01
./configure --help

dann sollte er dir alle Optionen für ./configure ausgeben.

Los_Andros
08.11.02, 12:25
mach ein
find / -name gtk-config

und ein

find / -name audiofile-config

Die Pfade gibst Du dann mit der entsprechenden Option von -/configure an

Hokey
09.11.02, 11:08
Danke für Eure Tipps !
Habe das Problem gelöst, indem ich ./configure einfach als User und nicht als root ausgeführt habe !? Verstehe ich zwar nicht, aber jetzt klappts !