Advertisement
Guest User

Untitled

a guest
Jan 29th, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.48 KB | None | 0 0
  1. make all-am
  2. make[1]: Entering directory '/var/test/rlmap740x-master/source'
  3. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT databasemysql.o -MD -MP -MF .deps/databasemysql.Tpo -c -o databasemysql.o databasemysql.cpp
  4. In file included from databasemysql.h:31,
  5. from database.h:320,
  6. from databasemysql.cpp:25:
  7. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  8. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  9. 33 | ftime(&t);
  10. | ^
  11. In file included from otsystem.h:28,
  12. from databasemysql.h:31,
  13. from database.h:320,
  14. from databasemysql.cpp:25:
  15. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  16. 39 | extern int ftime (struct timeb *__timebuf)
  17. | ^~~~~
  18. In file included from databasemysql.h:31,
  19. from database.h:320,
  20. from databasemysql.cpp:25:
  21. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  22. 33 | ftime(&t);
  23. | ^
  24. In file included from otsystem.h:28,
  25. from databasemysql.h:31,
  26. from database.h:320,
  27. from databasemysql.cpp:25:
  28. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  29. 39 | extern int ftime (struct timeb *__timebuf)
  30. | ^~~~~
  31. mv -f .deps/databasemysql.Tpo .deps/databasemysql.Po
  32. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT map.o -MD -MP -MF .deps/map.Tpo -c -o map.o map.cpp
  33. In file included from databasemysql.h:31,
  34. from database.h:320,
  35. from iomapserialize.h:29,
  36. from map.h:27,
  37. from map.cpp:22:
  38. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  39. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  40. 33 | ftime(&t);
  41. | ^
  42. In file included from otsystem.h:28,
  43. from databasemysql.h:31,
  44. from database.h:320,
  45. from iomapserialize.h:29,
  46. from map.h:27,
  47. from map.cpp:22:
  48. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  49. 39 | extern int ftime (struct timeb *__timebuf)
  50. | ^~~~~
  51. In file included from databasemysql.h:31,
  52. from database.h:320,
  53. from iomapserialize.h:29,
  54. from map.h:27,
  55. from map.cpp:22:
  56. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  57. 33 | ftime(&t);
  58. | ^
  59. In file included from otsystem.h:28,
  60. from databasemysql.h:31,
  61. from database.h:320,
  62. from iomapserialize.h:29,
  63. from map.h:27,
  64. from map.cpp:22:
  65. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  66. 39 | extern int ftime (struct timeb *__timebuf)
  67. | ^~~~~
  68. mv -f .deps/map.Tpo .deps/map.Po
  69. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT rsa.o -MD -MP -MF .deps/rsa.Tpo -c -o rsa.o rsa.cpp
  70. mv -f .deps/rsa.Tpo .deps/rsa.Po
  71. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.cpp
  72. In file included from databasemysql.h:31,
  73. from database.h:320,
  74. from luascript.h:27,
  75. from actions.h:27,
  76. from actions.cpp:22:
  77. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  78. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  79. 33 | ftime(&t);
  80. | ^
  81. In file included from otsystem.h:28,
  82. from databasemysql.h:31,
  83. from database.h:320,
  84. from luascript.h:27,
  85. from actions.h:27,
  86. from actions.cpp:22:
  87. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  88. 39 | extern int ftime (struct timeb *__timebuf)
  89. | ^~~~~
  90. In file included from databasemysql.h:31,
  91. from database.h:320,
  92. from luascript.h:27,
  93. from actions.h:27,
  94. from actions.cpp:22:
  95. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  96. 33 | ftime(&t);
  97. | ^
  98. In file included from otsystem.h:28,
  99. from databasemysql.h:31,
  100. from database.h:320,
  101. from luascript.h:27,
  102. from actions.h:27,
  103. from actions.cpp:22:
  104. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  105. 39 | extern int ftime (struct timeb *__timebuf)
  106. | ^~~~~
  107. mv -f .deps/actions.Tpo .deps/actions.Po
  108. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.cpp
  109. mv -f .deps/md5.Tpo .deps/md5.Po
  110. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT scheduler.o -MD -MP -MF .deps/scheduler.Tpo -c -o scheduler.o scheduler.cpp
  111. In file included from scheduler.h:26,
  112. from scheduler.cpp:23:
  113. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  114. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  115. 33 | ftime(&t);
  116. | ^
  117. In file included from otsystem.h:28,
  118. from scheduler.h:26,
  119. from scheduler.cpp:23:
  120. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  121. 39 | extern int ftime (struct timeb *__timebuf)
  122. | ^~~~~
  123. In file included from scheduler.h:26,
  124. from scheduler.cpp:23:
  125. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  126. 33 | ftime(&t);
  127. | ^
  128. In file included from otsystem.h:28,
  129. from scheduler.h:26,
  130. from scheduler.cpp:23:
  131. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  132. 39 | extern int ftime (struct timeb *__timebuf)
  133. | ^~~~~
  134. mv -f .deps/scheduler.Tpo .deps/scheduler.Po
  135. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT admin.o -MD -MP -MF .deps/admin.Tpo -c -o admin.o admin.cpp
  136. In file included from player.h:25,
  137. from admin.h:80,
  138. from admin.cpp:22:
  139. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  140. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  141. 33 | ftime(&t);
  142. | ^
  143. In file included from otsystem.h:28,
  144. from player.h:25,
  145. from admin.h:80,
  146. from admin.cpp:22:
  147. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  148. 39 | extern int ftime (struct timeb *__timebuf)
  149. | ^~~~~
  150. In file included from player.h:25,
  151. from admin.h:80,
  152. from admin.cpp:22:
  153. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  154. 33 | ftime(&t);
  155. | ^
  156. In file included from otsystem.h:28,
  157. from player.h:25,
  158. from admin.h:80,
  159. from admin.cpp:22:
  160. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  161. 39 | extern int ftime (struct timeb *__timebuf)
  162. | ^~~~~
  163. mv -f .deps/admin.Tpo .deps/admin.Po
  164. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT monster.o -MD -MP -MF .deps/monster.Tpo -c -o monster.o monster.cpp
  165. In file included from databasemysql.h:31,
  166. from database.h:320,
  167. from iomapserialize.h:29,
  168. from map.h:27,
  169. from creature.h:28,
  170. from monsters.h:25,
  171. from monster.h:27,
  172. from monster.cpp:22:
  173. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  174. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  175. 33 | ftime(&t);
  176. | ^
  177. In file included from otsystem.h:28,
  178. from databasemysql.h:31,
  179. from database.h:320,
  180. from iomapserialize.h:29,
  181. from map.h:27,
  182. from creature.h:28,
  183. from monsters.h:25,
  184. from monster.h:27,
  185. from monster.cpp:22:
  186. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  187. 39 | extern int ftime (struct timeb *__timebuf)
  188. | ^~~~~
  189. In file included from databasemysql.h:31,
  190. from database.h:320,
  191. from iomapserialize.h:29,
  192. from map.h:27,
  193. from creature.h:28,
  194. from monsters.h:25,
  195. from monster.h:27,
  196. from monster.cpp:22:
  197. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  198. 33 | ftime(&t);
  199. | ^
  200. In file included from otsystem.h:28,
  201. from databasemysql.h:31,
  202. from database.h:320,
  203. from iomapserialize.h:29,
  204. from map.h:27,
  205. from creature.h:28,
  206. from monsters.h:25,
  207. from monster.h:27,
  208. from monster.cpp:22:
  209. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  210. 39 | extern int ftime (struct timeb *__timebuf)
  211. | ^~~~~
  212. monster.cpp: In member function ‘virtual BlockType_t Monster::blockHit(Creature*, CombatType_t, int32_t&, bool, bool)’:
  213. monster.cpp:686:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  214. 686 | if(elementMod != 0)
  215. | ^~
  216. monster.cpp:688:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  217. 688 | if(damage <= 0){
  218. | ^~
  219. mv -f .deps/monster.Tpo .deps/monster.Po
  220. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT scriptmanager.o -MD -MP -MF .deps/scriptmanager.Tpo -c -o scriptmanager.o scriptmanager.cpp
  221. In file included from databasemysql.h:31,
  222. from database.h:320,
  223. from luascript.h:27,
  224. from scriptmanager.cpp:23:
  225. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  226. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  227. 33 | ftime(&t);
  228. | ^
  229. In file included from otsystem.h:28,
  230. from databasemysql.h:31,
  231. from database.h:320,
  232. from luascript.h:27,
  233. from scriptmanager.cpp:23:
  234. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  235. 39 | extern int ftime (struct timeb *__timebuf)
  236. | ^~~~~
  237. In file included from databasemysql.h:31,
  238. from database.h:320,
  239. from luascript.h:27,
  240. from scriptmanager.cpp:23:
  241. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  242. 33 | ftime(&t);
  243. | ^
  244. In file included from otsystem.h:28,
  245. from databasemysql.h:31,
  246. from database.h:320,
  247. from luascript.h:27,
  248. from scriptmanager.cpp:23:
  249. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  250. 39 | extern int ftime (struct timeb *__timebuf)
  251. | ^~~~~
  252. mv -f .deps/scriptmanager.Tpo .deps/scriptmanager.Po
  253. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT allocator.o -MD -MP -MF .deps/allocator.Tpo -c -o allocator.o allocator.cpp
  254. mv -f .deps/allocator.Tpo .deps/allocator.Po
  255. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT depot.o -MD -MP -MF .deps/depot.Tpo -c -o depot.o depot.cpp
  256. mv -f .deps/depot.Tpo .deps/depot.Po
  257. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT monsters.o -MD -MP -MF .deps/monsters.Tpo -c -o monsters.o monsters.cpp
  258. In file included from databasemysql.h:31,
  259. from database.h:320,
  260. from iomapserialize.h:29,
  261. from map.h:27,
  262. from creature.h:28,
  263. from monsters.h:25,
  264. from monsters.cpp:22:
  265. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  266. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  267. 33 | ftime(&t);
  268. | ^
  269. In file included from otsystem.h:28,
  270. from databasemysql.h:31,
  271. from database.h:320,
  272. from iomapserialize.h:29,
  273. from map.h:27,
  274. from creature.h:28,
  275. from monsters.h:25,
  276. from monsters.cpp:22:
  277. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  278. 39 | extern int ftime (struct timeb *__timebuf)
  279. | ^~~~~
  280. In file included from databasemysql.h:31,
  281. from database.h:320,
  282. from iomapserialize.h:29,
  283. from map.h:27,
  284. from creature.h:28,
  285. from monsters.h:25,
  286. from monsters.cpp:22:
  287. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  288. 33 | ftime(&t);
  289. | ^
  290. In file included from otsystem.h:28,
  291. from databasemysql.h:31,
  292. from database.h:320,
  293. from iomapserialize.h:29,
  294. from map.h:27,
  295. from creature.h:28,
  296. from monsters.h:25,
  297. from monsters.cpp:22:
  298. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  299. 39 | extern int ftime (struct timeb *__timebuf)
  300. | ^~~~~
  301. mv -f .deps/monsters.Tpo .deps/monsters.Po
  302. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT server.o -MD -MP -MF .deps/server.Tpo -c -o server.o server.cpp
  303. In file included from scheduler.h:26,
  304. from server.cpp:27:
  305. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  306. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  307. 33 | ftime(&t);
  308. | ^
  309. In file included from otsystem.h:28,
  310. from scheduler.h:26,
  311. from server.cpp:27:
  312. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  313. 39 | extern int ftime (struct timeb *__timebuf)
  314. | ^~~~~
  315. In file included from scheduler.h:26,
  316. from server.cpp:27:
  317. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  318. 33 | ftime(&t);
  319. | ^
  320. In file included from otsystem.h:28,
  321. from scheduler.h:26,
  322. from server.cpp:27:
  323. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  324. 39 | extern int ftime (struct timeb *__timebuf)
  325. | ^~~~~
  326. mv -f .deps/server.Tpo .deps/server.Po
  327. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT ban.o -MD -MP -MF .deps/ban.Tpo -c -o ban.o ban.cpp
  328. In file included from player.h:25,
  329. from ioplayer.h:25,
  330. from ban.cpp:25:
  331. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  332. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  333. 33 | ftime(&t);
  334. | ^
  335. In file included from otsystem.h:28,
  336. from player.h:25,
  337. from ioplayer.h:25,
  338. from ban.cpp:25:
  339. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  340. 39 | extern int ftime (struct timeb *__timebuf)
  341. | ^~~~~
  342. In file included from player.h:25,
  343. from ioplayer.h:25,
  344. from ban.cpp:25:
  345. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  346. 33 | ftime(&t);
  347. | ^
  348. In file included from otsystem.h:28,
  349. from player.h:25,
  350. from ioplayer.h:25,
  351. from ban.cpp:25:
  352. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  353. 39 | extern int ftime (struct timeb *__timebuf)
  354. | ^~~~~
  355. mv -f .deps/ban.Tpo .deps/ban.Po
  356. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT exception.o -MD -MP -MF .deps/exception.Tpo -c -o exception.o exception.cpp
  357. mv -f .deps/exception.Tpo .deps/exception.Po
  358. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT movement.o -MD -MP -MF .deps/movement.Tpo -c -o movement.o movement.cpp
  359. In file included from databasemysql.h:31,
  360. from database.h:320,
  361. from luascript.h:27,
  362. from movement.h:25,
  363. from movement.cpp:22:
  364. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  365. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  366. 33 | ftime(&t);
  367. | ^
  368. In file included from otsystem.h:28,
  369. from databasemysql.h:31,
  370. from database.h:320,
  371. from luascript.h:27,
  372. from movement.h:25,
  373. from movement.cpp:22:
  374. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  375. 39 | extern int ftime (struct timeb *__timebuf)
  376. | ^~~~~
  377. In file included from databasemysql.h:31,
  378. from database.h:320,
  379. from luascript.h:27,
  380. from movement.h:25,
  381. from movement.cpp:22:
  382. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  383. 33 | ftime(&t);
  384. | ^
  385. In file included from otsystem.h:28,
  386. from databasemysql.h:31,
  387. from database.h:320,
  388. from luascript.h:27,
  389. from movement.h:25,
  390. from movement.cpp:22:
  391. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  392. 39 | extern int ftime (struct timeb *__timebuf)
  393. | ^~~~~
  394. mv -f .deps/movement.Tpo .deps/movement.Po
  395. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.cpp
  396. mv -f .deps/sha1.Tpo .deps/sha1.Po
  397. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT baseevents.o -MD -MP -MF .deps/baseevents.Tpo -c -o baseevents.o baseevents.cpp
  398. In file included from databasemysql.h:31,
  399. from database.h:320,
  400. from luascript.h:27,
  401. from baseevents.h:26,
  402. from baseevents.cpp:22:
  403. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  404. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  405. 33 | ftime(&t);
  406. | ^
  407. In file included from otsystem.h:28,
  408. from databasemysql.h:31,
  409. from database.h:320,
  410. from luascript.h:27,
  411. from baseevents.h:26,
  412. from baseevents.cpp:22:
  413. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  414. 39 | extern int ftime (struct timeb *__timebuf)
  415. | ^~~~~
  416. In file included from databasemysql.h:31,
  417. from database.h:320,
  418. from luascript.h:27,
  419. from baseevents.h:26,
  420. from baseevents.cpp:22:
  421. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  422. 33 | ftime(&t);
  423. | ^
  424. In file included from otsystem.h:28,
  425. from databasemysql.h:31,
  426. from database.h:320,
  427. from luascript.h:27,
  428. from baseevents.h:26,
  429. from baseevents.cpp:22:
  430. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  431. 39 | extern int ftime (struct timeb *__timebuf)
  432. | ^~~~~
  433. mv -f .deps/baseevents.Tpo .deps/baseevents.Po
  434. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT fileloader.o -MD -MP -MF .deps/fileloader.Tpo -c -o fileloader.o fileloader.cpp
  435. mv -f .deps/fileloader.Tpo .deps/fileloader.Po
  436. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT networkmessage.o -MD -MP -MF .deps/networkmessage.Tpo -c -o networkmessage.o networkmessage.cpp
  437. In file included from networkmessage.h:25,
  438. from networkmessage.cpp:22:
  439. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  440. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  441. 33 | ftime(&t);
  442. | ^
  443. In file included from otsystem.h:28,
  444. from networkmessage.h:25,
  445. from networkmessage.cpp:22:
  446. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  447. 39 | extern int ftime (struct timeb *__timebuf)
  448. | ^~~~~
  449. In file included from networkmessage.h:25,
  450. from networkmessage.cpp:22:
  451. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  452. 33 | ftime(&t);
  453. | ^
  454. In file included from otsystem.h:28,
  455. from networkmessage.h:25,
  456. from networkmessage.cpp:22:
  457. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  458. 39 | extern int ftime (struct timeb *__timebuf)
  459. | ^~~~~
  460. mv -f .deps/networkmessage.Tpo .deps/networkmessage.Po
  461. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT spawn.o -MD -MP -MF .deps/spawn.Tpo -c -o spawn.o spawn.cpp
  462. In file included from databasemysql.h:31,
  463. from database.h:320,
  464. from iomapserialize.h:29,
  465. from map.h:27,
  466. from creature.h:28,
  467. from monsters.h:25,
  468. from monster.h:27,
  469. from spawn.h:28,
  470. from spawn.cpp:22:
  471. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  472. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  473. 33 | ftime(&t);
  474. | ^
  475. In file included from otsystem.h:28,
  476. from databasemysql.h:31,
  477. from database.h:320,
  478. from iomapserialize.h:29,
  479. from map.h:27,
  480. from creature.h:28,
  481. from monsters.h:25,
  482. from monster.h:27,
  483. from spawn.h:28,
  484. from spawn.cpp:22:
  485. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  486. 39 | extern int ftime (struct timeb *__timebuf)
  487. | ^~~~~
  488. In file included from databasemysql.h:31,
  489. from database.h:320,
  490. from iomapserialize.h:29,
  491. from map.h:27,
  492. from creature.h:28,
  493. from monsters.h:25,
  494. from monster.h:27,
  495. from spawn.h:28,
  496. from spawn.cpp:22:
  497. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  498. 33 | ftime(&t);
  499. | ^
  500. In file included from otsystem.h:28,
  501. from databasemysql.h:31,
  502. from database.h:320,
  503. from iomapserialize.h:29,
  504. from map.h:27,
  505. from creature.h:28,
  506. from monsters.h:25,
  507. from monster.h:27,
  508. from spawn.h:28,
  509. from spawn.cpp:22:
  510. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  511. 39 | extern int ftime (struct timeb *__timebuf)
  512. | ^~~~~
  513. mv -f .deps/spawn.Tpo .deps/spawn.Po
  514. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT beds.o -MD -MP -MF .deps/beds.Tpo -c -o beds.o beds.cpp
  515. In file included from player.h:25,
  516. from house.h:27,
  517. from beds.cpp:24:
  518. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  519. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  520. 33 | ftime(&t);
  521. | ^
  522. In file included from otsystem.h:28,
  523. from player.h:25,
  524. from house.h:27,
  525. from beds.cpp:24:
  526. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  527. 39 | extern int ftime (struct timeb *__timebuf)
  528. | ^~~~~
  529. In file included from player.h:25,
  530. from house.h:27,
  531. from beds.cpp:24:
  532. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  533. 33 | ftime(&t);
  534. | ^
  535. In file included from otsystem.h:28,
  536. from player.h:25,
  537. from house.h:27,
  538. from beds.cpp:24:
  539. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  540. 39 | extern int ftime (struct timeb *__timebuf)
  541. | ^~~~~
  542. mv -f .deps/beds.Tpo .deps/beds.Po
  543. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT game.o -MD -MP -MF .deps/game.Tpo -c -o game.o game.cpp
  544. In file included from databasemysql.h:31,
  545. from database.h:320,
  546. from iomapserialize.h:29,
  547. from map.h:27,
  548. from game.h:24,
  549. from game.cpp:22:
  550. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  551. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  552. 33 | ftime(&t);
  553. | ^
  554. In file included from otsystem.h:28,
  555. from databasemysql.h:31,
  556. from database.h:320,
  557. from iomapserialize.h:29,
  558. from map.h:27,
  559. from game.h:24,
  560. from game.cpp:22:
  561. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  562. 39 | extern int ftime (struct timeb *__timebuf)
  563. | ^~~~~
  564. In file included from databasemysql.h:31,
  565. from database.h:320,
  566. from iomapserialize.h:29,
  567. from map.h:27,
  568. from game.h:24,
  569. from game.cpp:22:
  570. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  571. 33 | ftime(&t);
  572. | ^
  573. In file included from otsystem.h:28,
  574. from databasemysql.h:31,
  575. from database.h:320,
  576. from iomapserialize.h:29,
  577. from map.h:27,
  578. from game.h:24,
  579. from game.cpp:22:
  580. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  581. 39 | extern int ftime (struct timeb *__timebuf)
  582. | ^~~~~
  583. mv -f .deps/game.Tpo .deps/game.Po
  584. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT npc.o -MD -MP -MF .deps/npc.Tpo -c -o npc.o npc.cpp
  585. In file included from databasemysql.h:31,
  586. from database.h:320,
  587. from iomapserialize.h:29,
  588. from map.h:27,
  589. from creature.h:28,
  590. from npc.h:25,
  591. from npc.cpp:22:
  592. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  593. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  594. 33 | ftime(&t);
  595. | ^
  596. In file included from otsystem.h:28,
  597. from databasemysql.h:31,
  598. from database.h:320,
  599. from iomapserialize.h:29,
  600. from map.h:27,
  601. from creature.h:28,
  602. from npc.h:25,
  603. from npc.cpp:22:
  604. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  605. 39 | extern int ftime (struct timeb *__timebuf)
  606. | ^~~~~
  607. In file included from databasemysql.h:31,
  608. from database.h:320,
  609. from iomapserialize.h:29,
  610. from map.h:27,
  611. from creature.h:28,
  612. from npc.h:25,
  613. from npc.cpp:22:
  614. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  615. 33 | ftime(&t);
  616. | ^
  617. In file included from otsystem.h:28,
  618. from databasemysql.h:31,
  619. from database.h:320,
  620. from iomapserialize.h:29,
  621. from map.h:27,
  622. from creature.h:28,
  623. from npc.h:25,
  624. from npc.cpp:22:
  625. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  626. 39 | extern int ftime (struct timeb *__timebuf)
  627. | ^~~~~
  628. mv -f .deps/npc.Tpo .deps/npc.Po
  629. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT spells.o -MD -MP -MF .deps/spells.Tpo -c -o spells.o spells.cpp
  630. In file included from databasemysql.h:31,
  631. from database.h:320,
  632. from luascript.h:27,
  633. from spells.h:26,
  634. from spells.cpp:22:
  635. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  636. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  637. 33 | ftime(&t);
  638. | ^
  639. In file included from otsystem.h:28,
  640. from databasemysql.h:31,
  641. from database.h:320,
  642. from luascript.h:27,
  643. from spells.h:26,
  644. from spells.cpp:22:
  645. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  646. 39 | extern int ftime (struct timeb *__timebuf)
  647. | ^~~~~
  648. In file included from databasemysql.h:31,
  649. from database.h:320,
  650. from luascript.h:27,
  651. from spells.h:26,
  652. from spells.cpp:22:
  653. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  654. 33 | ftime(&t);
  655. | ^
  656. In file included from otsystem.h:28,
  657. from databasemysql.h:31,
  658. from database.h:320,
  659. from luascript.h:27,
  660. from spells.h:26,
  661. from spells.cpp:22:
  662. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  663. 39 | extern int ftime (struct timeb *__timebuf)
  664. | ^~~~~
  665. mv -f .deps/spells.Tpo .deps/spells.Po
  666. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT chat.o -MD -MP -MF .deps/chat.Tpo -c -o chat.o chat.cpp
  667. In file included from player.h:25,
  668. from chat.cpp:23:
  669. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  670. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  671. 33 | ftime(&t);
  672. | ^
  673. In file included from otsystem.h:28,
  674. from player.h:25,
  675. from chat.cpp:23:
  676. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  677. 39 | extern int ftime (struct timeb *__timebuf)
  678. | ^~~~~
  679. In file included from player.h:25,
  680. from chat.cpp:23:
  681. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  682. 33 | ftime(&t);
  683. | ^
  684. In file included from otsystem.h:28,
  685. from player.h:25,
  686. from chat.cpp:23:
  687. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  688. 39 | extern int ftime (struct timeb *__timebuf)
  689. | ^~~~~
  690. mv -f .deps/chat.Tpo .deps/chat.Po
  691. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT house.o -MD -MP -MF .deps/house.Tpo -c -o house.o house.cpp
  692. In file included from player.h:25,
  693. from house.h:27,
  694. from house.cpp:22:
  695. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  696. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  697. 33 | ftime(&t);
  698. | ^
  699. In file included from otsystem.h:28,
  700. from player.h:25,
  701. from house.h:27,
  702. from house.cpp:22:
  703. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  704. 39 | extern int ftime (struct timeb *__timebuf)
  705. | ^~~~~
  706. In file included from player.h:25,
  707. from house.h:27,
  708. from house.cpp:22:
  709. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  710. 33 | ftime(&t);
  711. | ^
  712. In file included from otsystem.h:28,
  713. from player.h:25,
  714. from house.h:27,
  715. from house.cpp:22:
  716. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  717. 39 | extern int ftime (struct timeb *__timebuf)
  718. | ^~~~~
  719. mv -f .deps/house.Tpo .deps/house.Po
  720. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT otserv.o -MD -MP -MF .deps/otserv.Tpo -c -o otserv.o otserv.cpp
  721. In file included from otserv.cpp:22:
  722. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  723. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  724. 33 | ftime(&t);
  725. | ^
  726. In file included from otsystem.h:28,
  727. from otserv.cpp:22:
  728. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  729. 39 | extern int ftime (struct timeb *__timebuf)
  730. | ^~~~~
  731. In file included from otserv.cpp:22:
  732. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  733. 33 | ftime(&t);
  734. | ^
  735. In file included from otsystem.h:28,
  736. from otserv.cpp:22:
  737. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  738. 39 | extern int ftime (struct timeb *__timebuf)
  739. | ^~~~~
  740. mv -f .deps/otserv.Tpo .deps/otserv.Po
  741. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT status.o -MD -MP -MF .deps/status.Tpo -c -o status.o status.cpp
  742. In file included from networkmessage.h:25,
  743. from status.h:25,
  744. from status.cpp:22:
  745. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  746. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  747. 33 | ftime(&t);
  748. | ^
  749. In file included from otsystem.h:28,
  750. from networkmessage.h:25,
  751. from status.h:25,
  752. from status.cpp:22:
  753. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  754. 39 | extern int ftime (struct timeb *__timebuf)
  755. | ^~~~~
  756. In file included from networkmessage.h:25,
  757. from status.h:25,
  758. from status.cpp:22:
  759. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  760. 33 | ftime(&t);
  761. | ^
  762. In file included from otsystem.h:28,
  763. from networkmessage.h:25,
  764. from status.h:25,
  765. from status.cpp:22:
  766. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  767. 39 | extern int ftime (struct timeb *__timebuf)
  768. | ^~~~~
  769. mv -f .deps/status.Tpo .deps/status.Po
  770. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT combat.o -MD -MP -MF .deps/combat.Tpo -c -o combat.o combat.cpp
  771. In file included from databasemysql.h:31,
  772. from database.h:320,
  773. from iomapserialize.h:29,
  774. from map.h:27,
  775. from combat.h:27,
  776. from combat.cpp:22:
  777. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  778. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  779. 33 | ftime(&t);
  780. | ^
  781. In file included from otsystem.h:28,
  782. from databasemysql.h:31,
  783. from database.h:320,
  784. from iomapserialize.h:29,
  785. from map.h:27,
  786. from combat.h:27,
  787. from combat.cpp:22:
  788. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  789. 39 | extern int ftime (struct timeb *__timebuf)
  790. | ^~~~~
  791. In file included from databasemysql.h:31,
  792. from database.h:320,
  793. from iomapserialize.h:29,
  794. from map.h:27,
  795. from combat.h:27,
  796. from combat.cpp:22:
  797. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  798. 33 | ftime(&t);
  799. | ^
  800. In file included from otsystem.h:28,
  801. from databasemysql.h:31,
  802. from database.h:320,
  803. from iomapserialize.h:29,
  804. from map.h:27,
  805. from combat.h:27,
  806. from combat.cpp:22:
  807. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  808. 39 | extern int ftime (struct timeb *__timebuf)
  809. | ^~~~~
  810. mv -f .deps/combat.Tpo .deps/combat.Po
  811. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT housetile.o -MD -MP -MF .deps/housetile.Tpo -c -o housetile.o housetile.cpp
  812. In file included from player.h:25,
  813. from house.h:27,
  814. from housetile.cpp:23:
  815. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  816. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  817. 33 | ftime(&t);
  818. | ^
  819. In file included from otsystem.h:28,
  820. from player.h:25,
  821. from house.h:27,
  822. from housetile.cpp:23:
  823. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  824. 39 | extern int ftime (struct timeb *__timebuf)
  825. | ^~~~~
  826. In file included from player.h:25,
  827. from house.h:27,
  828. from housetile.cpp:23:
  829. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  830. 33 | ftime(&t);
  831. | ^
  832. In file included from otsystem.h:28,
  833. from player.h:25,
  834. from house.h:27,
  835. from housetile.cpp:23:
  836. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  837. 39 | extern int ftime (struct timeb *__timebuf)
  838. | ^~~~~
  839. mv -f .deps/housetile.Tpo .deps/housetile.Po
  840. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT talkaction.o -MD -MP -MF .deps/talkaction.Tpo -c -o talkaction.o talkaction.cpp
  841. In file included from databasemysql.h:31,
  842. from database.h:320,
  843. from iomapserialize.h:29,
  844. from map.h:27,
  845. from creature.h:28,
  846. from talkaction.cpp:30:
  847. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  848. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  849. 33 | ftime(&t);
  850. | ^
  851. In file included from otsystem.h:28,
  852. from databasemysql.h:31,
  853. from database.h:320,
  854. from iomapserialize.h:29,
  855. from map.h:27,
  856. from creature.h:28,
  857. from talkaction.cpp:30:
  858. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  859. 39 | extern int ftime (struct timeb *__timebuf)
  860. | ^~~~~
  861. In file included from databasemysql.h:31,
  862. from database.h:320,
  863. from iomapserialize.h:29,
  864. from map.h:27,
  865. from creature.h:28,
  866. from talkaction.cpp:30:
  867. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  868. 33 | ftime(&t);
  869. | ^
  870. In file included from otsystem.h:28,
  871. from databasemysql.h:31,
  872. from database.h:320,
  873. from iomapserialize.h:29,
  874. from map.h:27,
  875. from creature.h:28,
  876. from talkaction.cpp:30:
  877. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  878. 39 | extern int ftime (struct timeb *__timebuf)
  879. | ^~~~~
  880. mv -f .deps/talkaction.Tpo .deps/talkaction.Po
  881. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT ioaccount.o -MD -MP -MF .deps/ioaccount.Tpo -c -o ioaccount.o ioaccount.cpp
  882. In file included from databasemysql.h:31,
  883. from database.h:320,
  884. from ioaccount.cpp:23:
  885. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  886. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  887. 33 | ftime(&t);
  888. | ^
  889. In file included from otsystem.h:28,
  890. from databasemysql.h:31,
  891. from database.h:320,
  892. from ioaccount.cpp:23:
  893. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  894. 39 | extern int ftime (struct timeb *__timebuf)
  895. | ^~~~~
  896. In file included from databasemysql.h:31,
  897. from database.h:320,
  898. from ioaccount.cpp:23:
  899. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  900. 33 | ftime(&t);
  901. | ^
  902. In file included from otsystem.h:28,
  903. from databasemysql.h:31,
  904. from database.h:320,
  905. from ioaccount.cpp:23:
  906. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  907. 39 | extern int ftime (struct timeb *__timebuf)
  908. | ^~~~~
  909. mv -f .deps/ioaccount.Tpo .deps/ioaccount.Po
  910. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT outputmessage.o -MD -MP -MF .deps/outputmessage.Tpo -c -o outputmessage.o outputmessage.cpp
  911. In file included from networkmessage.h:25,
  912. from outputmessage.h:25,
  913. from outputmessage.cpp:22:
  914. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  915. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  916. 33 | ftime(&t);
  917. | ^
  918. In file included from otsystem.h:28,
  919. from networkmessage.h:25,
  920. from outputmessage.h:25,
  921. from outputmessage.cpp:22:
  922. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  923. 39 | extern int ftime (struct timeb *__timebuf)
  924. | ^~~~~
  925. In file included from networkmessage.h:25,
  926. from outputmessage.h:25,
  927. from outputmessage.cpp:22:
  928. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  929. 33 | ftime(&t);
  930. | ^
  931. In file included from otsystem.h:28,
  932. from networkmessage.h:25,
  933. from outputmessage.h:25,
  934. from outputmessage.cpp:22:
  935. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  936. 39 | extern int ftime (struct timeb *__timebuf)
  937. | ^~~~~
  938. mv -f .deps/outputmessage.Tpo .deps/outputmessage.Po
  939. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT tasks.o -MD -MP -MF .deps/tasks.Tpo -c -o tasks.o tasks.cpp
  940. In file included from networkmessage.h:25,
  941. from outputmessage.h:25,
  942. from tasks.cpp:24:
  943. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  944. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  945. 33 | ftime(&t);
  946. | ^
  947. In file included from otsystem.h:28,
  948. from networkmessage.h:25,
  949. from outputmessage.h:25,
  950. from tasks.cpp:24:
  951. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  952. 39 | extern int ftime (struct timeb *__timebuf)
  953. | ^~~~~
  954. In file included from networkmessage.h:25,
  955. from outputmessage.h:25,
  956. from tasks.cpp:24:
  957. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  958. 33 | ftime(&t);
  959. | ^
  960. In file included from otsystem.h:28,
  961. from networkmessage.h:25,
  962. from outputmessage.h:25,
  963. from tasks.cpp:24:
  964. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  965. 39 | extern int ftime (struct timeb *__timebuf)
  966. | ^~~~~
  967. mv -f .deps/tasks.Tpo .deps/tasks.Po
  968. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT condition.o -MD -MP -MF .deps/condition.Tpo -c -o condition.o condition.cpp
  969. In file included from databasemysql.h:31,
  970. from database.h:320,
  971. from iomapserialize.h:29,
  972. from map.h:27,
  973. from game.h:24,
  974. from condition.cpp:23:
  975. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  976. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  977. 33 | ftime(&t);
  978. | ^
  979. In file included from otsystem.h:28,
  980. from databasemysql.h:31,
  981. from database.h:320,
  982. from iomapserialize.h:29,
  983. from map.h:27,
  984. from game.h:24,
  985. from condition.cpp:23:
  986. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  987. 39 | extern int ftime (struct timeb *__timebuf)
  988. | ^~~~~
  989. In file included from databasemysql.h:31,
  990. from database.h:320,
  991. from iomapserialize.h:29,
  992. from map.h:27,
  993. from game.h:24,
  994. from condition.cpp:23:
  995. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  996. 33 | ftime(&t);
  997. | ^
  998. In file included from otsystem.h:28,
  999. from databasemysql.h:31,
  1000. from database.h:320,
  1001. from iomapserialize.h:29,
  1002. from map.h:27,
  1003. from game.h:24,
  1004. from condition.cpp:23:
  1005. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1006. 39 | extern int ftime (struct timeb *__timebuf)
  1007. | ^~~~~
  1008. mv -f .deps/condition.Tpo .deps/condition.Po
  1009. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT iomapotbm.o -MD -MP -MF .deps/iomapotbm.Tpo -c -o iomapotbm.o iomapotbm.cpp
  1010. In file included from databasemysql.h:31,
  1011. from database.h:320,
  1012. from iomapserialize.h:29,
  1013. from map.h:27,
  1014. from iomap.h:26,
  1015. from iomapotbm.h:25,
  1016. from iomapotbm.cpp:22:
  1017. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  1018. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1019. 33 | ftime(&t);
  1020. | ^
  1021. In file included from otsystem.h:28,
  1022. from databasemysql.h:31,
  1023. from database.h:320,
  1024. from iomapserialize.h:29,
  1025. from map.h:27,
  1026. from iomap.h:26,
  1027. from iomapotbm.h:25,
  1028. from iomapotbm.cpp:22:
  1029. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1030. 39 | extern int ftime (struct timeb *__timebuf)
  1031. | ^~~~~
  1032. In file included from databasemysql.h:31,
  1033. from database.h:320,
  1034. from iomapserialize.h:29,
  1035. from map.h:27,
  1036. from iomap.h:26,
  1037. from iomapotbm.h:25,
  1038. from iomapotbm.cpp:22:
  1039. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1040. 33 | ftime(&t);
  1041. | ^
  1042. In file included from otsystem.h:28,
  1043. from databasemysql.h:31,
  1044. from database.h:320,
  1045. from iomapserialize.h:29,
  1046. from map.h:27,
  1047. from iomap.h:26,
  1048. from iomapotbm.h:25,
  1049. from iomapotbm.cpp:22:
  1050. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1051. 39 | extern int ftime (struct timeb *__timebuf)
  1052. | ^~~~~
  1053. mv -f .deps/iomapotbm.Tpo .deps/iomapotbm.Po
  1054. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT party.o -MD -MP -MF .deps/party.Tpo -c -o party.o party.cpp
  1055. In file included from player.h:25,
  1056. from party.cpp:23:
  1057. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  1058. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1059. 33 | ftime(&t);
  1060. | ^
  1061. In file included from otsystem.h:28,
  1062. from player.h:25,
  1063. from party.cpp:23:
  1064. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1065. 39 | extern int ftime (struct timeb *__timebuf)
  1066. | ^~~~~
  1067. In file included from player.h:25,
  1068. from party.cpp:23:
  1069. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1070. 33 | ftime(&t);
  1071. | ^
  1072. In file included from otsystem.h:28,
  1073. from player.h:25,
  1074. from party.cpp:23:
  1075. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1076. 39 | extern int ftime (struct timeb *__timebuf)
  1077. | ^~~~~
  1078. mv -f .deps/party.Tpo .deps/party.Po
  1079. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT teleport.o -MD -MP -MF .deps/teleport.Tpo -c -o teleport.o teleport.cpp
  1080. In file included from databasemysql.h:31,
  1081. from database.h:320,
  1082. from iomapserialize.h:29,
  1083. from map.h:27,
  1084. from game.h:24,
  1085. from teleport.cpp:23:
  1086. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  1087. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1088. 33 | ftime(&t);
  1089. | ^
  1090. In file included from otsystem.h:28,
  1091. from databasemysql.h:31,
  1092. from database.h:320,
  1093. from iomapserialize.h:29,
  1094. from map.h:27,
  1095. from game.h:24,
  1096. from teleport.cpp:23:
  1097. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1098. 39 | extern int ftime (struct timeb *__timebuf)
  1099. | ^~~~~
  1100. In file included from databasemysql.h:31,
  1101. from database.h:320,
  1102. from iomapserialize.h:29,
  1103. from map.h:27,
  1104. from game.h:24,
  1105. from teleport.cpp:23:
  1106. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1107. 33 | ftime(&t);
  1108. | ^
  1109. In file included from otsystem.h:28,
  1110. from databasemysql.h:31,
  1111. from database.h:320,
  1112. from iomapserialize.h:29,
  1113. from map.h:27,
  1114. from game.h:24,
  1115. from teleport.cpp:23:
  1116. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1117. 39 | extern int ftime (struct timeb *__timebuf)
  1118. | ^~~~~
  1119. mv -f .deps/teleport.Tpo .deps/teleport.Po
  1120. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT configmanager.o -MD -MP -MF .deps/configmanager.Tpo -c -o configmanager.o configmanager.cpp
  1121. mv -f .deps/configmanager.Tpo .deps/configmanager.Po
  1122. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT iomapserialize.o -MD -MP -MF .deps/iomapserialize.Tpo -c -o iomapserialize.o iomapserialize.cpp
  1123. In file included from databasemysql.h:31,
  1124. from database.h:320,
  1125. from iomapserialize.h:29,
  1126. from iomapserialize.cpp:22:
  1127. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  1128. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1129. 33 | ftime(&t);
  1130. | ^
  1131. In file included from otsystem.h:28,
  1132. from databasemysql.h:31,
  1133. from database.h:320,
  1134. from iomapserialize.h:29,
  1135. from iomapserialize.cpp:22:
  1136. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1137. 39 | extern int ftime (struct timeb *__timebuf)
  1138. | ^~~~~
  1139. In file included from databasemysql.h:31,
  1140. from database.h:320,
  1141. from iomapserialize.h:29,
  1142. from iomapserialize.cpp:22:
  1143. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1144. 33 | ftime(&t);
  1145. | ^
  1146. In file included from otsystem.h:28,
  1147. from databasemysql.h:31,
  1148. from database.h:320,
  1149. from iomapserialize.h:29,
  1150. from iomapserialize.cpp:22:
  1151. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1152. 39 | extern int ftime (struct timeb *__timebuf)
  1153. | ^~~~~
  1154. mv -f .deps/iomapserialize.Tpo .deps/iomapserialize.Po
  1155. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT player.o -MD -MP -MF .deps/player.Tpo -c -o player.o player.cpp
  1156. In file included from player.h:25,
  1157. from player.cpp:23:
  1158. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  1159. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1160. 33 | ftime(&t);
  1161. | ^
  1162. In file included from otsystem.h:28,
  1163. from player.h:25,
  1164. from player.cpp:23:
  1165. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1166. 39 | extern int ftime (struct timeb *__timebuf)
  1167. | ^~~~~
  1168. In file included from player.h:25,
  1169. from player.cpp:23:
  1170. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1171. 33 | ftime(&t);
  1172. | ^
  1173. In file included from otsystem.h:28,
  1174. from player.h:25,
  1175. from player.cpp:23:
  1176. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1177. 39 | extern int ftime (struct timeb *__timebuf)
  1178. | ^~~~~
  1179. mv -f .deps/player.Tpo .deps/player.Po
  1180. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT thing.o -MD -MP -MF .deps/thing.Tpo -c -o thing.o thing.cpp
  1181. In file included from databasemysql.h:31,
  1182. from database.h:320,
  1183. from iomapserialize.h:29,
  1184. from map.h:27,
  1185. from creature.h:28,
  1186. from thing.cpp:25:
  1187. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  1188. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1189. 33 | ftime(&t);
  1190. | ^
  1191. In file included from otsystem.h:28,
  1192. from databasemysql.h:31,
  1193. from database.h:320,
  1194. from iomapserialize.h:29,
  1195. from map.h:27,
  1196. from creature.h:28,
  1197. from thing.cpp:25:
  1198. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1199. 39 | extern int ftime (struct timeb *__timebuf)
  1200. | ^~~~~
  1201. In file included from databasemysql.h:31,
  1202. from database.h:320,
  1203. from iomapserialize.h:29,
  1204. from map.h:27,
  1205. from creature.h:28,
  1206. from thing.cpp:25:
  1207. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1208. 33 | ftime(&t);
  1209. | ^
  1210. In file included from otsystem.h:28,
  1211. from databasemysql.h:31,
  1212. from database.h:320,
  1213. from iomapserialize.h:29,
  1214. from map.h:27,
  1215. from creature.h:28,
  1216. from thing.cpp:25:
  1217. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1218. 39 | extern int ftime (struct timeb *__timebuf)
  1219. | ^~~~~
  1220. mv -f .deps/thing.Tpo .deps/thing.Po
  1221. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -std=c++11 -DSYSCONFDIR=\"/usr/local/etc\" -DPKGDATADIR=\"/usr/local/share/otserv\" -D_THREAD_SAFE -D__OLD_GUILD_SYSTEM__ -D_REENTRANT -Wall -g -O2 -MT connection.o -MD -MP -MF .deps/connection.Tpo -c -o connection.o connection.cpp
  1222. In file included from networkmessage.h:25,
  1223. from connection.h:30,
  1224. from connection.cpp:22:
  1225. otsystem.h: In function ‘int64_t OTSYS_TIME()’:
  1226. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1227. 33 | ftime(&t);
  1228. | ^
  1229. In file included from otsystem.h:28,
  1230. from networkmessage.h:25,
  1231. from connection.h:30,
  1232. from connection.cpp:22:
  1233. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1234. 39 | extern int ftime (struct timeb *__timebuf)
  1235. | ^~~~~
  1236. In file included from networkmessage.h:25,
  1237. from connection.h:30,
  1238. from connection.cpp:22:
  1239. otsystem.h:33:10: warning: ‘int ftime(timeb*)’ is deprecated [-Wdeprecated-declarations]
  1240. 33 | ftime(&t);
  1241. | ^
  1242. In file included from otsystem.h:28,
  1243. from networkmessage.h:25,
  1244. from connection.h:30,
  1245. from connection.cpp:22:
  1246. /usr/include/x86_64-linux-gnu/sys/timeb.h:39:12: note: declared here
  1247. 39 | extern int ftime (struct timeb *__timebuf)
  1248. | ^~~~~
  1249. connection.cpp: In member function ‘void Connection::acceptConnection()’:
  1250. connection.cpp:255:83: error: no matching function for call to ‘boost::posix_time::seconds::seconds(Connection::<unnamed enum>)’
  1251. 255 | m_readTimer.expires_from_now(boost::posix_time::seconds(Connection::read_timeout));
  1252. | ^
  1253. In file included from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:16,
  1254. from /usr/include/boost/asio/time_traits.hpp:23,
  1255. from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,
  1256. from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,
  1257. from /usr/include/boost/asio/basic_deadline_timer.hpp:24,
  1258. from /usr/include/boost/asio.hpp:25,
  1259. from connection.h:25,
  1260. from connection.cpp:22:
  1261. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: note: candidate: ‘template<class T> boost::posix_time::seconds::seconds(const T&, typename boost::enable_if<boost::is_integral<T>, void>::type*)’
  1262. 57 | explicit seconds(T const& s,
  1263. | ^~~~~~~
  1264. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: note: template argument deduction/substitution failed:
  1265. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp: In substitution of ‘template<class T> boost::posix_time::seconds::seconds(const T&, typename boost::enable_if<boost::is_integral<T>, void>::type*) [with T = Connection::<unnamed enum>]’:
  1266. connection.cpp:255:83: required from here
  1267. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: error: no type named ‘type’ in ‘struct boost::enable_if<boost::is_integral<Connection::<unnamed enum> >, void>’
  1268. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: candidate: ‘boost::posix_time::seconds::seconds(const boost::posix_time::seconds&)’
  1269. 53 | class BOOST_SYMBOL_VISIBLE seconds : public time_duration
  1270. | ^~~~~~~
  1271. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: no known conversion for argument 1 from ‘Connection::<unnamed enum>’ to ‘const boost::posix_time::seconds&’
  1272. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: candidate: ‘boost::posix_time::seconds::seconds(boost::posix_time::seconds&&)’
  1273. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: no known conversion for argument 1 from ‘Connection::<unnamed enum>’ to ‘boost::posix_time::seconds&&’
  1274. connection.cpp: In member function ‘void Connection::parseHeader(const boost::system::error_code&)’:
  1275. connection.cpp:307:83: error: no matching function for call to ‘boost::posix_time::seconds::seconds(Connection::<unnamed enum>)’
  1276. 307 | m_readTimer.expires_from_now(boost::posix_time::seconds(Connection::read_timeout));
  1277. | ^
  1278. In file included from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:16,
  1279. from /usr/include/boost/asio/time_traits.hpp:23,
  1280. from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,
  1281. from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,
  1282. from /usr/include/boost/asio/basic_deadline_timer.hpp:24,
  1283. from /usr/include/boost/asio.hpp:25,
  1284. from connection.h:25,
  1285. from connection.cpp:22:
  1286. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: note: candidate: ‘template<class T> boost::posix_time::seconds::seconds(const T&, typename boost::enable_if<boost::is_integral<T>, void>::type*)’
  1287. 57 | explicit seconds(T const& s,
  1288. | ^~~~~~~
  1289. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: note: template argument deduction/substitution failed:
  1290. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp: In substitution of ‘template<class T> boost::posix_time::seconds::seconds(const T&, typename boost::enable_if<boost::is_integral<T>, void>::type*) [with T = Connection::<unnamed enum>]’:
  1291. connection.cpp:307:83: required from here
  1292. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: error: no type named ‘type’ in ‘struct boost::enable_if<boost::is_integral<Connection::<unnamed enum> >, void>’
  1293. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: candidate: ‘boost::posix_time::seconds::seconds(const boost::posix_time::seconds&)’
  1294. 53 | class BOOST_SYMBOL_VISIBLE seconds : public time_duration
  1295. | ^~~~~~~
  1296. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: no known conversion for argument 1 from ‘Connection::<unnamed enum>’ to ‘const boost::posix_time::seconds&’
  1297. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: candidate: ‘boost::posix_time::seconds::seconds(boost::posix_time::seconds&&)’
  1298. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: no known conversion for argument 1 from ‘Connection::<unnamed enum>’ to ‘boost::posix_time::seconds&&’
  1299. connection.cpp: In member function ‘void Connection::parsePacket(const boost::system::error_code&)’:
  1300. connection.cpp:369:83: error: no matching function for call to ‘boost::posix_time::seconds::seconds(Connection::<unnamed enum>)’
  1301. 369 | m_readTimer.expires_from_now(boost::posix_time::seconds(Connection::read_timeout));
  1302. | ^
  1303. In file included from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:16,
  1304. from /usr/include/boost/asio/time_traits.hpp:23,
  1305. from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,
  1306. from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,
  1307. from /usr/include/boost/asio/basic_deadline_timer.hpp:24,
  1308. from /usr/include/boost/asio.hpp:25,
  1309. from connection.h:25,
  1310. from connection.cpp:22:
  1311. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: note: candidate: ‘template<class T> boost::posix_time::seconds::seconds(const T&, typename boost::enable_if<boost::is_integral<T>, void>::type*)’
  1312. 57 | explicit seconds(T const& s,
  1313. | ^~~~~~~
  1314. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: note: template argument deduction/substitution failed:
  1315. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp: In substitution of ‘template<class T> boost::posix_time::seconds::seconds(const T&, typename boost::enable_if<boost::is_integral<T>, void>::type*) [with T = Connection::<unnamed enum>]’:
  1316. connection.cpp:369:83: required from here
  1317. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: error: no type named ‘type’ in ‘struct boost::enable_if<boost::is_integral<Connection::<unnamed enum> >, void>’
  1318. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: candidate: ‘boost::posix_time::seconds::seconds(const boost::posix_time::seconds&)’
  1319. 53 | class BOOST_SYMBOL_VISIBLE seconds : public time_duration
  1320. | ^~~~~~~
  1321. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: no known conversion for argument 1 from ‘Connection::<unnamed enum>’ to ‘const boost::posix_time::seconds&’
  1322. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: candidate: ‘boost::posix_time::seconds::seconds(boost::posix_time::seconds&&)’
  1323. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: no known conversion for argument 1 from ‘Connection::<unnamed enum>’ to ‘boost::posix_time::seconds&&’
  1324. connection.cpp: In member function ‘void Connection::internalSend(OutputMessage_ptr)’:
  1325. connection.cpp:432:85: error: no matching function for call to ‘boost::posix_time::seconds::seconds(Connection::<unnamed enum>)’
  1326. 432 | m_writeTimer.expires_from_now(boost::posix_time::seconds(Connection::write_timeout));
  1327. | ^
  1328. In file included from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:16,
  1329. from /usr/include/boost/asio/time_traits.hpp:23,
  1330. from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22,
  1331. from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29,
  1332. from /usr/include/boost/asio/basic_deadline_timer.hpp:24,
  1333. from /usr/include/boost/asio.hpp:25,
  1334. from connection.h:25,
  1335. from connection.cpp:22:
  1336. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: note: candidate: ‘template<class T> boost::posix_time::seconds::seconds(const T&, typename boost::enable_if<boost::is_integral<T>, void>::type*)’
  1337. 57 | explicit seconds(T const& s,
  1338. | ^~~~~~~
  1339. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: note: template argument deduction/substitution failed:
  1340. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp: In substitution of ‘template<class T> boost::posix_time::seconds::seconds(const T&, typename boost::enable_if<boost::is_integral<T>, void>::type*) [with T = Connection::<unnamed enum>]’:
  1341. connection.cpp:432:85: required from here
  1342. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:57:16: error: no type named ‘type’ in ‘struct boost::enable_if<boost::is_integral<Connection::<unnamed enum> >, void>’
  1343. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: candidate: ‘boost::posix_time::seconds::seconds(const boost::posix_time::seconds&)’
  1344. 53 | class BOOST_SYMBOL_VISIBLE seconds : public time_duration
  1345. | ^~~~~~~
  1346. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: no known conversion for argument 1 from ‘Connection::<unnamed enum>’ to ‘const boost::posix_time::seconds&’
  1347. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: candidate: ‘boost::posix_time::seconds::seconds(boost::posix_time::seconds&&)’
  1348. /usr/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: no known conversion for argument 1 from ‘Connection::<unnamed enum>’ to ‘boost::posix_time::seconds&&’
  1349. make[1]: *** [Makefile:663: connection.o] Error 1
  1350. make[1]: Leaving directory '/var/test/rlmap740x-master/source'
  1351. make: *** [Makefile:479: all] Error 2
  1352.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement