Advertisement
skippyV

wxHexEditor compile problem

Oct 23rd, 2012
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.75 KB | None | 0 0
  1. $ make OPTFLAGS="-fopenmp"
  2. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/HexEditorGui.cpp -o src/HexEditorGui.o
  3. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/FAL.cpp -o src/FAL.o
  4. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/HexDialogs.cpp -o src/HexDialogs.o
  5. src/HexDialogs.cpp: In function ‘void SetStackLimit()’:
  6. src/HexDialogs.cpp:47:51: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘rlimit’ [-Wformat]
  7. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/HexPanels.cpp -o src/HexPanels.o
  8. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/HexEditorApp.cpp -o src/HexEditorApp.o
  9. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/HexEditor.cpp -o src/HexEditor.o
  10. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/HexEditorCtrl/HexEditorCtrl.cpp -o src/HexEditorCtrl/HexEditorCtrl.o
  11. src/HexEditorCtrl/HexEditorCtrl.cpp: In member function ‘bool HexEditorCtrl::LoadTAGS(wxFileName)’:
  12. src/HexEditorCtrl/HexEditorCtrl.cpp:781:77: warning: ‘wxString wxXmlNode::GetPropVal(const wxString&, const wxString&) const’ is deprecated (declared at /usr/local/include/wx-2.9/wx/xml/xml.h:228) [-Wdeprecated-declarations]
  13. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/HexEditorCtrl/wxHexCtrl/TagDialogGui.cpp -o src/HexEditorCtrl/wxHexCtrl/TagDialogGui.o
  14. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/HexEditorCtrl/wxHexCtrl/wxHexCtrl.cpp -o src/HexEditorCtrl/wxHexCtrl/wxHexCtrl.o
  15. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/HexEditorCtrl/wxHexCtrl/Tag.cpp -o src/HexEditorCtrl/wxHexCtrl/Tag.o
  16. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/HexEditorCtrl/HexEditorCtrlGui.cpp -o src/HexEditorCtrl/HexEditorCtrlGui.o
  17. `wx-config --cxx` `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c -fopenmp src/HexEditorFrame.cpp -o src/HexEditorFrame.o
  18. `wx-config --cxx` src/HexEditorGui.o src/FAL.o src/HexDialogs.o src/HexPanels.o src/HexEditorApp.o src/HexEditor.o src/HexEditorCtrl/HexEditorCtrl.o src/HexEditorCtrl/wxHexCtrl/TagDialogGui.o src/HexEditorCtrl/wxHexCtrl/wxHexCtrl.o src/HexEditorCtrl/wxHexCtrl/Tag.o src/HexEditorCtrl/HexEditorCtrlGui.o src/HexEditorFrame.o udis86/libudis86/.libs/libudis86.a mhash/lib/.libs/libmhash.a `wx-config --libs` -lgomp -o wxHexEditor
  19. src/HexEditorGui.o: In function `HexEditorGui::HexEditorGui(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long)':
  20. HexEditorGui.cpp:(.text+0x7843): undefined reference to `vtable for wxAuiNotebook'
  21. HexEditorGui.cpp:(.text+0x7850): undefined reference to `vtable for wxAuiNotebook'
  22. HexEditorGui.cpp:(.text+0x7858): undefined reference to `wxAuiManager::wxAuiManager(wxWindow*, unsigned int)'
  23. HexEditorGui.cpp:(.text+0x7867): undefined reference to `wxAuiTabContainer::wxAuiTabContainer()'
  24. HexEditorGui.cpp:(.text+0x78af): undefined reference to `wxAuiNotebook::Init()'
  25. HexEditorGui.cpp:(.text+0x78d0): undefined reference to `wxAuiNotebook::Create(wxWindow*, int, wxPoint const&, wxSize const&, long)'
  26. HexEditorGui.cpp:(.text+0x8bd3): undefined reference to `wxAuiTabContainer::~wxAuiTabContainer()'
  27. HexEditorGui.cpp:(.text+0x8bdb): undefined reference to `wxAuiManager::~wxAuiManager()'
  28. src/HexEditorFrame.o: In function `HexEditorFrame::~HexEditorFrame()':
  29. HexEditorFrame.cpp:(.text+0x65c): undefined reference to `wxEVT_COMMAND_AUINOTEBOOK_PAGE_CHANGED'
  30. HexEditorFrame.cpp:(.text+0x6c5): undefined reference to `wxEVT_COMMAND_AUINOTEBOOK_TAB_MIDDLE_UP'
  31. src/HexEditorFrame.o: In function `HexEditorFrame::OnViewMenu(wxCommandEvent&)':
  32. HexEditorFrame.cpp:(.text+0xbb0): undefined reference to `wxAuiManager::Update()'
  33. HexEditorFrame.cpp:(.text+0xd38): undefined reference to `wxAuiManager::GetPane(wxWindow*)'
  34. src/HexEditorFrame.o: In function `HexEditorFrame::OnUpdateUI(wxUpdateUIEvent&)':
  35. HexEditorFrame.cpp:(.text+0x1a16): undefined reference to `wxAuiManager::GetPane(wxWindow*)'
  36. HexEditorFrame.cpp:(.text+0x1a32): undefined reference to `wxAuiManager::Update()'
  37. HexEditorFrame.cpp:(.text+0x2179): undefined reference to `wxAuiToolBar::EnableTool(int, bool)'
  38. HexEditorFrame.cpp:(.text+0x220d): undefined reference to `wxAuiToolBar::EnableTool(int, bool)'
  39. HexEditorFrame.cpp:(.text+0x238b): undefined reference to `wxAuiToolBar::EnableTool(int, bool)'
  40. HexEditorFrame.cpp:(.text+0x23b3): undefined reference to `wxAuiToolBar::EnableTool(int, bool)'
  41. HexEditorFrame.cpp:(.text+0x23db): undefined reference to `wxAuiToolBar::EnableTool(int, bool)'
  42. HexEditorFrame.cpp:(.text+0x25d9): undefined reference to `wxAuiManager::GetPane(wxWindow*)'
  43. HexEditorFrame.cpp:(.text+0x25f5): undefined reference to `wxAuiManager::Update()'
  44. HexEditorFrame.cpp:(.text+0x26a2): undefined reference to `wxAuiToolBar::EnableTool(int, bool)'
  45. HexEditorFrame.cpp:(.text+0x26c3): undefined reference to `wxAuiToolBar::EnableTool(int, bool)'
  46. HexEditorFrame.cpp:(.text+0x279e): undefined reference to `wxAuiToolBar::EnableTool(int, bool)'
  47. HexEditorFrame.cpp:(.text+0x282d): undefined reference to `wxAuiToolBar::EnableTool(int, bool)'
  48. HexEditorFrame.cpp:(.text+0x28c1): undefined reference to `wxAuiToolBar::EnableTool(int, bool)'
  49. src/HexEditorFrame.o:HexEditorFrame.cpp:(.text+0x2c1c): more undefined references to `wxAuiToolBar::EnableTool(int, bool)' follow
  50. src/HexEditorFrame.o: In function `HexEditorFrame::OpenFile(wxFileName)':
  51. HexEditorFrame.cpp:(.text+0x2fbc): undefined reference to `wxAuiNotebook::AddPage(wxWindow*, wxString const&, bool, wxBitmap const&)'
  52. src/HexEditorFrame.o: In function `HexEditorFrame::PrepareAUI()':
  53. HexEditorFrame.cpp:(.text+0x3449): undefined reference to `wxAuiManager::wxAuiManager(wxWindow*, unsigned int)'
  54. HexEditorFrame.cpp:(.text+0x3465): undefined reference to `wxAuiSimpleTabArt::wxAuiSimpleTabArt()'
  55. HexEditorFrame.cpp:(.text+0x3474): undefined reference to `wxAuiNotebook::SetArtProvider(wxAuiTabArt*)'
  56. HexEditorFrame.cpp:(.text+0x34cc): undefined reference to `wxAuiManager::AddPane(wxWindow*, wxAuiPaneInfo const&)'
  57. HexEditorFrame.cpp:(.text+0x34d9): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  58. HexEditorFrame.cpp:(.text+0x3520): undefined reference to `wxAuiToolBar::wxAuiToolBar(wxWindow*, int, wxPoint const&, wxSize const&, long)'
  59. HexEditorFrame.cpp:(.text+0x366a): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  60. HexEditorFrame.cpp:(.text+0x3808): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  61. HexEditorFrame.cpp:(.text+0x39a6): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  62. HexEditorFrame.cpp:(.text+0x3b44): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  63. HexEditorFrame.cpp:(.text+0x3ce2): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  64. HexEditorFrame.cpp:(.text+0x3d49): undefined reference to `wxAuiToolBar::AddSeparator()'
  65. HexEditorFrame.cpp:(.text+0x3e8c): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  66. HexEditorFrame.cpp:(.text+0x402a): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  67. HexEditorFrame.cpp:(.text+0x41c8): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  68. HexEditorFrame.cpp:(.text+0x422f): undefined reference to `wxAuiToolBar::AddSeparator()'
  69. HexEditorFrame.cpp:(.text+0x4372): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  70. HexEditorFrame.cpp:(.text+0x4510): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  71. HexEditorFrame.cpp:(.text+0x4577): undefined reference to `wxAuiToolBar::AddSeparator()'
  72. HexEditorFrame.cpp:(.text+0x46ba): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  73. HexEditorFrame.cpp:(.text+0x4858): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  74. HexEditorFrame.cpp:(.text+0x48bf): undefined reference to `wxAuiToolBar::AddSeparator()'
  75. HexEditorFrame.cpp:(.text+0x4a02): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  76. HexEditorFrame.cpp:(.text+0x4ba0): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  77. HexEditorFrame.cpp:(.text+0x4d3e): undefined reference to `wxAuiToolBar::AddTool(int, wxString const&, wxBitmap const&, wxString const&, wxItemKind)'
  78. HexEditorFrame.cpp:(.text+0x4da5): undefined reference to `wxAuiToolBar::Realize()'
  79. HexEditorFrame.cpp:(.text+0x4f02): undefined reference to `wxAuiManager::AddPane(wxWindow*, wxAuiPaneInfo const&)'
  80. HexEditorFrame.cpp:(.text+0x4f0f): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  81. HexEditorFrame.cpp:(.text+0x50a7): undefined reference to `wxAuiManager::AddPane(wxWindow*, wxAuiPaneInfo const&)'
  82. HexEditorFrame.cpp:(.text+0x50b4): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  83. HexEditorFrame.cpp:(.text+0x52ad): undefined reference to `wxAuiManager::AddPane(wxWindow*, wxAuiPaneInfo const&)'
  84. HexEditorFrame.cpp:(.text+0x52ba): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  85. HexEditorFrame.cpp:(.text+0x5492): undefined reference to `wxAuiManager::AddPane(wxWindow*, wxAuiPaneInfo const&)'
  86. HexEditorFrame.cpp:(.text+0x549f): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  87. HexEditorFrame.cpp:(.text+0x57e8): undefined reference to `wxAuiPaneButtonArray::operator=(wxAuiPaneButtonArray const&)'
  88. HexEditorFrame.cpp:(.text+0x5820): undefined reference to `wxAuiPaneInfo::IsValid() const'
  89. HexEditorFrame.cpp:(.text+0x585e): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  90. HexEditorFrame.cpp:(.text+0x58ee): undefined reference to `wxAuiManager::AddPane(wxWindow*, wxAuiPaneInfo const&)'
  91. HexEditorFrame.cpp:(.text+0x58fa): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  92. HexEditorFrame.cpp:(.text+0x5acf): undefined reference to `wxAuiManager::AddPane(wxWindow*, wxAuiPaneInfo const&)'
  93. HexEditorFrame.cpp:(.text+0x5adc): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  94. HexEditorFrame.cpp:(.text+0x5c95): undefined reference to `wxAuiManager::AddPane(wxWindow*, wxAuiPaneInfo const&)'
  95. HexEditorFrame.cpp:(.text+0x5ca2): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  96. HexEditorFrame.cpp:(.text+0x5ffd): undefined reference to `wxAuiPaneButtonArray::operator=(wxAuiPaneButtonArray const&)'
  97. HexEditorFrame.cpp:(.text+0x6dde): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  98. src/HexEditorFrame.o: In function `HexEditorFrame::HexEditorFrame(wxWindow*, int)':
  99. HexEditorFrame.cpp:(.text+0xc728): undefined reference to `wxAuiManager::Update()'
  100. HexEditorFrame.cpp:(.text+0xcaac): undefined reference to `wxEVT_COMMAND_AUINOTEBOOK_PAGE_CHANGED'
  101. HexEditorFrame.cpp:(.text+0xcaf5): undefined reference to `wxEVT_COMMAND_AUINOTEBOOK_TAB_MIDDLE_UP'
  102. src/HexEditorFrame.o: In function `wxAuiPaneInfo::~wxAuiPaneInfo()':
  103. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfoD2Ev[_ZN13wxAuiPaneInfoD5Ev]+0x10): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  104. src/HexEditorFrame.o: In function `wxAuiPaneInfo::wxAuiPaneInfo()':
  105. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfoC2Ev[_ZN13wxAuiPaneInfoC5Ev]+0x2a3): undefined reference to `wxAuiPaneButtonArray::operator=(wxAuiPaneButtonArray const&)'
  106. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfoC2Ev[_ZN13wxAuiPaneInfoC5Ev]+0x2d1): undefined reference to `wxAuiPaneInfo::IsValid() const'
  107. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfoC2Ev[_ZN13wxAuiPaneInfoC5Ev]+0x30b): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  108. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfoC2Ev[_ZN13wxAuiPaneInfoC5Ev]+0x3d9): undefined reference to `wxAuiPaneButtonArray::operator=(wxAuiPaneButtonArray const&)'
  109. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfoC2Ev[_ZN13wxAuiPaneInfoC5Ev]+0x40f): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  110. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfoC2Ev[_ZN13wxAuiPaneInfoC5Ev]+0x43f): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  111. src/HexEditorFrame.o: In function `wxAuiPaneInfo::SetFlag(int, bool)':
  112. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfo7SetFlagEib[wxAuiPaneInfo::SetFlag(int, bool)]+0x195): undefined reference to `wxAuiPaneButtonArray::operator=(wxAuiPaneButtonArray const&)'
  113. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfo7SetFlagEib[wxAuiPaneInfo::SetFlag(int, bool)]+0x1c5): undefined reference to `wxAuiPaneInfo::IsValid() const'
  114. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfo7SetFlagEib[wxAuiPaneInfo::SetFlag(int, bool)]+0x1ff): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  115. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfo7SetFlagEib[wxAuiPaneInfo::SetFlag(int, bool)]+0x2e1): undefined reference to `wxAuiPaneButtonArray::operator=(wxAuiPaneButtonArray const&)'
  116. HexEditorFrame.cpp:(.text._ZN13wxAuiPaneInfo7SetFlagEib[wxAuiPaneInfo::SetFlag(int, bool)]+0x327): undefined reference to `wxAuiPaneButtonArray::~wxAuiPaneButtonArray()'
  117. collect2: ld returned 1 exit status
  118. make: *** [wxHexEditor] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement