/LE/Client_Sources % make -f Makefile.linux
CC 2d_objects.o
CC 3d_objects.o
CC actor_scripts.o
actor_scripts.c: In function ‘parse_actor_nodes’:
actor_scripts.c:4845:6: attention : passing argument 2 of ‘parse_actor_attachment’ discards ‘const’ qualifier from pointer target type [enabled by default]
ok &= parse_actor_attachment(act, item, id);
^
actor_scripts.c:4412:5: note: expected ‘struct xmlNode *’ but argument is of type ‘const struct xmlNode *’
int parse_actor_attachment (actor_types *act, xmlNode *cfg, int actor_type)
^
CC actors.o
CC alphamap.o
CC asc.o
CC astrology.o
CC bbox_tree.o
CC books.o
CC buddy.o
CC buffs.o
CC bags.o
CC cache.o
CC cal.o
CC calc.o
CC chat.o
CC cluster.o
CC colors.o
CC console.o
CC consolewin.o
CC counters.o
CC cursors.o
CC dds.o
CC ddsimage.o
CC dialogues.o
CC draw_scene.o
CC eye_candy_debugwin.o
CC elconfig.o
CC elwindows.o
CC encyclopedia.o
CC errors.o
CC events.o
CC filter.o
CC font.o
CC framebuffer.o
CC frustum.o
CC gamewin.o
CC gl_init.o
CC hud.o
CC help.o
CC highlight.o
CC ignore.o
CC info_combat.o
CC init.o
CC interface.o
CC items.o
CC io/fileutil.o
CC io/e3d_io.o
CC io/elc_io.o
io/elc_io.c: In function ‘read_and_check_elc_header’:
io/elc_io.c:34:30: attention : argument to ‘sizeof’ in ‘memcpy’ call is the same expression as the source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
memcpy(m_str, magic, sizeof(magic));
^
CC io/map_io.o
CC io/elpathwrapper.o
CC io/xmlcallbacks.o
CC io/half.o
CC io/normal.o
CC io/elfilewrapper.o
CC io/unzip.o
CC io/ioapi.o
CC io/zip.o
io/zip.c: In function ‘zipOpenNewFileInZip4_64’:
io/zip.c

28: attention : assignment from incompatible pointer type [enabled by default]
zi->ci.pcrc_32_tab = get_crc_table();
^
CC io/ziputil.o
CC keys.o
CC knowledge.o
CC langselwin.o
CC lights.o
CC list.o
CC load_gl_extensions.o
CC loginwin.o
CC loading_win.o
CC main.o
CC manufacture.o
CC map.o
CC mapwin.o
CC memory.o
CC md5.o
CC mines.o
CC minimap.o
CC misc.o
CC missiles.o
CC multiplayer.o
CC new_actors.o
CC new_character.o
CC notepad.o
CC openingwin.o
CC image.o
CC roche.o
CC shader/noise.o
CC shader/shader.o
CC particles.o
CC paste.o
CC pathfinder.o
CC pm_log.o
CC questlog.o
CC queue.o
CC reflection.o
CC rules.o
CC sky.o
CC skeletons.o
CC skills.o
CC serverpopup.o
serverpopup.c: In function ‘display_server_popup_win’:
serverpopup.c:312:6: attention : variable ‘our_root_win’ set but not used [-Wunused-but-set-variable]
int our_root_win = -1;
^
CC servers.o
CC session.o
CC shadows.o
CC sound.o
CC spells.o
CC stats.o
CC storage.o
CC special_effects.o
CC tabs.o
CC text.o
CC textures.o
CC tile_map.o
CC timers.o
CC translate.o
CC trade.o
CC update.o
CC url.o
CC weather.o
CC widgets.o
CC makeargv.o
CC popup.o
CC hash.o
CC emotes.o
CC xz/7zCrc.o
CC xz/7zCrcOpt.o
CC xz/Alloc.o
CC xz/Bra86.o
CC xz/Bra.o
CC xz/BraIA64.o
CC xz/CpuArch.o
CC xz/Delta.o
CC xz/LzFind.o
CC xz/Lzma2Dec.o
CC xz/Lzma2Enc.o
CC xz/LzmaDec.o
CC xz/LzmaEnc.o
CC xz/Sha256.o
CC xz/Xz.o
CC xz/XzCrc64.o
CC xz/XzDec.o
CC xz/XzEnc.o
CC text_aliases.o
CC fsaa/fsaa_dummy.o
CC fsaa/fsaa.o
CC image_loading.o
CC themes.o
CC fr_quickitems.o
CXX actor_init.o
actor_init.cpp:86:48: erreur: ‘string’ in namespace ‘std’ does not name a type
static inline GLuint load_vertex_program(const std::string &name)
^
actor_init.cpp:86:61: erreur: ISO C++ forbids declaration of ‘name’ with no type [-fpermissive]
static inline GLuint load_vertex_program(const std::string &name)
^
actor_init.cpp: In function ‘GLuint load_vertex_program(const int&)’:
actor_init.cpp:91:2: erreur: ‘string’ is not a member of ‘std’
std::string str;
^
actor_init.cpp:91:14: erreur: expected ‘;’ before ‘str’
std::string str;
^
actor_init.cpp:92:2: erreur: ‘stringstream’ is not a member of ‘std’
std::stringstream s1;
^
actor_init.cpp:92:20: erreur: expected ‘;’ before ‘s1’
std::stringstream s1;
^
actor_init.cpp:93:2: erreur: ‘stringstream’ is not a member of ‘std’
std::stringstream s2;
^
actor_init.cpp:93:20: erreur: expected ‘;’ before ‘s2’
std::stringstream s2;
^
actor_init.cpp:96:22: erreur: request for member ‘c_str’ in ‘name’, which is of non-class type ‘const int’
file = el_open(name.c_str());
^
actor_init.cpp:105:2: erreur: ‘str’ was not declared in this scope
str = std::string(reinterpret_cast<char*>(el_get_pointer(file)), el_get_size(file));
^
[...bla bla...]