Project

General

Profile

Actions

Emulator Issues #1286

closed

Can not compile under Linux

Added by phitau78 almost 15 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

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

Actions #1

Updated by Sonicadvance1 almost 15 years ago

What video drivers do you have installed, what revision?

Actions #2

Updated by lubosz almost 15 years ago

seems that you are missing some opengl extensions. do you have glew / Cg?
please show your upper scons configuration output

Actions #3

Updated by nakeee almost 15 years ago

  • Status changed from New to Invalid

You are missing the gl extension devel files.

Actions

Also available in: Atom PDF