Advertisement
Guest User

Untitled

a guest
Jun 9th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.96 KB | None | 0 0
  1. ^~~~~
  2. /home/mangos/one/src/server/dep/g3dlite/G3D/fileutils.cpp:749:38: warning: unused parameter ‘wantFiles’ [-Wunused-parameter]
  3. bool wantFiles,
  4. ^~~~~~~~~
  5. /home/mangos/one/src/server/dep/g3dlite/G3D/fileutils.cpp:750:38: warning: unused parameter ‘includePath’ [-Wunused-parameter]
  6. bool includePath){
  7. ^~~~~~~~~~~
  8. At global scope:
  9. cc1plus: warning: unrecognized command line option ‘-Wno-deprecated-register’
  10. [ 14%] Building CXX object dep/g3dlite/CMakeFiles/g3dlite.dir/G3D/format.cpp.o
  11. [ 14%] Building CXX object dep/g3dlite/CMakeFiles/g3dlite.dir/G3D/g3dfnmatch.cpp.o
  12. [ 14%] Building CXX object dep/g3dlite/CMakeFiles/g3dlite.dir/G3D/g3dmath.cpp.o
  13. [ 14%] Building CXX object dep/g3dlite/CMakeFiles/g3dlite.dir/G3D/prompt.cpp.o
  14. /home/mangos/one/src/server/dep/g3dlite/G3D/prompt.cpp: In function ‘int G3D::prompt(const char*, const char*, const char**, int, bool)’:
  15. /home/mangos/one/src/server/dep/g3dlite/G3D/prompt.cpp:705:22: warning: unused parameter ‘useGui’ [-Wunused-parameter]
  16. bool useGui) {
  17. ^~~~~~
  18. At global scope:
  19. cc1plus: warning: unrecognized command line option ‘-Wno-deprecated-register’
  20. [ 14%] Building CXX object dep/g3dlite/CMakeFiles/g3dlite.dir/G3D/stringutils.cpp.o
  21. [ 14%] Building CXX object dep/g3dlite/CMakeFiles/g3dlite.dir/G3D/uint128.cpp.o
  22. [ 14%] Linking CXX static library libg3dlite.a
  23. [ 14%] Built target g3dlite
  24. [ 14%] Building C object dep/zlib/CMakeFiles/zlib.dir/adler32.c.o
  25. [ 15%] Building C object dep/zlib/CMakeFiles/zlib.dir/compress.c.o
  26. [ 15%] Building C object dep/zlib/CMakeFiles/zlib.dir/crc32.c.o
  27. [ 15%] Building C object dep/zlib/CMakeFiles/zlib.dir/deflate.c.o
  28. [ 15%] Building C object dep/zlib/CMakeFiles/zlib.dir/gzclose.c.o
  29. [ 15%] Building C object dep/zlib/CMakeFiles/zlib.dir/gzlib.c.o
  30. /home/mangos/one/src/server/dep/zlib/gzlib.c: In function ‘gz_open’:
  31. /home/mangos/one/src/server/dep/zlib/gzlib.c:14:17: warning: implicit declaration of function ‘lseek’; did you mean ‘fseek’? [-Wimplicit-function-declaration]
  32. # define LSEEK lseek
  33. ^
  34. /home/mangos/one/src/server/dep/zlib/gzlib.c:256:24: note: in expansion of macro ‘LSEEK’
  35. state->start = LSEEK(state->fd, 0, SEEK_CUR);
  36. ^~~~~
  37. [ 15%] Building C object dep/zlib/CMakeFiles/zlib.dir/gzread.c.o
  38. /home/mangos/one/src/server/dep/zlib/gzread.c: In function ‘gz_load’:
  39. /home/mangos/one/src/server/dep/zlib/gzread.c:30:15: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration]
  40. ret = read(state->fd, buf + *have, len - *have);
  41. ^~~~
  42. fread
  43. /home/mangos/one/src/server/dep/zlib/gzread.c: In function ‘gzclose_r’:
  44. /home/mangos/one/src/server/dep/zlib/gzread.c:591:11: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration]
  45. ret = close(state->fd);
  46. ^~~~~
  47. pclose
  48. [ 15%] Building C object dep/zlib/CMakeFiles/zlib.dir/gzwrite.c.o
  49. /home/mangos/one/src/server/dep/zlib/gzwrite.c: In function ‘gz_comp’:
  50. /home/mangos/one/src/server/dep/zlib/gzwrite.c:84:15: warning: implicit declaration of function ‘write’; did you mean ‘fwrite’? [-Wimplicit-function-declaration]
  51. got = write(state->fd, strm->next_in, strm->avail_in);
  52. ^~~~~
  53. fwrite
  54. /home/mangos/one/src/server/dep/zlib/gzwrite.c: In function ‘gzclose_w’:
  55. /home/mangos/one/src/server/dep/zlib/gzwrite.c:573:9: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration]
  56. if (close(state->fd) == -1)
  57. ^~~~~
  58. pclose
  59. [ 16%] Building C object dep/zlib/CMakeFiles/zlib.dir/infback.c.o
  60. /home/mangos/one/src/server/dep/zlib/infback.c: In function ‘inflateBack’:
  61. /home/mangos/one/src/server/dep/zlib/infback.c:479:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  62. state->mode = LEN;
  63. ~~~~~~~~~~~~^~~~~
  64. /home/mangos/one/src/server/dep/zlib/infback.c:481:9: note: here
  65. case LEN:
  66. ^~~~
  67. [ 16%] Building C object dep/zlib/CMakeFiles/zlib.dir/inffast.c.o
  68. [ 16%] Building C object dep/zlib/CMakeFiles/zlib.dir/inflate.c.o
  69. /home/mangos/one/src/server/dep/zlib/inflate.c: In function ‘inflateMark’:
  70. /home/mangos/one/src/server/dep/zlib/inflate.c:1507:61: warning: left shift of negative value [-Wshift-negative-value]
  71. if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;
  72. ^~
  73. /home/mangos/one/src/server/dep/zlib/inflate.c: In function ‘inflate’:
  74. /home/mangos/one/src/server/dep/zlib/inflate.c:720:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  75. state->mode = EXLEN;
  76. ~~~~~~~~~~~~^~~~~~~
  77. /home/mangos/one/src/server/dep/zlib/inflate.c:721:9: note: here
  78. case EXLEN:
  79. ^~~~
  80. /home/mangos/one/src/server/dep/zlib/inflate.c:732:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  81. state->mode = EXTRA;
  82. ~~~~~~~~~~~~^~~~~~~
  83. /home/mangos/one/src/server/dep/zlib/inflate.c:733:9: note: here
  84. case EXTRA:
  85. ^~~~
  86. /home/mangos/one/src/server/dep/zlib/inflate.c:754:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  87. state->mode = NAME;
  88. ~~~~~~~~~~~~^~~~~~
  89. /home/mangos/one/src/server/dep/zlib/inflate.c:755:9: note: here
  90. case NAME:
  91. ^~~~
  92. /home/mangos/one/src/server/dep/zlib/inflate.c:775:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  93. state->mode = COMMENT;
  94. ~~~~~~~~~~~~^~~~~~~~~
  95. /home/mangos/one/src/server/dep/zlib/inflate.c:776:9: note: here
  96. case COMMENT:
  97. ^~~~
  98. /home/mangos/one/src/server/dep/zlib/inflate.c:795:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  99. state->mode = HCRC;
  100. ~~~~~~~~~~~~^~~~~~
  101. /home/mangos/one/src/server/dep/zlib/inflate.c:796:9: note: here
  102. case HCRC:
  103. ^~~~
  104. /home/mangos/one/src/server/dep/zlib/inflate.c:818:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  105. state->mode = DICT;
  106. ~~~~~~~~~~~~^~~~~~
  107. /home/mangos/one/src/server/dep/zlib/inflate.c:819:9: note: here
  108. case DICT:
  109. ^~~~
  110. /home/mangos/one/src/server/dep/zlib/inflate.c:825:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  111. state->mode = TYPE;
  112. ~~~~~~~~~~~~^~~~~~
  113. /home/mangos/one/src/server/dep/zlib/inflate.c:826:9: note: here
  114. case TYPE:
  115. ^~~~
  116. /home/mangos/one/src/server/dep/zlib/inflate.c:827:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
  117. if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
  118. /home/mangos/one/src/server/dep/zlib/inflate.c:828:9: note: here
  119. case TYPEDO:
  120. ^~~~
  121. /home/mangos/one/src/server/dep/zlib/inflate.c:877:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  122. if (flush == Z_TREES) goto inf_leave;
  123. ^
  124. /home/mangos/one/src/server/dep/zlib/inflate.c:878:9: note: here
  125. case COPY_:
  126. ^~~~
  127. /home/mangos/one/src/server/dep/zlib/inflate.c:879:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  128. state->mode = COPY;
  129. ~~~~~~~~~~~~^~~~~~
  130. /home/mangos/one/src/server/dep/zlib/inflate.c:880:9: note: here
  131. case COPY:
  132. ^~~~
  133. /home/mangos/one/src/server/dep/zlib/inflate.c:1018:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  134. if (flush == Z_TREES) goto inf_leave;
  135. ^
  136. /home/mangos/one/src/server/dep/zlib/inflate.c:1019:9: note: here
  137. case LEN_:
  138. ^~~~
  139. /home/mangos/one/src/server/dep/zlib/inflate.c:1020:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  140. state->mode = LEN;
  141. ~~~~~~~~~~~~^~~~~
  142. /home/mangos/one/src/server/dep/zlib/inflate.c:1021:9: note: here
  143. case LEN:
  144. ^~~~
  145. /home/mangos/one/src/server/dep/zlib/inflate.c:1069:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  146. state->mode = LENEXT;
  147. ~~~~~~~~~~~~^~~~~~~~
  148. /home/mangos/one/src/server/dep/zlib/inflate.c:1070:9: note: here
  149. case LENEXT:
  150. ^~~~
  151. /home/mangos/one/src/server/dep/zlib/inflate.c:1079:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  152. state->mode = DIST;
  153. ~~~~~~~~~~~~^~~~~~
  154. /home/mangos/one/src/server/dep/zlib/inflate.c:1080:9: note: here
  155. case DIST:
  156. ^~~~
  157. /home/mangos/one/src/server/dep/zlib/inflate.c:1106:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  158. state->mode = DISTEXT;
  159. ~~~~~~~~~~~~^~~~~~~~~
  160. /home/mangos/one/src/server/dep/zlib/inflate.c:1107:9: note: here
  161. case DISTEXT:
  162. ^~~~
  163. /home/mangos/one/src/server/dep/zlib/inflate.c:1122:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  164. state->mode = MATCH;
  165. ~~~~~~~~~~~~^~~~~~~
  166. /home/mangos/one/src/server/dep/zlib/inflate.c:1123:9: note: here
  167. case MATCH:
  168. ^~~~
  169. /home/mangos/one/src/server/dep/zlib/inflate.c:1197:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  170. state->mode = LENGTH;
  171. ~~~~~~~~~~~~^~~~~~~~
  172. /home/mangos/one/src/server/dep/zlib/inflate.c:1198:9: note: here
  173. case LENGTH:
  174. ^~~~
  175. /home/mangos/one/src/server/dep/zlib/inflate.c:1210:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  176. state->mode = DONE;
  177. ~~~~~~~~~~~~^~~~~~
  178. /home/mangos/one/src/server/dep/zlib/inflate.c:1211:9: note: here
  179. case DONE:
  180. ^~~~
  181. [ 16%] Building C object dep/zlib/CMakeFiles/zlib.dir/inftrees.c.o
  182. [ 16%] Building C object dep/zlib/CMakeFiles/zlib.dir/trees.c.o
  183. [ 16%] Building C object dep/zlib/CMakeFiles/zlib.dir/uncompr.c.o
  184. [ 16%] Building C object dep/zlib/CMakeFiles/zlib.dir/zutil.c.o
  185. [ 17%] Linking C static library libzlib.a
  186. [ 17%] Built target zlib
  187. [ 17%] Building CXX object dep/loadlib/CMakeFiles/loadlib.dir/ml/loadlib.cpp.o
  188. /home/mangos/one/src/server/dep/loadlib/ml/loadlib.cpp:75:25: warning: multi-character character constant [-Wmultichar]
  189. if (version->fcc != 'MVER')
  190. ^~~~~~
  191. cc1plus: warning: unrecognized command line option ‘-Wno-deprecated-register’
  192. [ 18%] Building CXX object dep/loadlib/CMakeFiles/loadlib.dir/ml/adt.cpp.o
  193. /home/mangos/one/src/server/dep/loadlib/ml/adt.cpp:78:16: warning: multi-character character constant [-Wmultichar]
  194. if (fcc != 'MHDR')
  195. ^~~~~~
  196. /home/mangos/one/src/server/dep/loadlib/ml/adt.cpp:97:16: warning: multi-character character constant [-Wmultichar]
  197. if (fcc != 'MCIN')
  198. ^~~~~~
  199. /home/mangos/one/src/server/dep/loadlib/ml/adt.cpp:111:16: warning: multi-character character constant [-Wmultichar]
  200. if (fcc != 'MH2O')
  201. ^~~~~~
  202. /home/mangos/one/src/server/dep/loadlib/ml/adt.cpp:123:16: warning: multi-character character constant [-Wmultichar]
  203. if (fcc != 'MCNK')
  204. ^~~~~~
  205. /home/mangos/one/src/server/dep/loadlib/ml/adt.cpp:138:16: warning: multi-character character constant [-Wmultichar]
  206. if (fcc != 'MCVT')
  207. ^~~~~~
  208. /home/mangos/one/src/server/dep/loadlib/ml/adt.cpp:149:16: warning: multi-character character constant [-Wmultichar]
  209. if (fcc != 'MCLQ')
  210. ^~~~~~
  211. cc1plus: warning: unrecognized command line option ‘-Wno-deprecated-register’
  212. [ 18%] Building CXX object dep/loadlib/CMakeFiles/loadlib.dir/ml/wdt.cpp.o
  213. /home/mangos/one/src/server/dep/loadlib/ml/wdt.cpp:29:16: warning: multi-character character constant [-Wmultichar]
  214. if (fcc != 'MWMO')
  215. ^~~~~~
  216. /home/mangos/one/src/server/dep/loadlib/ml/wdt.cpp:36:16: warning: multi-character character constant [-Wmultichar]
  217. if (fcc != 'MPHD')
  218. ^~~~~~
  219. /home/mangos/one/src/server/dep/loadlib/ml/wdt.cpp:43:16: warning: multi-character character constant [-Wmultichar]
  220. if (fcc != 'MAIN')
  221. ^~~~~~
  222. cc1plus: warning: unrecognized command line option ‘-Wno-deprecated-register’
  223. [ 18%] Building CXX object dep/loadlib/CMakeFiles/loadlib.dir/ml/mpq.cpp.o
  224. /home/mangos/one/src/server/dep/loadlib/ml/mpq.cpp: In member function ‘size_t MPQFile::read(void*, size_t)’:
  225. /home/mangos/one/src/server/dep/loadlib/ml/mpq.cpp:110:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  226. if (rpos > size)
  227. ~~~~~^~~~~~
  228. At global scope:
  229. cc1plus: warning: unrecognized command line option ‘-Wno-deprecated-register’
  230. [ 18%] Linking CXX static library libloadlib.a
  231. [ 18%] Built target loadlib
  232. [ 18%] Building CXX object src/framework/CMakeFiles/framework.dir/Policies/ObjectLifeTime.cpp.o
  233. [ 18%] Building CXX object src/framework/CMakeFiles/framework.dir/Utilities/EventProcessor.cpp.o
  234. [ 19%] Linking CXX static library libframework.a
  235. [ 19%] Built target framework
  236. [ 20%] Building CXX object src/shared/CMakeFiles/shared.dir/Auth/ARC4.cpp.o
  237. In file included from /home/mangos/one/src/server/src/shared/Auth/ARC4.cpp:26:0:
  238. /home/mangos/one/src/server/src/shared/Auth/ARC4.h:41:24: error: field ‘m_ctx’ has incomplete type ‘EVP_CIPHER_CTX {aka evp_cipher_ctx_st}’
  239. EVP_CIPHER_CTX m_ctx;
  240. ^~~~~
  241. compilation terminated due to -Wfatal-errors.
  242. make[2]: *** [src/shared/CMakeFiles/shared.dir/build.make:63: src/shared/CMakeFiles/shared.dir/Auth/ARC4.cpp.o] Error 1
  243. make[1]: *** [CMakeFiles/Makefile2:724: src/shared/CMakeFiles/shared.dir/all] Error 2
  244. make: *** [Makefile:130: all] Error 2
  245. There was an error building MaNGOS!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement