Emulator Issues #1361
closed[Linux x86_64] Compilation error
0%
Description
What steps will reproduce the problem?
- Fetch latest source
- Compile
3.
What is the expected output? What do you see instead?
Expected output: A working binary.
Actual output: error message:
Source/Core/DolphinWX/Src/LogWindow.h: In constructor
'CLogWindow::CLogWindow(CFrame*, wxWindowID, const wxString&, const
wxPoint&, const wxSize&, long int)':
Source/Core/DolphinWX/Src/LogWindow.h:87: warning:
'CLogWindow::m_LogSection' will be initialized after
Source/Core/DolphinWX/Src/LogWindow.h:75: warning: 'wxTextCtrl*
CLogWindow::m_Log'
Source/Core/DolphinWX/Src/LogWindow.cpp:47: warning: when initialized here
Source/Core/DolphinWX/Src/LogWindow.cpp: In member function 'void
CLogWindow::CreateGUIControls()':
Source/Core/DolphinWX/Src/LogWindow.cpp:75: error: 'class wxRadioBox' has
no member named 'SetButtonFont'
Source/Core/DolphinWX/Src/LogWindow.cpp: In member function 'void
CLogWindow::UnPopulateRight()':
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)
scons: ***
[Build/Linux-x86_64-release/Source/Core/DolphinWX/Src/LogWindow.o] Error 1
scons: building terminated because of errors.
What version of the product are you using? On what operating system?
Revision: 4172.
Operating system: Gentoo GNU/Linux x86_64
Updated by unmacaque about 15 years ago
Another error trying to compile r4208 on Ubuntu 9.04 64 bit.
Source/Core/DolphinWX/Src/Frame.h: In constructor 'CFrame::CFrame(wxFrame*,
wxWindowID, const wxString&, const wxPoint&, const wxSize&, bool, bool, long int)':
Source/Core/DolphinWX/Src/Frame.h:182: warning: 'CFrame::m_LogWindow' will be
initialized after
Source/Core/DolphinWX/Src/Frame.h:71: warning: 'wxMenuBar* CFrame::m_MenuBar'
Source/Core/DolphinWX/Src/Frame.cpp:325: warning: when initialized here
Source/Core/DolphinWX/Src/Frame.h:186: warning: 'CFrame::m_bNoDocking' will be
initialized after
Source/Core/DolphinWX/Src/Frame.h:75: warning: 'bool CFrame::bRenderToMain'
Source/Core/DolphinWX/Src/Frame.cpp:325: warning: when initialized here
Source/Core/DolphinWX/Src/Frame.cpp:391: error: 'wxAUI_MGR_LIVE_RESIZE' was not
declared in this scope
Source/Core/DolphinWX/Src/Frame.cpp:394: warning: declaration of 'aNormalFile'
shadows a member of 'this'
scons: *** [Build/Linux-x86_64-release/Source/Core/DolphinWX/Src/Frame.o] Error 1
scons: building terminated because of errors.
Updated by shallwebr about 15 years ago
the same error here:
Source/Core/DolphinWX/Src/Frame.h:182: warning: 'CFrame::m_LogWindow' will be
initialized after
Source/Core/DolphinWX/Src/Frame.h:71: warning: 'wxMenuBar* CFrame::m_MenuBar'
Source/Core/DolphinWX/Src/Frame.cpp:327: warning: when initialized here
Source/Core/DolphinWX/Src/Frame.h:186: warning: 'CFrame::m_bNoDocking' will be
initialized after
Source/Core/DolphinWX/Src/Frame.h:75: warning: 'bool CFrame::bRenderToMain'
Source/Core/DolphinWX/Src/Frame.cpp:327: warning: when initialized here
Source/Core/DolphinWX/Src/Frame.cpp:393: error: 'wxAUI_MGR_LIVE_RESIZE' was not
declared in this scope
Source/Core/DolphinWX/Src/Frame.cpp:396: warning: declaration of 'aNormalFile'
shadows a member of 'this'
scons: *** [Build/Linux-i686-release/Source/Core/DolphinWX/Src/Frame.o] Error 1
scons: building terminated because of errors.
Revision: 4221
System: Ubuntu 9.04 32bit
Updated by nakeee about 15 years ago
please make new issues for new errors..
Anyhow, this seems as you have wxgtk older than 2.8.9 upgrade to newer version and it
should work
Updated by Anonymous over 13 years ago
- Status changed from New to Fixed
Ignore this...Status:Verified was removed, changing to Fixed