OpenGL support in scummvm-1.3.0

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
User avatar
topolinik
Posts: 84
Joined: Tue Mar 27, 2007 9:08 am
Location: Italy

OpenGL support in scummvm-1.3.0

Post by topolinik »

What do I need in order to build latest scummvm by myself with opengl support?
configure doesn't detect it (while residual's one actually can), which libraries have I to install?
fuzzie
ScummVM Developer
Posts: 178
Joined: Mon May 24, 2010 3:02 pm

Re: OpenGL support in scummvm-1.3.0

Post by fuzzie »

topolinik wrote:What do I need in order to build latest scummvm by myself with opengl support?
configure doesn't detect it (while residual's one actually can), which libraries have I to install?
OpenGL isn't supported yet due to various problems, so it was disabled in the scummvm-1.3.0 release. If that's your problem, you can try manually specifying --enable-opengl (but obviously we're not encouraging that, ideally use master if you want to test experimental features). If you're already using master, I guess the failing line of config.log might help?
User avatar
topolinik
Posts: 84
Joined: Tue Mar 27, 2007 9:08 am
Location: Italy

Post by topolinik »

Ah, ok, so I will keep it disabled. Thank you.
I already took a look at config.log but no help found :(

Code: Select all

$ cat config.log |grep -i gl
g++ -s -O3  -g ./scummvm-conf.cpp -o ./scummvm-conf -Wglobal-constructors
cc1plus: error: unrecognized command line option "-Wglobal-constructors"
$
Post Reply