Advertisement
Guest User

Untitled

a guest
Mar 13th, 2021
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.03 KB | None | 0 0
  1. Configure complete, now you may type './build.sh'.
  2. make all-am
  3. make[1]: Entering directory '/home/Valguero Retro/sources'
  4. CXX actions.o
  5. CXX beds.o
  6. CXX combat.o
  7. CXX chat.o
  8. CXX condition.o
  9. CXX configmanager.o
  10. CXX connection.o
  11. CXX container.o
  12. CXX creature.o
  13. CXX creatureevent.o
  14. CXX cylinder.o
  15. CXX database.o
  16. CXX databasemanager.o
  17. CXX databasemysql.o
  18. CXX depot.o
  19. CXX dispatcher.o
  20. CXX exception.o
  21. CXX fileloader.o
  22. CXX game.o
  23. CXX globalevent.o
  24. CXX group.o
  25. CXX gui.o
  26. CXX house.o
  27. game.cpp: In member function ‘bool Game::playerSpeakToChannel(Player*, MessageClasses, const string&, uint16_t, uint32_t)’:
  28. game.cpp:4079:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
  29. if(player->hasFlag(PlayerFlag_CanTalkRedChannelAnonymous))
  30. ^~
  31. game.cpp:4088:3: note: here
  32. case MSG_GAMEMASTER_CHANNEL:
  33. ^~~~
  34. game.cpp: In member function ‘bool Game::playerViolationWindow(uint32_t, std::__cxx11::string, uint8_t, ViolationAction_t, std::__cxx11::string, std::__cxx11::string, uint32_t, bool)’:
  35. game.cpp:5399:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
  36. action = ACTION_BANISHMENT;
  37. ~~~~~~~^~~~~~~~~~~~~~~~~~~
  38. game.cpp:5402:3: note: here
  39. case ACTION_BANISHMENT:
  40. ^~~~
  41. CXX housetile.o
  42. CXX inputbox.o
  43. CXX ioban.o
  44. CXX ioguild.o
  45. CXX iologindata.o
  46. CXX iomap.o
  47. CXX iomapserialize.o
  48. CXX item.o
  49. CXX itemattributes.o
  50. CXX items.o
  51. item.cpp: In member function ‘virtual Attr_ReadValue Item::readAttr(AttrTypes_t, PropStream&)’:
  52. item.cpp:660:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
  53. break;
  54. ^
  55. item.cpp:663:3: note: here
  56. default:
  57. ^~~~~~~
  58. CXX luascript.o
  59. CXX mailbox.o
  60. CXX map.o
  61. CXX monster.o
  62. CXX monsters.o
  63. CXX movement.o
  64. CXX networkmessage.o
  65. CXX npc.o
  66. CXX otpch.o
  67. CXX otserv.o
  68. CXX outfit.o
  69. CXX outputmessage.o
  70. otserv.cpp: In function ‘void otserv(StringVec, ServiceManager*)’:
  71. otserv.cpp:599:18: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  72. BN_dec2bn(&g_RSA->p, g_config.getString(ConfigManager::RSA_PRIME1).c_str());
  73. ^~
  74. In file included from /usr/include/openssl/crypto.h:25,
  75. from /usr/include/openssl/bio.h:20,
  76. from /usr/include/openssl/asn1.h:16,
  77. from /usr/include/openssl/rsa.h:16,
  78. from otserv.cpp:44:
  79. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  80. typedef struct rsa_st RSA;
  81. ^~~~~~
  82. otserv.cpp:600:18: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  83. BN_dec2bn(&g_RSA->q, g_config.getString(ConfigManager::RSA_PRIME2).c_str());
  84. ^~
  85. In file included from /usr/include/openssl/crypto.h:25,
  86. from /usr/include/openssl/bio.h:20,
  87. from /usr/include/openssl/asn1.h:16,
  88. from /usr/include/openssl/rsa.h:16,
  89. from otserv.cpp:44:
  90. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  91. typedef struct rsa_st RSA;
  92. ^~~~~~
  93. otserv.cpp:601:18: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  94. BN_dec2bn(&g_RSA->d, g_config.getString(ConfigManager::RSA_PRIVATE).c_str());
  95. ^~
  96. In file included from /usr/include/openssl/crypto.h:25,
  97. from /usr/include/openssl/bio.h:20,
  98. from /usr/include/openssl/asn1.h:16,
  99. from /usr/include/openssl/rsa.h:16,
  100. from otserv.cpp:44:
  101. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  102. typedef struct rsa_st RSA;
  103. ^~~~~~
  104. otserv.cpp:602:18: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  105. BN_dec2bn(&g_RSA->n, g_config.getString(ConfigManager::RSA_MODULUS).c_str());
  106. ^~
  107. In file included from /usr/include/openssl/crypto.h:25,
  108. from /usr/include/openssl/bio.h:20,
  109. from /usr/include/openssl/asn1.h:16,
  110. from /usr/include/openssl/rsa.h:16,
  111. from otserv.cpp:44:
  112. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  113. typedef struct rsa_st RSA;
  114. ^~~~~~
  115. otserv.cpp:603:18: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  116. BN_dec2bn(&g_RSA->e, g_config.getString(ConfigManager::RSA_PUBLIC).c_str());
  117. ^~
  118. In file included from /usr/include/openssl/crypto.h:25,
  119. from /usr/include/openssl/bio.h:20,
  120. from /usr/include/openssl/asn1.h:16,
  121. from /usr/include/openssl/rsa.h:16,
  122. from otserv.cpp:44:
  123. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  124. typedef struct rsa_st RSA;
  125. ^~~~~~
  126. In file included from /usr/include/openssl/asn1.h:23,
  127. from /usr/include/openssl/rsa.h:16,
  128. from otserv.cpp:44:
  129. otserv.cpp:613:15: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  130. BN_mod(g_RSA->dmp1, g_RSA->d, r1, ctx);
  131. ^~
  132. In file included from /usr/include/openssl/crypto.h:25,
  133. from /usr/include/openssl/bio.h:20,
  134. from /usr/include/openssl/asn1.h:16,
  135. from /usr/include/openssl/rsa.h:16,
  136. from otserv.cpp:44:
  137. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  138. typedef struct rsa_st RSA;
  139. ^~~~~~
  140. In file included from /usr/include/openssl/asn1.h:23,
  141. from /usr/include/openssl/rsa.h:16,
  142. from otserv.cpp:44:
  143. otserv.cpp:613:28: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  144. BN_mod(g_RSA->dmp1, g_RSA->d, r1, ctx);
  145. ^~
  146. In file included from /usr/include/openssl/crypto.h:25,
  147. from /usr/include/openssl/bio.h:20,
  148. from /usr/include/openssl/asn1.h:16,
  149. from /usr/include/openssl/rsa.h:16,
  150. from otserv.cpp:44:
  151. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  152. typedef struct rsa_st RSA;
  153. ^~~~~~
  154. In file included from /usr/include/openssl/asn1.h:23,
  155. from /usr/include/openssl/rsa.h:16,
  156. from otserv.cpp:44:
  157. otserv.cpp:614:15: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  158. BN_mod(g_RSA->dmq1, g_RSA->d, r2, ctx);
  159. ^~
  160. In file included from /usr/include/openssl/crypto.h:25,
  161. from /usr/include/openssl/bio.h:20,
  162. from /usr/include/openssl/asn1.h:16,
  163. from /usr/include/openssl/rsa.h:16,
  164. from otserv.cpp:44:
  165. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  166. typedef struct rsa_st RSA;
  167. ^~~~~~
  168. In file included from /usr/include/openssl/asn1.h:23,
  169. from /usr/include/openssl/rsa.h:16,
  170. from otserv.cpp:44:
  171. otserv.cpp:614:28: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  172. BN_mod(g_RSA->dmq1, g_RSA->d, r2, ctx);
  173. ^~
  174. In file included from /usr/include/openssl/crypto.h:25,
  175. from /usr/include/openssl/bio.h:20,
  176. from /usr/include/openssl/asn1.h:16,
  177. from /usr/include/openssl/rsa.h:16,
  178. from otserv.cpp:44:
  179. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  180. typedef struct rsa_st RSA;
  181. ^~~~~~
  182. otserv.cpp:616:23: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  183. BN_mod_inverse(g_RSA->iqmp, g_RSA->q, g_RSA->p, ctx);
  184. ^~
  185. In file included from /usr/include/openssl/crypto.h:25,
  186. from /usr/include/openssl/bio.h:20,
  187. from /usr/include/openssl/asn1.h:16,
  188. from /usr/include/openssl/rsa.h:16,
  189. from otserv.cpp:44:
  190. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  191. typedef struct rsa_st RSA;
  192. ^~~~~~
  193. otserv.cpp:616:36: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  194. BN_mod_inverse(g_RSA->iqmp, g_RSA->q, g_RSA->p, ctx);
  195. ^~
  196. In file included from /usr/include/openssl/crypto.h:25,
  197. from /usr/include/openssl/bio.h:20,
  198. from /usr/include/openssl/asn1.h:16,
  199. from /usr/include/openssl/rsa.h:16,
  200. from otserv.cpp:44:
  201. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  202. typedef struct rsa_st RSA;
  203. ^~~~~~
  204. otserv.cpp:616:46: error: invalid use of incomplete type ‘RSA’ {aka ‘struct rsa_st’}
  205. BN_mod_inverse(g_RSA->iqmp, g_RSA->q, g_RSA->p, ctx);
  206. ^~
  207. In file included from /usr/include/openssl/crypto.h:25,
  208. from /usr/include/openssl/bio.h:20,
  209. from /usr/include/openssl/asn1.h:16,
  210. from /usr/include/openssl/rsa.h:16,
  211. from otserv.cpp:44:
  212. /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of ‘RSA’ {aka ‘struct rsa_st’}
  213. typedef struct rsa_st RSA;
  214. ^~~~~~
  215. CXX party.o
  216. make[1]: *** [Makefile:594: otserv.o] Error 1
  217. make[1]: *** Waiting for unfinished jobs....
  218. make[1]: Leaving directory '/home/Valguero Retro/sources'
  219. make: *** [Makefile:445: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement