Hello, me again.<br><br>I sucessfully installed sip, but when I tried to install PyQt (typing "python configure.py"), all I got is:<br><br>Error: Failed to determine the layout of your Qt installation. Try again using<br>
the --verbose flag to see more detail about the problem.<br><br>When I type "python configure.py --verbose" I got next:<br><br>Determining the layout of your Qt installation...<br>/usr/bin/qmake -o <a href="http://qtdirs.mk">qtdirs.mk</a> <a href="http://qtdirs.pro">qtdirs.pro</a><br>
make -f <a href="http://qtdirs.mk">qtdirs.mk</a><br>g++ -c -pipe -Wall -W -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/lib/qt-3.3/include -o qtdirs.o qtdirs.cpp<br>
qtdirs.cpp:1:17: QFile: No such file or directory<br>qtdirs.cpp:2:24: QLibraryInfo: No such file or directory<br>qtdirs.cpp:3:23: QTextStream: No such file or directory<br>qtdirs.cpp: In function `int main(int, char**)':<br>
qtdirs.cpp:7: error: `QFile' was not declared in this scope<br>qtdirs.cpp:7: error: expected `;' before "outf"<br>qtdirs.cpp:9: error: `outf' was not declared in this scope<br>qtdirs.cpp:9: error: `QIODevice' has not been declared<br>
qtdirs.cpp:9: error: `WriteOnly' was not declared in this scope<br>qtdirs.cpp:9: error: `QIODevice' has not been declared<br>qtdirs.cpp:9: error: `Truncate' was not declared in this scope<br>qtdirs.cpp:9: error: `QIODevice' has not been declared<br>
qtdirs.cpp:9: error: `Text' was not declared in this scope<br>qtdirs.cpp:9: warning: unused variable 'outf'<br>qtdirs.cpp:9: warning: unused variable 'WriteOnly'<br>qtdirs.cpp:9: warning: unused variable 'Truncate'<br>
qtdirs.cpp:9: warning: unused variable 'Text'<br>qtdirs.cpp:12: error: `QTextStream' was not declared in this scope<br>qtdirs.cpp:12: error: expected `;' before "out"<br>qtdirs.cpp:14: error: `out' was not declared in this scope<br>
qtdirs.cpp:14: error: `QLibraryInfo' has not been declared<br>qtdirs.cpp:14: error: `QLibraryInfo' has not been declared<br>qtdirs.cpp:14: error: `PrefixPath' was not declared in this scope<br>qtdirs.cpp:14: error: `location' was not declared in this scope<br>
qtdirs.cpp:15: error: `QLibraryInfo' has not been declared<br>qtdirs.cpp:15: error: `QLibraryInfo' has not been declared<br>qtdirs.cpp:15: error: `HeadersPath' was not declared in this scope<br>qtdirs.cpp:16: error: `QLibraryInfo' has not been declared<br>
qtdirs.cpp:16: error: `QLibraryInfo' has not been declared<br>qtdirs.cpp:16: error: `LibrariesPath' was not declared in this scope<br>qtdirs.cpp:17: error: `QLibraryInfo' has not been declared<br>qtdirs.cpp:17: error: `QLibraryInfo' has not been declared<br>
qtdirs.cpp:17: error: `BinariesPath' was not declared in this scope<br>qtdirs.cpp:18: error: `QLibraryInfo' has not been declared<br>qtdirs.cpp:18: error: `QLibraryInfo' has not been declared<br>qtdirs.cpp:18: error: `DataPath' was not declared in this scope<br>
qtdirs.cpp:19: error: `QLibraryInfo' has not been declared<br>qtdirs.cpp:19: error: `QLibraryInfo' has not been declared<br>qtdirs.cpp:19: error: `PluginsPath' was not declared in this scope<br>qtdirs.cpp:21: error: `QT_VERSION' was not declared in this scope<br>
qtdirs.cpp:22: error: `QT_EDITION' was not declared in this scope<br>qtdirs.cpp:24: error: `QLibraryInfo' has not been declared<br>qtdirs.cpp:24: error: `licensee' was not declared in this scope<br>qtdirs.cpp:66: error: `qreal' was not declared in this scope<br>
qtdirs.cpp:66: warning: unused variable 'qreal'<br>qtdirs.cpp:7: warning: unused variable 'QFile'<br>qtdirs.cpp:12: warning: unused variable 'QTextStream'<br>qtdirs.cpp:14: warning: unused variable 'PrefixPath'<br>
qtdirs.cpp:15: warning: unused variable 'HeadersPath'<br>qtdirs.cpp:16: warning: unused variable 'LibrariesPath'<br>qtdirs.cpp:17: warning: unused variable 'BinariesPath'<br>qtdirs.cpp:18: warning: unused variable 'DataPath'<br>
qtdirs.cpp:19: warning: unused variable 'PluginsPath'<br>qtdirs.cpp:21: warning: unused variable 'QT_VERSION'<br>qtdirs.cpp:22: warning: unused variable 'QT_EDITION'<br>qtdirs.cpp:24: warning: unused variable 'licensee'<br>
make: *** [qtdirs.o] Error 1<br><br>and so on.<br><br>I know that is probably some stupid mistake, like the last time.<br><br>I am using CentOs 4.4.<br><br>Thanks in advance!!!!<br>