Issues on Kubuntu feisty amd64
Posted: 27 Jul 2007, 20:16
Ok, I was so looking foward to play Spring and it's mod, but I ran into multiple problems :S. I'm running Kubuntu 7.04 amd64.
First I tried compiling from source, version 0.75b2.
- When I do "scons configure" I get this:
Funny thing I installed all the dependencies from the setup guide, so I don't know the one I'm missing.
Then I tried installing a deb file I found in the forum, it was a i386 version though. I had to force the installation with:
when I run the game I get this error:
I even tried:
Well.. I had similar issues with another game and I just copied the "libSDL-1.2.so.0" file to game directory, but this time it doesn't seem to work.
I'm just newbie in the linux front but I'm willing to learn, so if someone has any suggestions so I can solve this problem so I can finally play Spring.
Thx in advance.
PS. I also tried playing the windows version with Wine, but I ran into another problem, I saw a post pointing there is a regretion in Wine, so I didn't paste that error here.
First I tried compiling from source, version 0.75b2.
- When I do "scons configure" I get this:
Code: Select all
scons: Reading SConscript files ...
Now configuring. If something fails, consult `config.log' for details.
Detected platform : linux
Checking gcc version... 4.1.2
profiling NOT enabled, debugging NOT enabled, level 2 optimizing enabled
Configuring spring
Checking for zip... Zip 2.32 found
Checking for Freetype2...
Checking for freetype-config... /usr/bin/freetype-config
Checking for Freetype >= 2.0.0... 2.2.1
Checking for SDL...
Checking for sdl-config... /usr/bin/sdl-config
Checking for LibSDL >= 1.2.0... 1.2.11
Checking for OpenAL...
Checking for openal-config... /usr/bin/openal-config
Checking for Python 2.5...
Guessing Python include path... /usr/include/python2.5
Checking for Python 2.4...
Guessing Python include path... /usr/include/python2.4
Checking for Java... not found
Guessing Java include path... /usr/include/java
Checking headers and libraries
Checking for C++ header file GL/gl.h... yes
Checking for C library GL... yes
Checking for C++ header file GL/glew.h... yes
Checking for C library GLEW... yes
Checking for C++ header file GL/glu.h... yes
Checking for C library GLU... yes
Checking for C++ header file IL/il.h... yes
Checking for C library IL... yes
Checking for C++ header file IL/ilu.h... yes
Checking for C library ILU... yes
Checking for C++ header file SDL/SDL.h... yes
Checking for C library SDL... yes
Checking for C++ header file boost/cstdint.hpp... yes
Checking for C++ header file boost/regex.hpp... yes
Checking for C library boost_regex-gcc-mt... no
Checking for C library boost_regex-mt... no
Checking for C library boost_regex-gcc... no
Checking for C library boost_regex... yes
Checking for C++ header file boost/thread.hpp... yes
Checking for C library boost_thread-gcc-mt... no
Checking for C library boost_thread-mt... no
Checking for C library boost_thread-gcc... no
Checking for C library boost_thread... yes
Checking for C++ header file ft2build.h... yes
Checking for C library freetype... yes
Checking for C++ header file jni.h... no
Could not find one of these headers: ['jni.h']
Checking for C++ header file AL/al.h... yes
Checking for C library openal... yes
Checking for C++ header file Python.h... yes
Checking for C library python2.5... yes
Checking for C++ header file zlib.h... yes
Checking for C library z... yes
Not all tests finished succesfully. You are probably missing one of the
build dependencies. See config.log for details.
Then I tried installing a deb file I found in the forum, it was a i386 version though. I had to force the installation with:
Code: Select all
sudo dpkg -i --force-architecture spring_0.75~b2-1_i386.deb
Code: Select all
spring: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory
Code: Select all
linux32 spring
I'm just newbie in the linux front but I'm willing to learn, so if someone has any suggestions so I can solve this problem so I can finally play Spring.
Thx in advance.
PS. I also tried playing the windows version with Wine, but I ran into another problem, I saw a post pointing there is a regretion in Wine, so I didn't paste that error here.