Advertisement
Guest User

Untitled

a guest
May 15th, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.52 KB | None | 0 0
  1. make
  2. cd qpy/ && ( test -e Makefile || /home/wdanilo/dev/Qt5.0.2/5.0.2/gcc_64/bin/qmake /home/wdanilo/Downloads/PyQt-gpl-5.0-snapshot-70aa9e5575f0/qpy/qpy.pro -o Makefile ) && make -f Makefile
  3. make[1]: Entering directory `/home/wdanilo/Downloads/PyQt-gpl-5.0-snapshot-70aa9e5575f0/qpy'
  4. cd QtCore/ && ( test -e Makefile || /home/wdanilo/dev/Qt5.0.2/5.0.2/gcc_64/bin/qmake /home/wdanilo/Downloads/PyQt-gpl-5.0-snapshot-70aa9e5575f0/qpy/QtCore/QtCore.pro -o Makefile ) && make -f Makefile
  5. make[2]: Entering directory `/home/wdanilo/Downloads/PyQt-gpl-5.0-snapshot-70aa9e5575f0/qpy/QtCore'
  6. g++ -c -m64 -pipe -fno-strict-aliasing -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/mkspecs/linux-g++-64 -I. -I. -I../../QtCore -I/usr/include/python2.7 -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include/QtCore -I. -o qpycore_chimera.o qpycore_chimera.cpp
  7. g++ -c -m64 -pipe -fno-strict-aliasing -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/mkspecs/linux-g++-64 -I. -I. -I../../QtCore -I/usr/include/python2.7 -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include/QtCore -I. -o qpycore_chimera_signature.o qpycore_chimera_signature.cpp
  8. g++ -c -m64 -pipe -fno-strict-aliasing -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/mkspecs/linux-g++-64 -I. -I. -I../../QtCore -I/usr/include/python2.7 -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include/QtCore -I. -o qpycore_chimera_storage.o qpycore_chimera_storage.cpp
  9. g++ -c -m64 -pipe -fno-strict-aliasing -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/mkspecs/linux-g++-64 -I. -I. -I../../QtCore -I/usr/include/python2.7 -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include/QtCore -I. -o qpycore_classinfo.o qpycore_classinfo.cpp
  10. g++ -c -m64 -pipe -fno-strict-aliasing -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/mkspecs/linux-g++-64 -I. -I. -I../../QtCore -I/usr/include/python2.7 -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include/QtCore -I. -o qpycore_init.o qpycore_init.cpp
  11. g++ -c -m64 -pipe -fno-strict-aliasing -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/mkspecs/linux-g++-64 -I. -I. -I../../QtCore -I/usr/include/python2.7 -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include/QtCore -I. -o qpycore_misc.o qpycore_misc.cpp
  12. g++ -c -m64 -pipe -fno-strict-aliasing -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/mkspecs/linux-g++-64 -I. -I. -I../../QtCore -I/usr/include/python2.7 -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include -I../../../../dev/Qt5.0.2/5.0.2/gcc_64/include/QtCore -I. -o qpycore_post_init.o qpycore_post_init.cpp
  13. qpycore_post_init.cpp: In function ‘void qpycore_post_init(PyObject*):
  14. qpycore_post_init.cpp:46:26: error: ‘sipSetDestroyOnExit’ was not declared in this scope
  15. make[2]: *** [qpycore_post_init.o] Error 1
  16. make[2]: Leaving directory `/home/wdanilo/Downloads/PyQt-gpl-5.0-snapshot-70aa9e5575f0/qpy/QtCore'
  17. make[1]: *** [sub-QtCore-make_first] Error 2
  18. make[1]: Leaving directory `/home/wdanilo/Downloads/PyQt-gpl-5.0-snapshot-70aa9e5575f0/qpy'
  19. make: *** [sub-qpy-make_first-ordered] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement