i've tried to compile a stable version (http://spring.clan-sy.com/dl/spring_0.76b1_src.tar.bz2) and got two errors:
Code: Select all
usuario@leo2:~/taspring/spring/trunk/rts$ make
-- Found GLEW: /usr/lib/libGLEW.so
-- Found OggVorbis: /usr/lib/libogg.so;/usr/lib/libvorbis.so;/usr/lib/libvorbisfile.so;/usr/lib/libvorbisenc.so
-- Found Freetype: -lfreetype -lz
-- Configuring done
-- Generating done
-- Build files have been written to: /home/usuario/taspring/spring/trunk/rts
[ 14%] Built target streflop
[ 20%] Built target lua
[ 24%] Built target luabind
[ 26%] Built target 7zip
[ 27%] Built target hpiutil2
[ 27%] Built target minizip
Scanning dependencies of target spring
Linking CXX executable spring
lib/liblua.a(loslib.cpp.o): In function `os_tmpname(lua_State*)':
loslib.cpp:(.text+0x34): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
CMakeFiles/spring.dir/ExternalAI/GlobalAI.cpp.o: In function `CGlobalAI::PostLoad()':
GlobalAI.cpp:(.text+0x419): undefined reference to `AbicProxy::AbicProxy()'
GlobalAI.cpp:(.text+0x4dd): undefined reference to `AbicProxy::InitAI(char const*, IGlobalAICallback*, int)'
CMakeFiles/spring.dir/ExternalAI/GlobalAI.cpp.o: In function `CGlobalAI::CGlobalAI(int, char const*)':
GlobalAI.cpp:(.text+0x1a18): undefined reference to `AbicProxy::AbicProxy()'
GlobalAI.cpp:(.text+0x1aab): undefined reference to `AbicProxy::InitAI(char const*, IGlobalAICallback*, int)'
CMakeFiles/spring.dir/ExternalAI/GlobalAI.cpp.o: In function `CGlobalAI::CGlobalAI(int, char const*)':
GlobalAI.cpp:(.text+0x229a): undefined reference to `AbicProxy::AbicProxy()'
GlobalAI.cpp:(.text+0x232d): undefined reference to `AbicProxy::InitAI(char const*, IGlobalAICallback*, int)'
collect2: ld returned 1 exit status
make[2]: ** [spring] Erro 1
make[1]: ** [CMakeFiles/spring.dir/all] Erro 2
make: ** [all] Erro 2
Code: Select all
AUX_SOURCE_DIRECTORY(ExternalAI/GlobalAICInterface aifiles)
but when i tried to open the game, i got that error:
Code: Select all
Luxi.ttf: FT_New_Face failed: cannot open resource
when i imagined that the game was ready to start, that error poped me:
Code: Select all
could not open file: gamedata/defs.lua