Naja nachdem ich es geschafft habe das das ./configure ohne fehler durchläuft habe ich jetzt bei make einen neuen
Code: Alles auswählen
dvbpanel.cpp:28:18: qapp.h: No such file or directory
make[3]: *** [dvbpanel.lo] Fehler 1
make[3]: Leaving directory `/home/arne/download/kaffeine-0.6/kaffeine/dvb'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/arne/download/kaffeine-0.6/kaffeine'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/arne/download/kaffeine-0.6'
make: *** [all] Fehler 2
ok also der Fehler ist nach
Code: Alles auswählen
cd /usr/include/qt3
ln -s qapplication.h qapp.h
Code: Alles auswählen
scandialog.cpp:27:22: qpopmenu.h: No such file or directory
scandialog.cpp: In member function `void ScanDialog::pop(QListViewItem*, const
QPoint&, int)':
scandialog.cpp:156: error: invalid use of undefined type `struct QPopupMenu'
/usr/share/qt3/include/qpushbutton.h:48: error: forward declaration of `struct
QPopupMenu'
scandialog.cpp:157: error: `insertItem' undeclared (first use this function)
scandialog.cpp:157: error: (Each undeclared identifier is reported only once
for each function it appears in.)
scandialog.cpp:160: error: `exec' undeclared (first use this function)
scandialog.cpp:174: warning: possible problem detected in invocation of delete
operator:
scandialog.cpp:156: warning: `pop' has incomplete type
/usr/share/qt3/include/qpushbutton.h:48: warning: forward declaration of `
struct QPopupMenu'
scandialog.cpp:174: note: neither the destructor nor the class-specific
operator delete will be called, even if they are declared when the class is
defined.
make[3]: *** [scandialog.lo] Fehler 1
make[3]: Leaving directory `/home/arne/download/kaffeine-0.6/kaffeine/dvb'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/arne/download/kaffeine-0.6/kaffeine'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/arne/download/kaffeine-0.6'
make: *** [all] Fehler 2
Jemand einen tipp?
gruß arne