PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Kdiskcat kompilieren


Phlox
27.04.02, 13:35
Beim kompilieren von Kdiskcat bekomme ich folgenden Fehler:

checking for xgettext... :
checking for KDE... configure: error:
in the prefix, you've chosen, are no kde headers installed. This will fail.
So, check this please and use another prefix!

prefix soll den Pfad hier enthalten:

--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local/kde]


Der existiert aber nicht, muss ich da noch irgenein Paket installieren oder liegt das bei Suse 8 woanders?

Phlox
27.04.02, 23:42
Weiss denn keiner woran es liegen kann?
Gibts vielleicht ein anderes Programm das besser ist?

schnebeck
28.04.02, 00:31
Hast du die KDE/Qt-Devel Paket installiert?

kde-config --prefix
sagt dir, wo die Dateien vermutet werden.

Bye

Thorsten

Phlox
28.04.02, 12:36
Ich hab KDE und Q devel installiert. Bei kde-config --prefix kommt /opt/kde3/ raus, also hab ich es mit ./configure --prefix=/opt/kde3/ probiert.
Fehlermeldung:
checking for KDE... libraries /opt/kde3//lib, headers /opt/kde3//include
checking for extra includes... no
checking for extra libs... no
checking for kde headers installed... configure: error: your system is not able to compile a small KDE application!
Check, if you installed the KDE header files correctly.

schnebeck
28.04.02, 13:32
Dass ohne Parameter /usr/local/kde angenommen wird, spricht eigentlich für falsche Umgebungsvariablen. Sind
KDEDIR und QTDIR auf die richtigen Werte gesetzt?
Was sagt config.log, warum

"checking for kde headers installed... configure: error: your system is not able to compile a small KDE application! "

nicht geht. Quote mal die entsprechende Passage aus dem Log.

Bye

Thorsten

Phlox
28.04.02, 18:00
Wo setze ich die Variablen denn und worauf müssen sie verweisen?

config.log:

configure:3290: checking for KDE
configure:3426: checking for extra includes
configure:3454: checking for extra libs
configure:3581: checking for kde headers installed
configure:3628: g++ -c -O2 -Wall -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include conftest.C
conftest.C: In function `int main()':
conftest.C:7: no method `KApplication::kde_htmldir'
conftest.C:8: no method `KApplication::kde_appsdir'
conftest.C:9: no method `KApplication::kde_icondir'
conftest.C:10: no method `KApplication::kde_sounddir'
conftest.C:11: no method `KApplication::kde_datadir'
conftest.C:12: no method `KApplication::kde_localedir'
conftest.C:13: no method `KApplication::kde_cgidir'
conftest.C:14: no method `KApplication::kde_configdir'
conftest.C:15: no method `KApplication::kde_mimedir'
conftest.C:16: no method `KApplication::kde_toolbardir'
conftest.C:17: no method `KApplication::kde_wallpaperdir'
conftest.C:18: no method `KApplication::kde_bindir'
conftest.C:19: no method `KApplication::kde_partsdir'

Komet
28.04.02, 21:08
Hi
Wenn ich mich recht erinnere ist KDiskCat für KDE1, d.h. du brauchst die KDE1-Headers und Libraries. Bin mir aber nicht 100% sicher...