Anyhow, the output of "scons configure" is here:
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.31 found
Checking for Freetype2...
Checking for freetype-config... /usr/bin/freetype-config
Checking for Freetype >= 2.0.0... 2.3.5
Checking for SDL...
Checking for sdl-config... /usr/bin/sdl-config
Checking for LibSDL >= 1.2.0... 1.2.13
Checking for OpenAL...
Checking for openal-config... /usr/bin/openal-config
Checking for Ogg headers...
Guessing ogg include path... /usr/include/ogg
Checking for Vorbis(-file) headers...
Guessing vorbisfile include path... /usr/include/vorbis
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... /usr/lib/jvm/java/include
Checking headers and libraries
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... no
Could not find one of these libraries: ['boost_regex-gcc-mt', 'boost_regex-mt', 'boost_regex-gcc', 'boost_regex']
Checking for C++ header file boost/serialization/split_member.hpp... 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... no
Could not find one of these libraries: ['boost_thread-gcc-mt', 'boost_thread-mt', 'boost_thread-gcc', 'boost_thread']
Checking for C++ header file GL/gl.h... yes
Checking for C library GL... no
Checking for C library opengl32... no
Could not find one of these libraries: ['GL', 'opengl32']
Checking for C++ header file GL/glu.h... yes
Checking for C library GLU... no
Checking for C library glu32... no
Could not find one of these libraries: ['GLU', 'glu32']
Checking for C++ header file GL/glew.h... yes
Checking for C library GLEW... no
Checking for C library glew32... no
Could not find one of these libraries: ['GLEW', 'glew32']
Checking for C++ header file zlib.h... yes
Checking for C library z... no
Could not find one of these libraries: ['z']
Checking for C++ header file ft2build.h... yes
Checking for C library freetype... no
Could not find one of these libraries: ['freetype']
Checking for C++ header file IL/il.h... yes
Checking for C library IL... no
Checking for C library devil... no
Could not find one of these libraries: ['IL', 'devil']
Checking for C++ header file IL/ilu.h... yes
Checking for C library ILU... no
Checking for C library ilu... no
Could not find one of these libraries: ['ILU', 'ilu']
Checking for C++ header file AL/al.h... yes
Checking for C library openal... no
Checking for C library openal32... no
Could not find one of these libraries: ['openal', 'openal32']
Checking for C++ header file vorbis/vorbisfile.h... yes
Checking for C library vorbisfile... no
Could not find one of these libraries: ['vorbisfile']
Checking for C library vorbis... no
Could not find one of these libraries: ['vorbis']
Checking for C++ header file ogg/ogg.h... yes
Checking for C library ogg... no
Could not find one of these libraries: ['ogg']
Checking for C++ header file SDL/SDL.h... yes
Checking for C library SDL... no
Checking for C library SDL-1.1... no
Could not find one of these libraries: ['SDL', 'SDL-1.1']
Checking for C++ header file Python.h... yes
Checking for C library python2.5... no
Checking for C library python25... no
Checking for C library python2.4... no
Checking for C library python24... no
Could not find one of these libraries: ['python2.5', 'python25', 'python2.4', 'python24']
Checking for C++ header file jni.h... yes
Not all tests finished succesfully. You are probably missing one of the
build dependencies. See config.log for details.