Error(s) When Compiling 0.82.7.1 on Debian Squeeze
Posted: 03 Nov 2011, 04:06
Hello all, back about 2 months ago I was actually able to compile Spring 0.82.7.1 from source on Debian Squeeze (but with no sound). So today I wanted to give it another go on a different system, but same OS (squeeze amd64)
So I ran:
I looked over the section in compiling from source very carefully and as far as I can tell all dependencies are installed. When I run cmake . I get the following error(s): http://pastebin.com/2UGUdX8C
I have done some searching on: "WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead" and found little to nothing as far as solutions, I even found some topics pointing to these forums, but the topic dealt with compiling on a windows system.
Then further below I get:
Please set them or make sure they are set and tested correctly in the CMake files:
OPENGL_gl_LIBRARY (ADVANCED)
linked by target "engine-default" in directory /home/debian0/Desktop/spring_0.82.7.1/rts/builds/default
linked by target "engine-multithreaded" in directory /home/debian0/Desktop/spring_0.82.7.1/rts/builds/GML
I believe to fix this I need to do some linking and or editing of the CMakeLists.txt but am not sure on that, any thoughts/ideas? Did I miss a step somewhere along the way?
Thanks in advance!
So I ran:
Code: Select all
sudo apt-get build-dep spring
I have done some searching on: "WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead" and found little to nothing as far as solutions, I even found some topics pointing to these forums, but the topic dealt with compiling on a windows system.
Then further below I get:
Please set them or make sure they are set and tested correctly in the CMake files:
OPENGL_gl_LIBRARY (ADVANCED)
linked by target "engine-default" in directory /home/debian0/Desktop/spring_0.82.7.1/rts/builds/default
linked by target "engine-multithreaded" in directory /home/debian0/Desktop/spring_0.82.7.1/rts/builds/GML
I believe to fix this I need to do some linking and or editing of the CMakeLists.txt but am not sure on that, any thoughts/ideas? Did I miss a step somewhere along the way?
Thanks in advance!