You are not logged in.
Pages: 1
I am trying to install dolphin-emu from AUR and when I do, it fails to build and I get the error message:
CMake Error at CMakeLists.txt:235 (message):
GLU is required but not foundNote: It does find libGL.so
I tried manually cloning the git repo and I get the same error when trying to build it.
I have spend hours searching Google to no avail. I have freeglut, nvidia-utils, etc all installed. I found a fix for Ubuntu which was to install the freeglut3-dev package, but that doesn't seem to exist on Arch (or maybe it is just installed with freeglut?)
Any ideas? Thanks!
Last edited by DanB91 (2012-11-26 14:31:44)
Offline
they seem to say here that you have to set OPENGL_INCLUDE_DIR
Offline
they seem to say here that you have to set OPENGL_INCLUDE_DIR
Thanks for the reply! The comment you seem to be referring to doesn't seem to be the problem, though. CMake can find the OpenGL directory and the OpenGL library (libGL.so).
Last edited by DanB91 (2012-11-19 00:47:49)
Offline
bump
Offline
https://wiki.archlinux.org/index.php/Fo … te#Bumping
I actually am now not going to read the thread because this bothers me.
Offline
I apologize for not following this forum's rules. Thanks for letting me know. I was able to solve the problem by simply reinstalling libglu again.
Offline
Pages: 1