Compiling on Fedora 7 x64
Posted: 09 Sep 2007, 22:59
I am having this problem when I run scons configure on a 64 bit install of Fedora 7. It is acting like I don't have any of the dependencies, but I am positive that I have all of them installed.
All of the files it says it can't find are in /usr/include except jni.h, which is at the path it found for java at the top. I also can't see any errors in config.log. Spring 0.75b2 compiled fine in Fedora 6 x64, but it won't in Fedora 7. Does anybody have any ideas?
Thanks,
Syndr
Code: Select all
$ scons configure
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.4
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 Java... /usr/java/latest/include
Checking headers and libraries
Checking for C++ header file GL/gl.h... no
Could not find one of these headers: ['GL/gl.h']
Checking for C++ header file GL/glew.h... no
Could not find one of these headers: ['GL/glew.h']
Checking for C++ header file GL/glu.h... no
Could not find one of these headers: ['GL/glu.h']
Checking for C++ header file IL/il.h... no
Could not find one of these headers: ['IL/il.h']
Checking for C++ header file IL/ilu.h... no
Could not find one of these headers: ['IL/ilu.h']
Checking for C++ header file SDL/SDL.h... no
Checking for C++ header file SDL11/SDL.h... no
Could not find one of these headers: ['SDL/SDL.h', 'SDL11/SDL.h']
Checking for C++ header file boost/cstdint.hpp... no
Could not find one of these headers: ['boost/cstdint.hpp']
Checking for C++ header file boost/regex.hpp... no
Could not find one of these headers: ['boost/regex.hpp']
Checking for C++ header file boost/thread.hpp... no
Could not find one of these headers: ['boost/thread.hpp']
Checking for C++ header file ft2build.h... no
Could not find one of these headers: ['ft2build.h']
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... no
Could not find one of these headers: ['AL/al.h']
Checking for C++ header file Python.h... no
Could not find one of these headers: ['Python.h']
Checking for C++ header file zlib.h... no
Could not find one of these headers: ['zlib.h']
Not all tests finished succesfully. You are probably missing one of the
build dependencies. See config.log for details.
Thanks,
Syndr