[quote=“panthere”]bienvenue dan sle club 
Bon installer spring .
2 solution.
1 depuis les sources
2 avec le depot
spring c’est bien compiler.
[/quote]
ben pas moi. j’ai une erreur de compil… help please !!
d’abord, j’execute la commande pour vérifier avant compil : # scons configure debug=yes
[code]scons: Reading SConscript files …
Now configuring. If something fails, consult `config.log’ for details.
Detected platform : linux
Checking gcc version… 4.2.3
profiling NOT enabled, level 3 debugging enabled, optimizing NOT enabled,
Checking configure scripts
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.12
Checking for OpenAL…
Checking for openal-config… /usr/bin/openal-config
Checking for Python 2.4…
Guessing Python include path… /usr/include/python2.4
Checking header files
Checking for C header file zlib.h… (cached) yes
Checking for C header file ft2build.h… (cached) yes
Checking for C header file SDL/SDL.h… (cached) yes
Checking for C header file AL/al.h… (cached) yes
Checking for C header file GL/gl.h… (cached) yes
Checking for C header file GL/glu.h… (cached) yes
Checking for C header file GL/glew.h… (cached) yes
Checking for C++ header file boost/cstdint.hpp… (cached) yes
Checking for C++ header file boost/thread.hpp… (cached) yes
Checking for C++ header file boost/filesystem/path.hpp… (cached) yes
Checking for C++ header file boost/regex.hpp… (cached) yes
Checking for C++ header file boost/spirit.hpp… (cached) yes
Checking for C header file IL/il.h… (cached) yes
Checking libraries
Checking for C library GL… (cached) yes
Checking for C library GLU… (cached) yes
Checking for C library z… (cached) yes
Checking for C library freetype… (cached) yes
Checking for C library openal… (cached) yes
Checking for C library python2.4… (cached) yes
Checking for C library GLEW… (cached) yes
Checking for C library boost_filesystem-gcc-mt… (cached) no
Checking for C library boost_filesystem-mt… (cached) yes
Checking for C library boost_thread-gcc-mt… (cached) no
Checking for C library boost_thread-mt… (cached) yes
Checking for C library boost_regex-gcc-mt… (cached) no
Checking for C library boost_regex-mt… (cached) yes
Checking for C library IL… (cached) yes
Checking for C library SDL… (cached) yes
Everything seems OK. Run `scons’ now to build.
scons: warning: The env.Copy() method is deprecated; use the env.Clone() method instead.
File “/home/fredo/taspring_0.72b1/SConstruct”, line 87, in ?
scons: done reading SConscript files.
scons: Building targets …
scons: Nothing to be done for `configure’.
scons: done building targets.
[/code]
ensuite je compile # scons
scons: Reading SConscript files ...
scons: warning: The env.Copy() method is deprecated; use the env.Clone() method instead.
File "/home/fredo/taspring_0.72b1/SConstruct", line 87, in ?
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/rts/ExternalAI/GroupHandler.o -c -ggdb3 -fvisibility=hidden -pthread -DDEBUG -D_DEBUG -DDIRECT_CONTROL_ALLOWED -D_SZ_ONE_DIRECTORY -DNO_CLIPBOARD -DNO_AVI -DNO_LUA -D_GNU_SOURCE=1 -D_REENTRANT -Irts -Irts/System -I/usr/include -I/usr/include/GL -I/usr/include/freetype2 -I/usr/include/SDL -I/usr/include/python2.4 rts/ExternalAI/GroupHandler.cpp
In file included from rts/ExternalAI/GroupHandler.cpp:17:
rts/System/Platform/filefunctions.h: In function 'std::vector<boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>, std::allocator<boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits> > > find_files(boost::filesystem::path&, const std::string&, bool)':
rts/System/Platform/filefunctions.h:130: error: invalid initialization of reference of type 'boost::filesystem::path&' from expression of type 'boost::filesystem::basic_directory_entry<boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits> >'
rts/System/Platform/filefunctions.h:115: error: in passing argument 1 of 'std::vector<boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>, std::allocator<boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits> > > find_files(boost::filesystem::path&, const std::string&, bool)'
rts/ExternalAI/GroupHandler.cpp: In member function 'void CGroupHandler::Update()':
rts/ExternalAI/GroupHandler.cpp:53: warning: deprecated conversion from string constant to 'char*'
scons: *** [build/rts/ExternalAI/GroupHandler.o] Error 1
scons: building terminated because of errors.
et vu que je ne connais pas du tout la compilation… je ne vois pas d’ou vient l’erreur…