Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. root@:/usr/home/styles_server/Srcs/Server/game/src # gmake
  2. compiling BattleArena.cpp
  3. In file included from BattleArena.cpp:5:0:
  4. start_position.h: In function 'const char* EMPIRE_NAME(BYTE)':
  5. start_position.h:16:33: error: too few arguments to function 'const char* LC_TEXT(const char*, LPCHARACTER)'
  6. return LC_TEXT(g_nation_name[e]);
  7. ^
  8. In file included from stdafx.h:42:0,
  9. from BattleArena.cpp:1:
  10. locale.hpp:16:14: note: declared here
  11. const char *LC_TEXT(const char *string, LPCHARACTER ch);
  12. ^
  13. In file included from BattleArena.cpp:5:0:
  14. start_position.h:17:1: warning: control reaches end of non-void function [-Wreturn-type]
  15. }
  16. ^
  17. gmake: *** [Makefile:198: .obj/BattleArena.o] Error 1
  18. root@:/usr/home/styles_server/Srcs/Server/game/src #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement