Share Pastebin
Guest
Public paste!

mettao87

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 2.37 KB | Hits: 61 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. mettao87@debian:~/Desktop/PyQt-x11-gpl-4.7.2$ python configure.py --verbose
  2. Determining the layout of your Qt installation...
  3. /usr/bin/qmake -o qtdirs.mk qtdirs.pro
  4. make -f qtdirs.mk
  5. g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o qtdirs.o qtdirs.cpp
  6. qtdirs.cpp:1:17: error: QFile: No such file or directory
  7. qtdirs.cpp:2:24: error: QLibraryInfo: No such file or directory
  8. qtdirs.cpp:3:23: error: QTextStream: No such file or directory
  9. qtdirs.cpp: In function ‘int main(int, char**)’:
  10. qtdirs.cpp:7: error: ‘QFile’ was not declared in this scope
  11. qtdirs.cpp:7: error: expected ‘;’ before ‘outf’
  12. qtdirs.cpp:9: error: ‘outf’ was not declared in this scope
  13. qtdirs.cpp:9: error: ‘QIODevice’ has not been declared
  14. qtdirs.cpp:9: error: ‘QIODevice’ has not been declared
  15. qtdirs.cpp:9: error: ‘QIODevice’ has not been declared
  16. qtdirs.cpp:12: error: ‘QTextStream’ was not declared in this scope
  17. qtdirs.cpp:12: error: expected ‘;’ before ‘out’
  18. qtdirs.cpp:14: error: ‘out’ was not declared in this scope
  19. qtdirs.cpp:14: error: ‘QLibraryInfo’ has not been declared
  20. qtdirs.cpp:14: error: ‘QLibraryInfo’ has not been declared
  21. qtdirs.cpp:15: error: ‘QLibraryInfo’ has not been declared
  22. qtdirs.cpp:15: error: ‘QLibraryInfo’ has not been declared
  23. qtdirs.cpp:16: error: ‘QLibraryInfo’ has not been declared
  24. qtdirs.cpp:16: error: ‘QLibraryInfo’ has not been declared
  25. qtdirs.cpp:17: error: ‘QLibraryInfo’ has not been declared
  26. qtdirs.cpp:17: error: ‘QLibraryInfo’ has not been declared
  27. qtdirs.cpp:18: error: ‘QLibraryInfo’ has not been declared
  28. qtdirs.cpp:18: error: ‘QLibraryInfo’ has not been declared
  29. qtdirs.cpp:19: error: ‘QLibraryInfo’ has not been declared
  30. qtdirs.cpp:19: error: ‘QLibraryInfo’ has not been declared
  31. qtdirs.cpp:21: error: ‘QT_VERSION’ was not declared in this scope
  32. qtdirs.cpp:22: error: ‘QT_EDITION’ was not declared in this scope
  33. qtdirs.cpp:24: error: ‘QLibraryInfo’ has not been declared
  34. qtdirs.cpp:90: error: ‘qreal’ was not declared in this scope
  35. make: *** [qtdirs.o] Error 1
  36. Error: Failed to determine the layout of your Qt installation. Try again using
  37. the --verbose flag to see more detail about the problem.
  38. mettao87@debian:~/Desktop/PyQt-x11-gpl-4.7.2$