Hi,

Trying install PyQt 4.8, I encounter this Error:
 
Determining the layout of your Qt installation...
Error: Failed to determine the layout of your Qt installation. Try again using
the --verbose flag to see more detail about the problem.

On Debian 6 "Squeeze"
Qt-4.7.3   from Qt SDK v1.1.1
Python 3.2
Sip-4.12.3

All installed without problem.

with verbose option:

vincent@bacoudian:~/Bureau/PyQt-x11-gpl-4.8.4$ python3 configure.py --verbose
Determining the layout of your Qt installation...
/usr/bin/qmake -o qtdirs.mk qtdirs.pro
make -f qtdirs.mk
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -o qtdirs.o qtdirs.cpp
qtdirs.cpp:1:17: error: QFile: Aucun fichier ou dossier de ce type
qtdirs.cpp:2:24: error: QLibraryInfo: Aucun fichier ou dossier de ce type
qtdirs.cpp:3:23: error: QTextStream: Aucun fichier ou dossier de ce type
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
qtdirs.cpp:24: error: ‘QLibraryInfo’ has not been declared
qtdirs.cpp:90: error: ‘qreal’ was not declared in this scope
make: *** [qtdirs.o] Erreur 1
Error: Failed to determine the layout of your Qt installation. Try again using
the --verbose flag to see more detail about the problem.


I've tried also with the paths of qmake (I have two qmake ?)

vincent@bacoudian:~/Bureau/PyQt-x11-gpl-4.8.4$ python3 configure.py -q /usr/bin/qmake-qt4
Determining the layout of your Qt installation...
Error: Failed to determine the layout of your Qt installation. Try again using
the --verbose flag to see more detail about the problem.

vincent@bacoudian:~/Bureau/PyQt-x11-gpl-4.8.4$ python3 configure.py -q /usr/bin/qmake
Determining the layout of your Qt installation...
Error: Failed to determine the layout of your Qt installation. Try again using
the --verbose flag to see more detail about the problem.

What is it of that 'layout of your Qt installation' ?

Thanks for your attention.

--
Vincent V.V.
Oqapy . Qarte+7 . PaQager
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to