• 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 ... 99 100 101 102 103 ... 111 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-04-2009, 05:27 AM
#1
cbz
Unregistered
 
Use this thread for post solution for fix errors and warning in Linux build


For a Debian Etch use this packages
* subversion 1.5.1dfsg1-4 Etch
* scons 1.2.0-2 Testing
* g++ 4:4.3.2-2 Etch
* wx2.8-headers 2.8.10.1-0 wxWidgets Etch
* libwxbase2.8-0 2.8.10.1-0 wxWidgets Etch
* libwxbase2.8-dbg (optional) 2.8.10.1-0 wxWidgets Etch
* libwxbase2.8-dev 2.8.10.1-0 wxWidgets Etch
* libwxgtk2.8-0 2.8.10.1-0 wxWidgets Etch
* libwxgtk2.8-dbg (optional) 2.8.10.1-0 wxWidgets Etch
* libwxgtk2.8-dev 2.8.10.1-0 wxWidgets Etch
* libsdl1.2-dev
* nvidia-cg-toolkit
* libbluetooth-dev (optional)
* libxxf86vm1-dbg (optional)
* libxxf86vm-dev
* libxext6-dbg
* libxext-dev (optional)
* libglew1.5-dev
* libcairo2-dbg
* libcairo2-dev (optional)
* libao2
* libao-dev
Reply
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 »


  • 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