Installationsfehler: in the prefix, you've chosen, are no KDE headers installed

trunksen

trunksen

Doppel-As
Hi!

Also ich möchte ein paar Programme installieren (kmyfirewall, kiso ......)
Wenn ich jetzt allerdings ./configure eingebe, kommt immer folgender Fehler:

Code:
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!

Hab' mich ein bisschen herumgeschaut und herausgefunden, dass die kde-devel Pakete Fehlen. Allerdings waren die Anleitungen nur für andere Linux-Distributionen (ubuntu,debian, mdr usw...).ich verwende aber Suse 10.2
Wenn ich mit Yast allerdings nach diesem Paket suche, findet er nichts. (Auch wenn ich kde beim suchen eingebe und dann schau, sind keine *-devel Pakete dabei).
Ich habe aber die Paketquellen von opensuse, packman usw. hinzugefügt und aktiviert.

Wie kann ich die KDE-devel Pakete in Suse installieren?

mfg trunksen

Also, wie kann ich die KDE-devel Pakete unter Suse installieren
 
Füge mal die hier erwähnten URLs in YaST ein: » link « - allerdings wundert mich ein wenig, dass er die Dinger nicht auf der Installations-DVD findet...
 
Hallo!

Danke für die schnelle Hilfe!
Obwohl ich das eh schon gewohnt bin hier am Board :D !
Jetzt ist das ./configure ohne Probleme gegangen.
Nur jetzt hab ich beim "make" von einem Programm namens Kiso einen seltsamen Fehler (besser gesagt Fehler) bekommen:


Code:
make  all-recursive
make[1]: Entering directory `/home/trunksen/Desktop/kiso-0.8.3'
Making all in doc
make[2]: Entering directory `/home/trunksen/Desktop/kiso-0.8.3/doc'
Making all in .
make[3]: Entering directory `/home/trunksen/Desktop/kiso-0.8.3/doc'
make[3]: Fr das Ziel all-am ist nichts zu tun.
make[3]: Leaving directory `/home/trunksen/Desktop/kiso-0.8.3/doc'
Making all in en
make[3]: Entering directory `/home/trunksen/Desktop/kiso-0.8.3/doc/en'
make[3]: Fr das Ziel all ist nichts zu tun.
make[3]: Leaving directory `/home/trunksen/Desktop/kiso-0.8.3/doc/en'
Making all in de
make[3]: Entering directory `/home/trunksen/Desktop/kiso-0.8.3/doc/de'
make[3]: Fr das Ziel all ist nichts zu tun.
make[3]: Leaving directory `/home/trunksen/Desktop/kiso-0.8.3/doc/de'
make[2]: Leaving directory `/home/trunksen/Desktop/kiso-0.8.3/doc'
Making all in po
make[2]: Entering directory `/home/trunksen/Desktop/kiso-0.8.3/po'
make[2]: Fr das Ziel all ist nichts zu tun.
make[2]: Leaving directory `/home/trunksen/Desktop/kiso-0.8.3/po'
Making all in src
make[2]: Entering directory `/home/trunksen/Desktop/kiso-0.8.3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT kiso.o -MD -MP -MF ".deps/kiso.Tpo" -c -o kiso.o kiso.cpp; \
        then mv -f ".deps/kiso.Tpo" ".deps/kiso.Po"; else rm -f ".deps/kiso.Tpo"; exit 1; fi
kiso.cpp:14:23: error: cdio/cdio.h: Datei oder Verzeichnis nicht gefunden
kiso.cpp:15:22: error: cdio/mmc.h: Datei oder Verzeichnis nicht gefunden
/opt/kde3/include/kfiletreeview.h:41: warning: ?class KFileTreeViewToolTip? has virtual functions but non-virtual destructor
/opt/kde3/include/keditlistbox.h:60: warning: ?class KEditListBox::CustomEditor? has virtual functions but non-virtual destructor
kiso.cpp: In member function ?virtual void Mainform::choice()?:
kiso.cpp:3177: error: ?CdIo? was not declared in this scope
kiso.cpp:3177: error: ?cdio? was not declared in this scope
kiso.cpp:3177: error: ?cdio_open_cd? was not declared in this scope
kiso.cpp:3179: error: ?track_t? was not declared in this scope
kiso.cpp:3179: error: expected `;' before ?num_tracks?
kiso.cpp:3180: error: expected `;' before ?first_track_num?
kiso.cpp:3185: error: ?first_track_num? was not declared in this scope
kiso.cpp:3185: error: ?cdio_get_first_track_num? was not declared in this scope
kiso.cpp:3186: error: ?num_tracks? was not declared in this scope
kiso.cpp:3186: error: ?cdio_get_num_tracks? was not declared in this scope
kiso.cpp:3187: error: ?TRACK_FORMAT_AUDIO? was not declared in this scope
kiso.cpp:3187: error: ?cdio_get_track_format? was not declared in this scope
kiso.cpp:3189: error: ?cdio_destroy? was not declared in this scope
kiso.cpp:3192: error: ?TRACK_FORMAT_AUDIO? was not declared in this scope
kiso.cpp:3192: error: ?cdio_get_track_format? was not declared in this scope
kiso.cpp:3195: error: ?cdio_destroy? was not declared in this scope
kiso.cpp: In member function ?virtual void Mainform::createiso(QString)?:
kiso.cpp:3359: error: ?CdIo? was not declared in this scope
kiso.cpp:3359: error: ?cdio? was not declared in this scope
kiso.cpp:3359: error: ?cdio_open_cd? was not declared in this scope
kiso.cpp:3360: error: ?discmode_t? was not declared in this scope
kiso.cpp:3360: error: expected `;' before ?ommodus?
kiso.cpp:3361: error: ?ommodus? was not declared in this scope
kiso.cpp:3361: error: ?cdio_is_discmode_dvd? was not declared in this scope
kiso.cpp:3363: error: ?cdio_stat_size? was not declared in this scope
kiso.cpp:3365: error: ?CDIO_CD_FRAMESIZE_RAW? was not declared in this scope
kiso.cpp:3366: error: ?CDIO_CD_FRAMESIZE? was not declared in this scope
kiso.cpp:3368: error: ?track_t? was not declared in this scope
kiso.cpp:3368: error: expected `;' before ?num_tracks?
kiso.cpp:3370: error: ?lsn_t? was not declared in this scope
kiso.cpp:3370: error: expected `;' before ?leadoutlsn?
kiso.cpp:3371: error: expected `;' before ?actuallsn?
kiso.cpp:3372: error: expected `;' before ?lastlsn?
kiso.cpp:3373: error: ?leadoutlsn? was not declared in this scope
kiso.cpp:3373: error: ?CDIO_CDROM_LEADOUT_TRACK? was not declared in this scope
kiso.cpp:3373: error: ?cdio_get_track_lsn? was not declared in this scope
kiso.cpp:3374: error: ?lastlsn? was not declared in this scope
kiso.cpp:3375: error: ?num_tracks? was not declared in this scope
kiso.cpp:3375: error: ?cdio_get_num_tracks? was not declared in this scope
kiso.cpp:3377: error: ?TRACK_FORMAT_AUDIO? was not declared in this scope
kiso.cpp:3377: error: ?cdio_get_track_format? was not declared in this scope
kiso.cpp:3379: error: ?cdio_get_track_lba? was not declared in this scope
kiso.cpp:3385: error: ?actuallsn? was not declared in this scope
kiso.cpp:3387: error: ?buffer? was not declared in this scope
kiso.cpp:3387: error: ?cdio_read_mode1_sector? was not declared in this scope
kiso.cpp:3399: error: ?buffer? was not declared in this scope
kiso.cpp:3399: error: ?cdio_read_mode1_sector? was not declared in this scope
kiso.cpp:3404: error: ?ommodus? was not declared in this scope
kiso.cpp:3404: error: ?cdio_is_discmode_dvd? was not declared in this scope
kiso.cpp:3409: error: ?cdio_eject_media? was not declared in this scope
kiso.cpp:3410: error: ?cdio_destroy? was not declared in this scope
kiso.cpp: In member function ?virtual void Mainform::showdrive()?:
kiso.cpp:3562: error: ?CdIo? was not declared in this scope
kiso.cpp:3562: error: ?p_cdio? was not declared in this scope
kiso.cpp:3565: error: ?cdio_hwinfo_t? was not declared in this scope
kiso.cpp:3565: error: expected `;' before ?p_hw_info?
kiso.cpp:3566: error: ?DRIVER_DEVICE? was not declared in this scope
kiso.cpp:3566: error: ?cdio_open? was not declared in this scope
kiso.cpp:3569: error: ?track_t? was not declared in this scope
kiso.cpp:3569: error: expected `;' before ?num_tracks?
kiso.cpp:3570: error: expected `;' before ?first_track_num?
kiso.cpp:3571: error: ?discmode_t? was not declared in this scope
kiso.cpp:3571: error: expected `;' before ?ommodus?
kiso.cpp:3572: error: ?p_hw_info? was not declared in this scope
kiso.cpp:3572: error: ?cdio_get_hwinfo? was not declared in this scope
kiso.cpp:3575: error: ?msf_t? was not declared in this scope
kiso.cpp:3575: error: expected `;' before ?msf?
kiso.cpp:3576: error: ?CDIO_CDROM_LEADOUT_TRACK? was not declared in this scope
kiso.cpp:3576: error: ?msf? was not declared in this scope
kiso.cpp:3576: error: ?cdio_get_track_msf? was not declared in this scope
kiso.cpp:3577: error: ?lsn_t? was not declared in this scope
kiso.cpp:3577: error: expected `;' before ?lsn?
kiso.cpp:3578: error: ?lsn? was not declared in this scope
kiso.cpp:3578: error: ?CDIO_CD_FRAMESIZE_RAW? was not declared in this scope
kiso.cpp:3579: error: ?first_track_num? was not declared in this scope
kiso.cpp:3579: error: ?num_tracks? was not declared in this scope
kiso.cpp:3581: error: ?TRACK_FORMAT_AUDIO? was not declared in this scope
kiso.cpp:3581: error: ?cdio_get_track_format? was not declared in this scope
kiso.cpp:3583: error: ?TRACK_FORMAT_DATA? was not declared in this scope
kiso.cpp:3583: error: ?cdio_get_track_format? was not declared in this scope
kiso.cpp:3586: error: ?cdio_drive_read_cap_t? was not declared in this scope
kiso.cpp:3586: error: expected `;' before ?i_read_cap?
kiso.cpp:3587: error: ?cdio_drive_write_cap_t? was not declared in this scope
kiso.cpp:3587: error: expected `;' before ?i_write_cap?
kiso.cpp:3588: error: ?cdio_drive_misc_cap_t? was not declared in this scope
kiso.cpp:3588: error: expected `;' before ?i_misc_cap?
kiso.cpp:3594: error: ?scsi_mmc_cdb_t? was not declared in this scope
kiso.cpp:3594: error: expected `;' before ?cdb?
kiso.cpp:3596: error: ?cdb? was not declared in this scope
kiso.cpp:3596: error: ?CDIO_MMC_GPCMD_GET_CONFIGURATION? was not declared in this scope
kiso.cpp:3596: error: ?CDIO_MMC_SET_COMMAND? was not declared in this scope
kiso.cpp:3597: error: ?CDIO_MMC_SET_READ_LENGTH8? was not declared in this scope
kiso.cpp:3598: error: ?CDIO_MMC_GET_CONF_ALL_FEATURES? was not declared in this scope
kiso.cpp:3601: error: ?SCSI_MMC_DATA_READ? was not declared in this scope
kiso.cpp:3601: error: ?scsi_mmc_run_cmd? was not declared in this scope
kiso.cpp:3607: error: ?CDIO_MMC_GET_LEN32? was not declared in this scope
kiso.cpp:3613: error: ?CDIO_MMC_GET_LEN16? was not declared in this scope
kiso.cpp:3617: error: ?CDIO_MMC_FEATURE_CORE? was not declared in this scope
kiso.cpp:3648: error: ?ommodus? was not declared in this scope
kiso.cpp:3648: error: ?cdio_is_discmode_cdrom? was not declared in this scope
kiso.cpp:3649: error: ?ommodus? was not declared in this scope
kiso.cpp:3649: error: ?CDIO_DISC_MODE_DVD_R? was not declared in this scope
kiso.cpp:3650: error: ?ommodus? was not declared in this scope
kiso.cpp:3650: error: ?CDIO_DISC_MODE_DVD_RW? was not declared in this scope
kiso.cpp:3651: error: ?ommodus? was not declared in this scope
kiso.cpp:3651: error: ?CDIO_DISC_MODE_DVD_R? was not declared in this scope
kiso.cpp:3652: error: ?ommodus? was not declared in this scope
kiso.cpp:3652: error: ?CDIO_DISC_MODE_DVD_ROM? was not declared in this scope
kiso.cpp:3653: error: ?ommodus? was not declared in this scope
kiso.cpp:3653: error: ?CDIO_DISC_MODE_DVD_RAM? was not declared in this scope
kiso.cpp:3654: error: ?ommodus? was not declared in this scope
kiso.cpp:3654: error: ?CDIO_DISC_MODE_CD_DA? was not declared in this scope
kiso.cpp:3655: error: ?i_read_cap? was not declared in this scope
kiso.cpp:3655: error: ?i_write_cap? was not declared in this scope
kiso.cpp:3655: error: ?i_misc_cap? was not declared in this scope
kiso.cpp:3655: error: ?cdio_get_drive_cap_dev? was not declared in this scope
kiso.cpp:3656: error: ?CDIO_DRIVE_CAP_READ_DVD_ROM? was not declared in this scope
kiso.cpp:3657: error: ?CDIO_DRIVE_CAP_WRITE_CD_R? was not declared in this scope
kiso.cpp:3658: error: ?CDIO_DRIVE_CAP_WRITE_CD_RW? was not declared in this scope
kiso.cpp:3659: error: ?CDIO_DRIVE_CAP_WRITE_DVD_R? was not declared in this scope
kiso.cpp:3660: error: ?CDIO_DRIVE_CAP_WRITE_DVD_RW? was not declared in this scope
kiso.cpp:3666: error: ?cdio_destroy? was not declared in this scope
kiso.cpp: In member function ?virtual int Mainform::ProgressBar(QString, QString, KShellProcess*, double)?:
kiso.cpp:3676: error: ?lba_t? was not declared in this scope
kiso.cpp:3676: error: expected `;' before ?first_audio_lba?
kiso.cpp:3679: error: ?CdIo? was not declared in this scope
kiso.cpp:3679: error: ?cdio? was not declared in this scope
kiso.cpp:3679: error: ?cdio_open_cd? was not declared in this scope
kiso.cpp:3680: error: ?track_t? was not declared in this scope
kiso.cpp:3680: error: expected `;' before ?num_tracks?
kiso.cpp:3681: error: expected `;' before ?first_track_num?
kiso.cpp:3682: error: ?first_track_num? was not declared in this scope
kiso.cpp:3682: error: ?num_tracks? was not declared in this scope
kiso.cpp:3683: error: ?TRACK_FORMAT_AUDIO? was not declared in this scope
kiso.cpp:3683: error: ?cdio_get_track_format? was not declared in this scope
kiso.cpp:3684: error: ?first_audio_lba? was not declared in this scope
kiso.cpp:3685: error: ?cdio_get_track_lba? was not declared in this scope
kiso.cpp:3689: error: ?cdio_stat_size? was not declared in this scope
kiso.cpp:3690: error: ?cdio_destroy? was not declared in this scope
make[2]: *** [kiso.o] Fehler 1
make[2]: Leaving directory `/home/trunksen/Desktop/kiso-0.8.3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/trunksen/Desktop/kiso-0.8.3'
make: *** [all] Fehler 2

wieso sind da soviele Errors ?( ?

mfg trunksen
 
Hallo!
Ja vielen dank das rpm Paket hat super funktioniert :))

mfg trunksen
 

Ähnliche Themen

configure schlägt bei X fehl

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

NagiosGrapher 1.7.1 funktioniert nicht

Debian squeeze, Webmin, Samba Freigaben

VirtualBox auf Solaris11

Zurück
Oben