blUNIX
07-09-2008, 20:22
Hallo Forum,
ich benötige für einen Kunden Python2.5.X und PyQt4 auf SLES10SP2.
Die Dreisätze für Python, qt4(Trolltech) und SIP (riverbankcomputing) sind durchgelaufen.
Bei PyQt4 kommt folgende Fehlermeldung:
Determining the layout of your Qt installation...
/usr/lib/qt3/bin/qmake -o qtdirs.mk qtdirs.pro
make -f qtdirs.mk
g++ -c -pipe -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -fno-strict-aliasing -Wall -W -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -fno-strict-aliasing -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/default -I. -I/usr/include -I/usr/lib/qt3/include -o qtdirs.o qtdirs.cpp
qtdirs.cpp:1:17: error: QFile: No such file or directory
qtdirs.cpp:2:24: error: QLibraryInfo: No such file or directory
qtdirs.cpp:3:23: error: QTextStream: No such file or directory
qtdirs.cpp: In function "int main(int, char**)":
qtdirs.cpp:7: error: "QFile" was not declared in this scope
qtdirs.cpp:7: error: expected `;' before "outf"
qtdirs.cpp:9: error: "outf" was not declared in this scope
qtdirs.cpp:9: error: "QIODevice" has not been declared
qtdirs.cpp:9: error: "QIODevice" has not been declared
qtdirs.cpp:9: error: "QIODevice" has not been declared
qtdirs.cpp:12: error: "QTextStream" was not declared in this scope
qtdirs.cpp:12: error: expected `;' before "out"
qtdirs.cpp:14: error: "out" was not declared in this scope
qtdirs.cpp:14: error: "QLibraryInfo" has not been declared
qtdirs.cpp:14: error: "QLibraryInfo" has not been declared
qtdirs.cpp:15: error: "QLibraryInfo" has not been declared
qtdirs.cpp:15: error: "QLibraryInfo" has not been declared
qtdirs.cpp:16: error: "QLibraryInfo" has not been declared
qtdirs.cpp:16: error: "QLibraryInfo" has not been declared
qtdirs.cpp:17: error: "QLibraryInfo" has not been declared
qtdirs.cpp:17: error: "QLibraryInfo" has not been declared
qtdirs.cpp:18: error: "QLibraryInfo" has not been declared
qtdirs.cpp:18: error: "QLibraryInfo" has not been declared
qtdirs.cpp:19: error: "QLibraryInfo" has not been declared
qtdirs.cpp:19: error: "QLibraryInfo" has not been declared
qtdirs.cpp:21: error: "QT_VERSION" was not declared in this scope
qtdirs.cpp:22: error: "QT_EDITION" was not declared in this scope
make: *** [qtdirs.o] Error 1
Die Übersetzung aus den Quellen habe ich versucht, da ich keine RPM's gefunden habe.
Falls mir jemand helfen kann, vielen Dank.
MfG
blUNIX
ich benötige für einen Kunden Python2.5.X und PyQt4 auf SLES10SP2.
Die Dreisätze für Python, qt4(Trolltech) und SIP (riverbankcomputing) sind durchgelaufen.
Bei PyQt4 kommt folgende Fehlermeldung:
Determining the layout of your Qt installation...
/usr/lib/qt3/bin/qmake -o qtdirs.mk qtdirs.pro
make -f qtdirs.mk
g++ -c -pipe -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -fno-strict-aliasing -Wall -W -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -fno-strict-aliasing -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/default -I. -I/usr/include -I/usr/lib/qt3/include -o qtdirs.o qtdirs.cpp
qtdirs.cpp:1:17: error: QFile: No such file or directory
qtdirs.cpp:2:24: error: QLibraryInfo: No such file or directory
qtdirs.cpp:3:23: error: QTextStream: No such file or directory
qtdirs.cpp: In function "int main(int, char**)":
qtdirs.cpp:7: error: "QFile" was not declared in this scope
qtdirs.cpp:7: error: expected `;' before "outf"
qtdirs.cpp:9: error: "outf" was not declared in this scope
qtdirs.cpp:9: error: "QIODevice" has not been declared
qtdirs.cpp:9: error: "QIODevice" has not been declared
qtdirs.cpp:9: error: "QIODevice" has not been declared
qtdirs.cpp:12: error: "QTextStream" was not declared in this scope
qtdirs.cpp:12: error: expected `;' before "out"
qtdirs.cpp:14: error: "out" was not declared in this scope
qtdirs.cpp:14: error: "QLibraryInfo" has not been declared
qtdirs.cpp:14: error: "QLibraryInfo" has not been declared
qtdirs.cpp:15: error: "QLibraryInfo" has not been declared
qtdirs.cpp:15: error: "QLibraryInfo" has not been declared
qtdirs.cpp:16: error: "QLibraryInfo" has not been declared
qtdirs.cpp:16: error: "QLibraryInfo" has not been declared
qtdirs.cpp:17: error: "QLibraryInfo" has not been declared
qtdirs.cpp:17: error: "QLibraryInfo" has not been declared
qtdirs.cpp:18: error: "QLibraryInfo" has not been declared
qtdirs.cpp:18: error: "QLibraryInfo" has not been declared
qtdirs.cpp:19: error: "QLibraryInfo" has not been declared
qtdirs.cpp:19: error: "QLibraryInfo" has not been declared
qtdirs.cpp:21: error: "QT_VERSION" was not declared in this scope
qtdirs.cpp:22: error: "QT_EDITION" was not declared in this scope
make: *** [qtdirs.o] Error 1
Die Übersetzung aus den Quellen habe ich versucht, da ich keine RPM's gefunden habe.
Falls mir jemand helfen kann, vielen Dank.
MfG
blUNIX