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 support in scummvm-1.3.0
Moderator: ScummVM Team
Re: OpenGL support in scummvm-1.3.0
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?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?
Ah, ok, so I will keep it disabled. Thank you.
I already took a look at config.log but no help found
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"
$