[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DDL-ML] Kompilieren von spdrs60 unter SuSE 8.0



Ich versuche, die Software spdrs60 unter SuSE 8.0 zu kompilieren. Es gibt da
offensichtlich Schwierigkeiten mit der qt Bibliothek 3 (siehe unten). Wer
kann helfen bzw. hat ein angepasstes Makefile?

make install

g++ -c -Wall -W -O2 -fno-strength-reduce -I/usr/lib/qt3/include -o main.o
main.cpp
In file included from main.cpp:29:
MainWindow.h:48: base class `QMainWindow' has incomplete type
MainWindow.h:173: warning: `class MainWindow' has virtual functions but
non-virtual destructor
main.cpp: In function `int main(int, char **)':
main.cpp:112: no matching function for call to `MainWindow::move (int, int)'
main.cpp:118: no matching function for call to `MainWindow::resize (double
&, double &)'
main.cpp:119: no matching function for call to `MainWindow::setMaximumSize
(double &, double &)'
main.cpp:121: no matching function for call to `QApplication::setMainWidget
(MainWindow *&)'
/usr/lib/qt3/include/qapplication.h:123: candidates are: void
QApplication::setMainWidget(QWidget *)
main.cpp:124: `WindowsStyle' undeclared (first use this function)
main.cpp:124: (Each undeclared identifier is reported only once
main.cpp:124: for each function it appears in.)
main.cpp:125: no matching function for call to `MainWindow::setCaption
(QString)'
main.cpp:126: no matching function for call to `MainWindow::show ()'
make: *** [main.o] Error 1

Peter