Advertisement
Guest User

mastro

a guest
Nov 16th, 2007
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. /bin/bash ../../libtool --tag=CXX --mode=compile i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I../../src/include -I../../src/include/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/wxFlatNotebook/include -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT loggers.lo -MD -MP -MF .deps/loggers.Tpo -c -o loggers.lo loggers.cpp
  2. i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I../../src/include -I../../src/include/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/wxFlatNotebook/include -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT loggers.lo -MD -MP -MF .deps/loggers.Tpo -c loggers.cpp -fPIC -DPIC -o .libs/loggers.o
  3. ../../src/include/loggers.h:39: error: 'wxTextAttr' does not name a type
  4. loggers.cpp: In member function 'virtual bool TextCtrlLogger::IsEmpty()':
  5. loggers.cpp:15: error: invalid use of undefined type 'struct wxTextCtrl'
  6. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  7. loggers.cpp: In member function 'virtual void TextCtrlLogger::CopyContentsToClipboard(bool)':
  8. loggers.cpp:23: error: invalid use of undefined type 'struct wxTextCtrl'
  9. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  10. loggers.cpp:23: error: invalid use of undefined type 'struct wxTextCtrl'
  11. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  12. loggers.cpp: In member function 'virtual void TextCtrlLogger::UpdateSettings()':
  13. loggers.cpp:33: error: invalid use of undefined type 'struct wxTextCtrl'
  14. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  15. loggers.cpp:56: error: 'style' was not declared in this scope
  16. loggers.cpp:57: error: 'wxTEXT_ALIGNMENT_DEFAULT' was not declared in this scope
  17. loggers.cpp:65: error: 'style' was not declared in this scope
  18. loggers.cpp:65: error: 'wxTEXT_ALIGNMENT_CENTRE' was not declared in this scope
  19. loggers.cpp: In member function 'virtual void TextCtrlLogger::Append(const wxString&, Logger::level)':
  20. loggers.cpp:92: error: invalid use of undefined type 'struct wxTextCtrl'
  21. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  22. loggers.cpp:92: error: 'style' was not declared in this scope
  23. loggers.cpp:93: error: invalid use of undefined type 'struct wxTextCtrl'
  24. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  25. loggers.cpp:95: error: invalid use of undefined type 'struct wxTextCtrl'
  26. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  27. loggers.cpp:96: error: invalid use of undefined type 'struct wxTextCtrl'
  28. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  29. loggers.cpp:98: error: invalid use of undefined type 'struct wxTextCtrl'
  30. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  31. loggers.cpp:99: error: invalid use of undefined type 'struct wxTextCtrl'
  32. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  33. loggers.cpp:103: error: invalid use of undefined type 'struct wxTextCtrl'
  34. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  35. loggers.cpp:103: error: 'style' was not declared in this scope
  36. loggers.cpp:104: error: invalid use of undefined type 'struct wxTextCtrl'
  37. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  38. loggers.cpp: In member function 'virtual void TextCtrlLogger::Clear()':
  39. loggers.cpp:112: error: invalid use of undefined type 'struct wxTextCtrl'
  40. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  41. loggers.cpp: In member function 'virtual wxWindow* TextCtrlLogger::CreateControl(wxWindow*)':
  42. loggers.cpp:118: error: 'wxTE_MULTILINE' was not declared in this scope
  43. loggers.cpp:118: error: 'wxTE_READONLY' was not declared in this scope
  44. loggers.cpp:118: error: 'wxTE_RICH' was not declared in this scope
  45. loggers.cpp:118: error: 'wxTE_NOHIDESEL' was not declared in this scope
  46. loggers.cpp:118: error: 'wxTE_AUTO_URL' was not declared in this scope
  47. loggers.cpp:118: error: invalid use of undefined type 'struct wxTextCtrl'
  48. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  49. loggers.cpp:119: error: cannot convert 'wxTextCtrl*' to 'wxWindow*' in return
  50. loggers.cpp: In member function 'virtual void TimestampTextCtrlLogger::Append(const wxString&, Logger::level)':
  51. loggers.cpp:131: error: invalid use of undefined type 'struct wxTextCtrl'
  52. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  53. loggers.cpp:131: error: 'style' was not declared in this scope
  54. loggers.cpp:132: error: invalid use of undefined type 'struct wxTextCtrl'
  55. /usr/include/wx-2.6/wx/generic/treectlg.h:36: error: forward declaration of 'struct wxTextCtrl'
  56. make[4]: *** [loggers.lo] Error 1
  57. make[4]: Leaving directory `/home/daniele/dainstallare/codeblocks-1.0svn4639/src/sdk'
  58. make[3]: *** [all-recursive] Error 1
  59. make[3]: Leaving directory `/home/daniele/dainstallare/codeblocks-1.0svn4639/src/sdk'
  60. make[2]: *** [all-recursive] Error 1
  61. make[2]: Leaving directory `/home/daniele/dainstallare/codeblocks-1.0svn4639/src'
  62. make[1]: *** [all-recursive] Error 1
  63. make[1]: Leaving directory `/home/daniele/dainstallare/codeblocks-1.0svn4639'
  64. make: *** [build-stamp] Error 2
  65. debuild: fatal error at line 1228:
  66. debian/rules build failed
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement