pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

pastebin - collaborative debugging tool View Help


Posted by Cherife on Mon 30 Jun 10:30
report abuse | download | new post

  1. ----snip----
  2.         /usr/bin/ginstall -c -d /tmp/SBo/package-wxPython/usr/include/wx-2.8/`dirname $f`; \
  3.         fi; \
  4.         /usr/bin/ginstall -c -m 644 ./include/$f /tmp/SBo/package-wxPython/usr/include/wx-2.8/$f; \
  5.         done
  6.  
  7.  ------------------------------------------------------
  8.  
  9.  The installation of wxWidgets is finished.  On certain
  10.  platforms (e.g. Linux) you'll now have to run ldconfig
  11.  if you installed a shared library and also modify the
  12.  LD_LIBRARY_PATH (or equivalent) environment variable.
  13.  
  14.  wxWidgets comes with no guarantees and doesn't claim
  15.  to be suitable for any purpose.
  16.  
  17.  Read the wxWidgets Licence on licencing conditions.
  18.  
  19.  ------------------------------------------------------
  20.  
  21. make: Entering directory `/tmp/SBo/wxPython-src-2.8.8.0/contrib/src/gizmos'
  22. /usr/bin/ginstall -c -d /tmp/SBo/package-wxPython/usr/lib
  23. /usr/bin/ginstall -c -m 644 /tmp/SBo/wxPython-src-2.8.8.0/lib/libwx_gtk2u_gizmos-2.8.so /tmp/SBo/package-wxPython/usr/lib
  24. /usr/bin/ginstall -c /tmp/SBo/wxPython-src-2.8.8.0/lib/libwx_gtk2u_gizmos-2.8.so.0.5.0 /tmp/SBo/package-wxPython/usr/lib
  25. (cd /tmp/SBo/package-wxPython/usr/lib ; rm -f libwx_gtk2u_gizmos-2.8.so libwx_gtk2u_gizmos-2.8.so.0; ln -s libwx_gtk2u_gizmos-2.8.so.0.5.0 libwx_gtk2u_gizmos-2.8.so.0; ln -s libwx_gtk2u_gizmos-2.8.so.0 libwx_gtk2u_gizmos-2.8.so)
  26. /usr/bin/ginstall -c -d /tmp/SBo/package-wxPython/usr/lib
  27. /usr/bin/ginstall -c -m 644 /tmp/SBo/wxPython-src-2.8.8.0/lib/libwx_gtk2u_gizmos_xrc-2.8.so /tmp/SBo/package-wxPython/usr/lib
  28. /usr/bin/ginstall -c /tmp/SBo/wxPython-src-2.8.8.0/lib/libwx_gtk2u_gizmos_xrc-2.8.so.0.5.0 /tmp/SBo/package-wxPython/usr/lib
  29. (cd /tmp/SBo/package-wxPython/usr/lib ; rm -f libwx_gtk2u_gizmos_xrc-2.8.so libwx_gtk2u_gizmos_xrc-2.8.so.0; ln -s libwx_gtk2u_gizmos_xrc-2.8.so.0.5.0 libwx_gtk2u_gizmos_xrc-2.8.so.0; ln -s libwx_gtk2u_gizmos_xrc-2.8.so.0 libwx_gtk2u_gizmos_xrc-2.8.so)
  30. /usr/bin/ginstall -c -d /tmp/SBo/package-wxPython/usr/include/wx-2.8
  31. for f in wx/gizmos/dynamicsash.h wx/gizmos/editlbox.h wx/gizmos/ledctrl.h wx/gizmos/multicell.h wx/gizmos/splittree.h wx/gizmos/statpict.h wx/gizmos/gizmos.h wx/gizmos/xh_statpict.h; do \
  32.         if test ! -d /tmp/SBo/package-wxPython/usr/include/wx-2.8/`dirname $f` ; then \
  33.         /usr/bin/ginstall -c -d /tmp/SBo/package-wxPython/usr/include/wx-2.8/`dirname $f`; \
  34.         fi; \
  35.         /usr/bin/ginstall -c -m 644 ./../../include/$f /tmp/SBo/package-wxPython/usr/include/wx-2.8/$f; \
  36.         done
  37. make: Leaving directory `/tmp/SBo/wxPython-src-2.8.8.0/contrib/src/gizmos'
  38. make: Entering directory `/tmp/SBo/wxPython-src-2.8.8.0/contrib/src/stc'
  39. /usr/bin/ginstall -c -d /tmp/SBo/package-wxPython/usr/lib
  40. /usr/bin/ginstall -c -m 644 /tmp/SBo/wxPython-src-2.8.8.0/lib/libwx_gtk2u_stc-2.8.so /tmp/SBo/package-wxPython/usr/lib
  41. /usr/bin/ginstall -c /tmp/SBo/wxPython-src-2.8.8.0/lib/libwx_gtk2u_stc-2.8.so.0.5.0 /tmp/SBo/package-wxPython/usr/lib
  42. (cd /tmp/SBo/package-wxPython/usr/lib ; rm -f libwx_gtk2u_stc-2.8.so libwx_gtk2u_stc-2.8.so.0; ln -s libwx_gtk2u_stc-2.8.so.0.5.0 libwx_gtk2u_stc-2.8.so.0; ln -s libwx_gtk2u_stc-2.8.so.0 libwx_gtk2u_stc-2.8.so)
  43. /usr/bin/ginstall -c -d /tmp/SBo/package-wxPython/usr/include/wx-2.8
  44. for f in wx/stc/stc.h; do \
  45.         if test ! -d /tmp/SBo/package-wxPython/usr/include/wx-2.8/`dirname $f` ; then \
  46.         /usr/bin/ginstall -c -d /tmp/SBo/package-wxPython/usr/include/wx-2.8/`dirname $f`; \
  47.         fi; \
  48.         /usr/bin/ginstall -c -m 644 ./../../include/$f /tmp/SBo/package-wxPython/usr/include/wx-2.8/$f; \
  49.         done
  50. make: Leaving directory `/tmp/SBo/wxPython-src-2.8.8.0/contrib/src/stc'
  51. WARNING: WXWIN not set in environment. Assuming '..'
  52. Found wx-config: /usr/bin/wx-config
  53.     Using flags:  --toolkit=gtk2 --unicode=yes --version=2.8
  54. Preparing CORE...
  55. Preparing GLCANVAS...
  56. Preparing STC...
  57. Preparing GIZMOS...
  58. running build_ext
  59. building '_core_' extension
  60. creating build-gtk2.unicode
  61. creating build-gtk2.unicode/temp.linux-i686-2.5
  62. creating build-gtk2.unicode/temp.linux-i686-2.5/src
  63. creating build-gtk2.unicode/temp.linux-i686-2.5/src/gtk
  64. gcc -pthread -fno-strict-aliasing -DNDEBUG -O3 -march=i486 -mtune=i686 -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -Iinclude -Isrc -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/python2.5 -c src/helpers.cpp -o build-gtk2.unicode/temp.linux-i686-2.5/src/helpers.o -pthread -O3
  65. src/helpers.cpp: In member function ‘öoid wxPyApp::_BootstrapApp()’º
  66. src/helpers.cpp:421: warning: deprecated conversion from string constant to ‘ãhar*’
  67. src/helpers.cpp:422: warning: deprecated conversion from string constant to ‘ãhar*’
  68. src/helpers.cpp: In function ‘ÐyObject* __wxPySetDictionary(PyObject*, PyObject*)’º
  69. src/helpers.cpp:643: warning: deprecated conversion from string constant to ‘ãhar*’
  70. src/helpers.cpp:648: warning: deprecated conversion from string constant to ‘ãhar*’
  71. src/helpers.cpp: In function ‘öoid wxPyOORClientData_dtor(wxPyOORClientData*)’º
  72. src/helpers.cpp:811: warning: deprecated conversion from string constant to ‘ãhar*’
  73. src/helpers.cpp: In static member function ‘ótatic wxPyCBInputStream* wxPyCBInputStream::create(PyObject*, bool)’º
  74. src/helpers.cpp:1291: warning: deprecated conversion from string constant to ‘ãhar*’
  75. src/helpers.cpp:1292: warning: deprecated conversion from string constant to ‘ãhar*’
  76. src/helpers.cpp:1293: warning: deprecated conversion from string constant to ‘ãhar*’
  77. src/helpers.cpp: In static member function ‘ótatic wxPyCBOutputStream* wxPyCBOutputStream::create(PyObject*, bool)’º
  78. src/helpers.cpp:1486: warning: deprecated conversion from string constant to ‘ãhar*’
  79. src/helpers.cpp:1487: warning: deprecated conversion from string constant to ‘ãhar*’
  80. src/helpers.cpp:1488: warning: deprecated conversion from string constant to ‘ãhar*’
  81. src/helpers.cpp: In member function ‘öoid wxPyCallback::EventThunker(wxEvent&)’º
  82. src/helpers.cpp:1689: warning: deprecated conversion from string constant to ‘ãhar*’
  83. src/helpers.cpp:1689: warning: deprecated conversion from string constant to ‘ãhar*’
  84. gcc -pthread -fno-strict-aliasing -DNDEBUG -O3 -march=i486 -mtune=i686 -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -Iinclude -Isrc -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/python2.5 -c src/gtk/_core_wrap.cpp -o build-gtk2.unicode/temp.linux-i686-2.5/src/gtk/_core_wrap.o -pthread -O3
  85. src/gtk/_core_wrap.cpp: In function ‘ÐyObject* _wrap_GetAccelFromString(PyObject*, PyObject*, PyObject*)’º
  86. src/gtk/_core_wrap.cpp:33519: warning: ‘÷xGetAccelFromString’ is deprecated (declared at /usr/include/wx-2.8/wx/utils.h:571)
  87. src/gtk/_core_wrap.cpp:33519: warning: ‘÷xGetAccelFromString’ is deprecated (declared at /usr/include/wx-2.8/wx/utils.h:571)
  88. creating build-gtk2.unicode/lib.linux-i686-2.5
  89. creating build-gtk2.unicode/lib.linux-i686-2.5/wx
  90. g++ -pthread -shared build-gtk2.unicode/temp.linux-i686-2.5/src/helpers.o build-gtk2.unicode/temp.linux-i686-2.5/src/gtk/_core_wrap.o -L/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lpython2.5 -o build-gtk2.unicode/lib.linux-i686-2.5/wx/_core_.so -pthread
  91. building '_gdi_' extension
  92. gcc -pthread -fno-strict-aliasing -DNDEBUG -O3 -march=i486 -mtune=i686 -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -Iinclude -Isrc -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/python2.5 -c src/drawlist.cpp -o build-gtk2.unicode/temp.linux-i686-2.5/src/drawlist.o -pthread -O3
  93. In file included from src/drawlist.cpp:16:
  94. include/wx/wxPython/wxPython.h: In function ‘âool wxPyCoreAPI_IMPORT()’º
  95. include/wx/wxPython/wxPython.h:39: warning: deprecated conversion from string constant to ‘ãhar*’
  96. include/wx/wxPython/wxPython.h:39: warning: deprecated conversion from string constant to ‘ãhar*’
  97. gcc -pthread -fno-strict-aliasing -DNDEBUG -O3 -march=i486 -mtune=i686 -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -Iinclude -Isrc -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/python2.5 -c src/pseudodc.cpp -o build-gtk2.unicode/temp.linux-i686-2.5/src/pseudodc.o -pthread -O3
  98. In file included from src/pseudodc.cpp:17:
  99. include/wx/wxPython/wxPython.h: In function ‘âool wxPyCoreAPI_IMPORT()’º
  100. include/wx/wxPython/wxPython.h:39: warning: deprecated conversion from string constant to ‘ãhar*’
  101. include/wx/wxPython/wxPython.h:39: warning: deprecated conversion from string constant to ‘ãhar*’
  102. gcc -pthread -fno-strict-aliasing -DNDEBUG -O3 -march=i486 -mtune=i686 -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -Iinclude -Isrc -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/python2.5 -c src/gtk/_gdi_wrap.cpp -o build-gtk2.unicode/temp.linux-i686-2.5/src/gtk/_gdi_wrap.o -pthread -O3
  103. In file included from src/gtk/_gdi_wrap.cpp:2737:
  104. include/wx/wxPython/wxPython.h: In function ‘âool wxPyCoreAPI_IMPORT()’º
  105. include/wx/wxPython/wxPython.h:39: warning: deprecated conversion from string constant to ‘ãhar*’
  106. include/wx/wxPython/wxPython.h:39: warning: deprecated conversion from string constant to ‘ãhar*’
  107. src/gtk/_gdi_wrap.cpp: In function ‘ÐyObject* _wrap_new_GnomePrintDC(PyObject*, PyObject*, PyObject*)’º
  108. src/gtk/_gdi_wrap.cpp:25351: error: ‘÷xGnomePrintDC’ was not declared in this scope
  109. src/gtk/_gdi_wrap.cpp:25351: error: ‘òesult’ was not declared in this scope
  110. src/gtk/_gdi_wrap.cpp:25370: error: expected primary-expression before ‘©â€™ token
  111. src/gtk/_gdi_wrap.cpp:25370: error: expected `;' before ‘îew’
  112. src/gtk/_gdi_wrap.cpp: In function ‘ÐyObject* _wrap_GnomePrintDC_SetResolution(PyObject*, PyObject*, PyObject*)’º
  113. src/gtk/_gdi_wrap.cpp:25399: error: ‘÷xGnomePrintDC’ has not been declared
  114. src/gtk/_gdi_wrap.cpp: In function ‘ÐyObject* _wrap_GnomePrintDC_GetResolution(PyObject*, PyObject*)’º
  115. src/gtk/_gdi_wrap.cpp:25417: error: ‘÷xGnomePrintDC’ was not declared in this scope
  116. src/gtk/_gdi_wrap.cpp:25417: error: expected `;' before ‘º:’ token
  117. src/gtk/_gdi_wrap.cpp: In function ‘ÐyObject* _wrap_PenList_AddPen(PyObject*, PyObject*, PyObject*)’º
  118. src/gtk/_gdi_wrap.cpp:32373: warning: ‘ÁddPen’ is deprecated (declared at /usr/include/wx-2.8/wx/gdicmn.h:516)
  119. src/gtk/_gdi_wrap.cpp: In function ‘ÐyObject* _wrap_PenList_RemovePen(PyObject*, PyObject*, PyObject*)’º
  120. src/gtk/_gdi_wrap.cpp:32411: warning: ‘ÒemovePen’ is deprecated (declared at /usr/include/wx-2.8/wx/gdicmn.h:517)
  121. src/gtk/_gdi_wrap.cpp: In function ‘ÐyObject* _wrap_BrushList_AddBrush(PyObject*, PyObject*, PyObject*)’º
  122. src/gtk/_gdi_wrap.cpp:32504: warning: ‘ÁddBrush’ is deprecated (declared at /usr/include/wx-2.8/wx/gdicmn.h:526)
  123. src/gtk/_gdi_wrap.cpp: In function ‘ÐyObject* _wrap_BrushList_RemoveBrush(PyObject*, PyObject*, PyObject*)’º
  124. src/gtk/_gdi_wrap.cpp:32542: warning: ‘ÒemoveBrush’ is deprecated (declared at /usr/include/wx-2.8/wx/gdicmn.h:527)
  125. src/gtk/_gdi_wrap.cpp: In function ‘ÐyObject* _wrap_FontList_AddFont(PyObject*, PyObject*, PyObject*)’º
  126. src/gtk/_gdi_wrap.cpp:32694: warning: ‘ÁddFont’ is deprecated (declared at /usr/include/wx-2.8/wx/gdicmn.h:539)
  127. src/gtk/_gdi_wrap.cpp: In function ‘ÐyObject* _wrap_FontList_RemoveFont(PyObject*, PyObject*, PyObject*)’º
  128. src/gtk/_gdi_wrap.cpp:32732: warning: ‘ÒemoveFont’ is deprecated (declared at /usr/include/wx-2.8/wx/gdicmn.h:540)
  129. src/gtk/_gdi_wrap.cpp: In function ‘öoid* _p_wxGnomePrintDCTo_p_wxDC(void*)’º
  130. src/gtk/_gdi_wrap.cpp:39961: error: ‘÷xGnomePrintDC’ was not declared in this scope
  131. src/gtk/_gdi_wrap.cpp:39961: error: expected primary-expression before ‘öoid’
  132. src/gtk/_gdi_wrap.cpp:39961: error: expected `)' before ‘öoid’
  133. src/gtk/_gdi_wrap.cpp: In function ‘öoid* _p_wxGnomePrintDCTo_p_wxObject(void*)’º
  134. src/gtk/_gdi_wrap.cpp:40165: error: ‘÷xGnomePrintDC’ was not declared in this scope
  135. src/gtk/_gdi_wrap.cpp:40165: error: expected primary-expression before ‘öoid’
  136. src/gtk/_gdi_wrap.cpp:40165: error: expected `)' before ‘öoid’
  137. error: command 'gcc' failed with exit status 1

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post