Hi Sushi
so, this error is deleted with #include <limits.h> in aicode.cpp, but after i have theses errors now :
make[1]: entrant dans le répertoire « /home/xavier/Sources/fs2open/code »
g++ -m64 -march=athlon64 -ansi -pedantic -DLUA_USE_LINUX -g -Os -Wall -funroll-loops -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fsigned-char -Wno-unknown-pragmas -Wno-deprecated -Wno-char-subscripts -I../lua -g -L/usr/lib64 -lSDL -lvorbis -lm -lvorbisfile -ltheora -logg -lGL -lGLU -lopenal -o fs2_open_r freespace.o levelpaging.o libcode.a ../libjpeg/libjpeg.a ../lua/liblua.a
freespace.o: In function `load_animating_pointer(char*, int, int)':
/home/xavier/Sources/fs2open/code/freespace2/freespace.cpp:7832: undefined reference to `Error(char const*, int, char const*, ...)'
freespace.o: In function `game_render_frame_setup()':
/home/xavier/Sources/fs2open/code/freespace2/freespace.cpp:3535: undefined reference to `Error(char const*, int, char const*, ...)'
freespace.o: In function `game_level_close()':
/home/xavier/Sources/fs2open/code/freespace2/freespace.cpp:1013: undefined reference to `Error(char const*, int, char const*, ...)'
/usr/bin/ld: Dwarf Error: Offset (102756) greater than or equal to .debug_str size (49255).
libcode.a(aicode.o): In function `ai_find_path(object*, int, int, int, int)':
/home/xavier/Sources/fs2open/code/ai/aicode.cpp:2919: undefined reference to `Error(char const*, int, char const*, ...)'
libcode.a(aicode.o): In function `process_subobjects(int)':
/home/xavier/Sources/fs2open/code/ai/aicode.cpp:11223: undefined reference to `Error(char const*, int, char const*, ...)'
libcode.a(aicode.o):/home/xavier/Sources/fs2open/code/ai/aicode.cpp:3201: more undefined references to `Error(char const*, int, char const*, ...)' follow
collect2: ld a retourné 1 code d'état d'exécution
make[1]: *** [fs2_open_r] Erreur 1
Cheers
Xavier