k3b compilieren

qfat

Well-Known Member
hallo,
wollte k3b installieren und habe als erstes kde3.12 installiert.
habe dann den source von k3b-0.10.2 gezogen.
und habe dann dvd+rw+tools aus den ports installiert.
dann habe ich ein ./configure in k3b gemacht und bekam das ok zum make.
doch beim make bricht er so ab:


make all-recursive
Making all in src
Making all in core
Making all in device
if /usr/local/bin/bash ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I./.. -I./../../tools -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT k3bdevicemanager.lo -MD -MP -MF ".deps/k3bdevicemanager.Tpo" -c -o k3bdevicemanager.lo `test -f 'k3bdevicemanager.cpp' || echo './'`k3bdevicemanager.cpp; then mv -f ".deps/k3bdevicemanager.Tpo" ".deps/k3bdevicemanager.Plo"; else rm -f ".deps/k3bdevicemanager.Tpo"; exit 1; fi
k3bdevicemanager.cpp:36:20: mntent.h: No such file or directory
k3bdevicemanager.cpp:47:27: linux/version.h: No such file or directory
k3bdevicemanager.cpp:48:5: warning: "LINUX_VERSION_CODE" is not defined
k3bdevicemanager.cpp:48:27: warning: "KERNEL_VERSION" is not defined
k3bdevicemanager.cpp:48:41: missing binary operator before '('
k3bdevicemanager.cpp:52:23: asm/types.h: No such file or directory
k3bdevicemanager.cpp:55:63: linux/../scsi/scsi.h: No such file or directory
k3bdevicemanager.cpp:56:25: linux/cdrom.h: No such file or directory
k3bdevicemanager.cpp:57:25: linux/major.h: No such file or directory
k3bdevicemanager.cpp: In member function `bool
K3bCdDevice::DeviceManager::testForCdrom(const QString&)':
k3bdevicemanager.cpp:541: `CDROM_CLEAR_OPTIONS' undeclared (first use this
function)
k3bdevicemanager.cpp:541: (Each undeclared identifier is reported only once for
each function it appears in.)
k3bdevicemanager.cpp:541: `CDO_AUTO_CLOSE' undeclared (first use this function)
k3bdevicemanager.cpp: In member function `void
K3bCdDevice::DeviceManager::scanFstab()':
k3bdevicemanager.cpp:626: `setmntent' undeclared (first use this function)
k3bdevicemanager.cpp:643: `::getmntent' undeclared (first use here)
k3bdevicemanager.cpp:646: invalid use of undefined type `struct mntent'
k3bdevicemanager.cpp:642: forward declaration of `struct mntent'
k3bdevicemanager.cpp:647: invalid use of undefined type `struct mntent'
k3bdevicemanager.cpp:642: forward declaration of `struct mntent'
k3bdevicemanager.cpp:655: invalid use of undefined type `struct mntent'
k3bdevicemanager.cpp:642: forward declaration of `struct mntent'
k3bdevicemanager.cpp:673: invalid use of undefined type `struct mntent'
k3bdevicemanager.cpp:642: forward declaration of `struct mntent'
k3bdevicemanager.cpp:683: invalid use of undefined type `struct mntent'
k3bdevicemanager.cpp:642: forward declaration of `struct mntent'
k3bdevicemanager.cpp:686: invalid use of undefined type `struct mntent'
k3bdevicemanager.cpp:642: forward declaration of `struct mntent'
k3bdevicemanager.cpp:697: `endmntent' undeclared (first use this function)
k3bdevicemanager.cpp: In member function `bool
K3bCdDevice::DeviceManager::determineBusIdLun(const QString&, int&, int&,
int&)':
k3bdevicemanager.cpp:719: `SCSI_DISK0_MAJOR' undeclared (first use this
function)
k3bdevicemanager.cpp:719: `SCSI_DISK1_MAJOR' undeclared (first use this
function)
k3bdevicemanager.cpp:719: `SCSI_DISK7_MAJOR' undeclared (first use this
function)
k3bdevicemanager.cpp:719: `SCSI_DISK8_MAJOR' undeclared (first use this
function)
k3bdevicemanager.cpp:719: `SCSI_DISK15_MAJOR' undeclared (first use this
function)
k3bdevicemanager.cpp:719: `SCSI_CDROM_MAJOR' undeclared (first use this
function)
k3bdevicemanager.cpp:729: `SCSI_IOCTL_GET_IDLUN' undeclared (first use this
function)
k3bdevicemanager.cpp:730: `SCSI_IOCTL_GET_BUS_NUMBER' undeclared (first use
this function)
*** Error code 1

Stop in /usr/home/qfat/k3b-0.10.2/src/core/device.
*** Error code 1

Stop in /usr/home/qfat/k3b-0.10.2/src/core.
*** Error code 1

Stop in /usr/home/qfat/k3b-0.10.2/src.
*** Error code 1

Stop in /usr/home/qfat/k3b-0.10.2.
*** Error code 1

Stop in /usr/home/qfat/k3b-0.10.2.


danke für die hilfe!
 
DANKE
du bist meine rettung!
muss aber gerade erst hinzugekommen sein habe nämlich extra vorher gesucht!

DANKE
 
Zurück
Oben