I attempted to compile the Dolphin 3.5-2145 on Linux Mint 13 (based on Ubuntu 12.04, so no pre-compiled packages for me), and got the following error after running make:
It seems like the OpenGL plugin won't compile for some reason. I have all dependencies installed, so WTH?
Code:
/home/alec/dolphin-emu/Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp: In constructor ‘OGL::FramebufferManager::FramebufferManager(int, int, int, int)’:
/home/alec/dolphin-emu/Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp:177:20: error: ‘glClearDepthf’ was not declared in this scope
make[2]: *** [Source/Plugins/Plugin_VideoOGL/CMakeFiles/videoogl.dir/Src/FramebufferManager.cpp.o] Error 1
make[1]: *** [Source/Plugins/Plugin_VideoOGL/CMakeFiles/videoogl.dir/all] Error 2
make: *** [all] Error 2
It seems like the OpenGL plugin won't compile for some reason. I have all dependencies installed, so WTH?