Advertisement
vipulraheja

pyqt4 log

Aug 6th, 2011
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.63 KB | None | 0 0
  1. vipul@vipul-laptop:~/Downloads/PyQt-x11-gpl-4.8.5$ python configure.py -q /usr/share/qt4/bin/qmake
  2. Determining the layout of your Qt installation...
  3. This is the GPL version of PyQt 4.8.5 (licensed under the GNU General Public
  4. License) for Python 2.6.6 on linux2.
  5.  
  6. Type '2' to view the GPL v2 license.
  7. Type '3' to view the GPL v3 license.
  8. Type 'yes' to accept the terms of the license.
  9. Type 'no' to decline the terms of the license.
  10.  
  11. Do you accept the terms of the license? yes
  12. Found the license file pyqt-gpl.sip.
  13. Checking to see if the QtGui module should be built...
  14. Checking to see if the QtHelp module should be built...
  15. Checking to see if the QtMultimedia module should be built...
  16. Checking to see if the QtNetwork module should be built...
  17. Checking to see if the QtDeclarative module should be built...
  18. Checking to see if the QtOpenGL module should be built...
  19. Checking to see if the QtScript module should be built...
  20. Checking to see if the QtScriptTools module should be built...
  21. Checking to see if the QtSql module should be built...
  22. Checking to see if the QtSvg module should be built...
  23. Checking to see if the QtTest module should be built...
  24. Checking to see if the QtWebKit module should be built...
  25. Checking to see if the QtXml module should be built...
  26. Checking to see if the QtXmlPatterns module should be built...
  27. Checking to see if the phonon module should be built...
  28. Checking to see if the QtAssistant module should be built...
  29. Checking to see if the QtDesigner module should be built...
  30. Checking to see if the dbus support module should be built...
  31. Qt v4.7.0 free edition is being used.
  32. SIP 4.12.4 is being used.
  33. The Qt header files are in /usr/include/qt4.
  34. The shared Qt libraries are in /usr/lib.
  35. The Qt binaries are in /usr/bin.
  36. The Qt mkspecs directory is in /usr/share/qt4.
  37. These PyQt modules will be built: QtCore, QtGui, QtHelp, QtNetwork,
  38. QtDeclarative, QtOpenGL, QtScript, QtScriptTools, QtSql, QtSvg, QtTest,
  39. QtWebKit, QtXml, QtXmlPatterns, phonon, QtDesigner.
  40. The PyQt Python package will be installed in
  41. /usr/local/lib/python2.6/site-packages.
  42. PyQt is being built with generated docstrings.
  43. PyQt is being built with 'protected' redefined as 'public'.
  44. The Designer plugin will be installed in /usr/lib/qt4/plugins/designer.
  45. The dbus support module will be installed in
  46. /usr/lib/pymodules/python2.6/dbus/mainloop.
  47. The PyQt .sip files will be installed in /usr/share/sip/PyQt4.
  48. pyuic4, pyrcc4 and pylupdate4 will be installed in /usr/bin.
  49. Generating the C++ source for the QtCore module...
  50. sip: /home/vipul/Downloads/PyQt-x11-gpl-4.8.5/sip/QtCore/QtCoremod.sip:28: syntax error
  51. Error: Unable to create the C++ code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement