Emulator Issues #1286
closedCan not compile under Linux
0%
Description
What steps will reproduce the problem?
1.checkout
2.build with scons
What is the expected output? What do you see instead?
Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp:217: error:
'glBindFramebufferEXT' was not declared in this scope
Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp:223: error:
'glBlitFramebufferEXT' was not declared in this scope
Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp: In member
function 'GLuint FramebufferManager::GetEFBDepthTexture(const
EFBRectangle&) const':
Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp:247: error:
'glBindFramebufferEXT' was not declared in this scope
Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp:253: error:
'glBlitFramebufferEXT' was not declared in this scope
Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp: In member
function 'void FramebufferManager::copyToVirtualXFB(u32, u32, u32, const
EFBRectangle&)':
Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp:361: warning:
comparison between signed and unsigned integer expressions
Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp:381: error:
'glBindFramebufferEXT' was not declared in this scope
Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp:393: error:
'glBindFramebufferEXT' was not declared in this scope
Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp:397: error:
'glFramebufferTexture2DEXT' was not declared in this scope
Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp:404: error:
'glBlitFramebufferEXT' was not declared in this scope
What version of the product are you using? On what operating system?
GCC 4.4.1
Archlinux i686