• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 105 106 107 108 109 ... 117 Next »

-+- LINUX build -+- Way to fix errors and warning
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
-+- LINUX build -+- Way to fix errors and warning
09-05-2009, 06:24 AM
#2
cbz
Unregistered
 
[RESOLVED in r4178]

Hello

I found some errors in compiling r4174 on a Lenny with DolphinWX/Src/LogWindow.cpp

Source/Core/DolphinWX/Src/LogWindow.cpp:280: warning: 'virtual bool wxSizer::Remove(wxWindow*)' is deprecated (declared at /usr/include/wx-2.8/wx/sizer.h:513)

line 280 :
sRight->Remove(m_Log);
see to replace by :
sRight->Detach(m_Log);
source : wxSizer Class Reference

Source/Core/DolphinWX/Src/LogWindow.cpp:75: error: 'class wxRadioBox' has no member named 'SetButtonFont'

line 75 :
m_verbosity->SetButtonFont(wxFont(7, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL));
see to replace by :
m_verbosity->SetFont(wxFont(7, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL));
source : wxWindows 2 Change Log
Reply
« Next Oldest | Next Newest »


Messages In This Thread
-+- LINUX build -+- Way to fix errors and warning - cbz - 09-04-2009, 05:27 AM
RE: -+- LINUX build -+- Way to fix errors and warning - cbz - 09-05-2009, 06:24 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode