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

Antw: [DDL-ML] Kompilieren von spdrs60 unter SuSE 8.0



Hallo,

ja, laut Anleitung eindeutig: läuft nur mit qt-1.4x. Die Qt-Leute arbeiten schneller an neuen Versionen als ich das portieren kann. Die neue Programmversion wird unter qt-2.x laufen (3.x ist noch zu frisch, aber die Portierung von 2 auf 3 wird einfacher als von 1 auf 2).

Grüsse

Stefan Preis
www.linux-modellbahn.de

<<< PSAMULAT@asv.de 25.05. 16.15 >>>
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