Advertisement
Guest User

Untitled

a guest
Apr 24th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.38 KB | None | 0 0
  1. theforgottenserver 0.4
  2.  
  3. Server diagnostics.......... : no
  4. Login server mode........... : no
  5. OTAdmin protocol............ : no
  6. Root run permission......... : no
  7. Login server mode........... : no
  8. Home-directory configuration : no
  9. OTServ custom allocator..... : no
  10. Debug build................. : no
  11. Using LuaJIT................ : no
  12.  
  13. Build with MySQL............ : yes
  14. Build with SQLite........... : no
  15. Build with PostgreSQL....... : no
  16.  
  17. Configure complete, now you may type './build.sh'.
  18. /bin/bash ./config.status
  19. config.status: creating Makefile
  20. config.status: creating config.h
  21. config.status: config.h is unchanged
  22. config.status: executing depfiles commands
  23. make all-am
  24. make[1]: Entering directory `/root/TibiaServer/trunk.r3777'
  25. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 -fomit-frame-pointer -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -pipe -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.cpp
  26. g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 -fomit-frame-pointer -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -pipe -MT baseevents.o -MD -MP -MF .deps/baseevents.Tpo -c -o baseevents.o baseevents.cpp
  27. In file included from /usr/local/include/boost/thread/detail/platform.hpp:17:0,
  28. from /usr/local/include/boost/thread/thread.hpp:12,
  29. from /usr/local/include/boost/thread.hpp:13,
  30. from otsystem.h:34,
  31. from baseevents.h:20,
  32. from actions.h:20,
  33. from actions.cpp:20:
  34. /usr/local/include/boost/config/requires_threads.hpp:29:4: error: #error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS"
  35. # error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS"
  36. ^
  37. In file included from /usr/local/include/boost/thread/thread.hpp:12:0,
  38. from /usr/local/include/boost/thread.hpp:13,
  39. from otsystem.h:34,
  40. from baseevents.h:20,
  41. from actions.h:20,
  42. from actions.cpp:20:
  43. /usr/local/include/boost/thread/detail/platform.hpp:67:9: error: #error "Sorry, no boost threads are available for this platform."
  44. # error "Sorry, no boost threads are available for this platform."
  45. ^
  46. In file included from /usr/local/include/boost/thread.hpp:13:0,
  47. from otsystem.h:34,
  48. from baseevents.h:20,
  49. from actions.h:20,
  50. from actions.cpp:20:
  51. /usr/local/include/boost/thread/thread.hpp:19:2: error: #error "Boost threads unavailable on this platform"
  52. #error "Boost threads unavailable on this platform"
  53. ^
  54. In file included from /usr/local/include/boost/thread/detail/thread.hpp:11:0,
  55. from /usr/local/include/boost/thread/thread.hpp:22,
  56. from /usr/local/include/boost/thread.hpp:13,
  57. from otsystem.h:34,
  58. from baseevents.h:20,
  59. from actions.h:20,
  60. from actions.cpp:20:
  61. /usr/local/include/boost/thread/mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
  62. #error "Boost threads unavailable on this platform"
  63. ^
  64. In file included from /usr/local/include/boost/thread/detail/thread.hpp:13:0,
  65. from /usr/local/include/boost/thread/thread.hpp:22,
  66. from /usr/local/include/boost/thread.hpp:13,
  67. from otsystem.h:34,
  68. from baseevents.h:20,
  69. from actions.h:20,
  70. from actions.cpp:20:
  71. /usr/local/include/boost/thread/detail/thread_heap_alloc.hpp:19:2: error: #error "Boost threads unavailable on this platform"
  72. #error "Boost threads unavailable on this platform"
  73. ^
  74. In file included from /usr/local/include/boost/thread/detail/thread_group.hpp:9:0,
  75. from /usr/local/include/boost/thread/thread.hpp:24,
  76. from /usr/local/include/boost/thread.hpp:13,
  77. from otsystem.h:34,
  78. from baseevents.h:20,
  79. from actions.h:20,
  80. from actions.cpp:20:
  81. /usr/local/include/boost/thread/shared_mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
  82. #error "Boost threads unavailable on this platform"
  83. ^
  84. In file included from /usr/local/include/boost/thread/detail/platform.hpp:17:0,
  85. from /usr/local/include/boost/thread/thread.hpp:12,
  86. from /usr/local/include/boost/thread.hpp:13,
  87. from otsystem.h:34,
  88. from baseevents.h:20,
  89. from baseevents.cpp:20:
  90. /usr/local/include/boost/config/requires_threads.hpp:29:4: error: #error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS"
  91. # error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS"
  92. ^
  93. In file included from /usr/local/include/boost/thread/thread.hpp:12:0,
  94. from /usr/local/include/boost/thread.hpp:13,
  95. from otsystem.h:34,
  96. from baseevents.h:20,
  97. from baseevents.cpp:20:
  98. /usr/local/include/boost/thread/detail/platform.hpp:67:9: error: #error "Sorry, no boost threads are available for this platform."
  99. # error "Sorry, no boost threads are available for this platform."
  100. ^
  101. In file included from /usr/local/include/boost/thread.hpp:13:0,
  102. from otsystem.h:34,
  103. from baseevents.h:20,
  104. from baseevents.cpp:20:
  105. /usr/local/include/boost/thread/thread.hpp:19:2: error: #error "Boost threads unavailable on this platform"
  106. #error "Boost threads unavailable on this platform"
  107. ^
  108. In file included from /usr/local/include/boost/thread.hpp:14:0,
  109. from otsystem.h:34,
  110. from baseevents.h:20,
  111. from actions.h:20,
  112. from actions.cpp:20:
  113. /usr/local/include/boost/thread/condition_variable.hpp:18:2: error: #error "Boost threads unavailable on this platform"
  114. #error "Boost threads unavailable on this platform"
  115. ^
  116. In file included from /usr/local/include/boost/thread.hpp:17:0,
  117. from otsystem.h:34,
  118. from baseevents.h:20,
  119. from actions.h:20,
  120. from actions.cpp:20:
  121. /usr/local/include/boost/thread/once.hpp:18:2: error: #error "Boost threads unavailable on this platform"
  122. #error "Boost threads unavailable on this platform"
  123. ^
  124. In file included from /usr/local/include/boost/thread/detail/thread.hpp:11:0,
  125. from /usr/local/include/boost/thread/thread.hpp:22,
  126. from /usr/local/include/boost/thread.hpp:13,
  127. from otsystem.h:34,
  128. from baseevents.h:20,
  129. from baseevents.cpp:20:
  130. /usr/local/include/boost/thread/mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
  131. #error "Boost threads unavailable on this platform"
  132. ^
  133. In file included from /usr/local/include/boost/thread.hpp:18:0,
  134. from otsystem.h:34,
  135. from baseevents.h:20,
  136. from actions.h:20,
  137. from actions.cpp:20:
  138. /usr/local/include/boost/thread/recursive_mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
  139. #error "Boost threads unavailable on this platform"
  140. ^
  141. In file included from /usr/local/include/boost/thread/detail/thread.hpp:13:0,
  142. from /usr/local/include/boost/thread/thread.hpp:22,
  143. from /usr/local/include/boost/thread.hpp:13,
  144. from otsystem.h:34,
  145. from baseevents.h:20,
  146. from baseevents.cpp:20:
  147. /usr/local/include/boost/thread/detail/thread_heap_alloc.hpp:19:2: error: #error "Boost threads unavailable on this platform"
  148. #error "Boost threads unavailable on this platform"
  149. ^
  150. In file included from /usr/local/include/boost/thread/detail/thread_group.hpp:9:0,
  151. from /usr/local/include/boost/thread/thread.hpp:24,
  152. from /usr/local/include/boost/thread.hpp:13,
  153. from otsystem.h:34,
  154. from baseevents.h:20,
  155. from baseevents.cpp:20:
  156. /usr/local/include/boost/thread/shared_mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
  157. #error "Boost threads unavailable on this platform"
  158. ^
  159. In file included from /usr/local/include/boost/thread.hpp:14:0,
  160. from otsystem.h:34,
  161. from baseevents.h:20,
  162. from baseevents.cpp:20:
  163. /usr/local/include/boost/thread/condition_variable.hpp:18:2: error: #error "Boost threads unavailable on this platform"
  164. #error "Boost threads unavailable on this platform"
  165. ^
  166. In file included from /usr/local/include/boost/thread.hpp:17:0,
  167. from otsystem.h:34,
  168. from baseevents.h:20,
  169. from baseevents.cpp:20:
  170. /usr/local/include/boost/thread/once.hpp:18:2: error: #error "Boost threads unavailable on this platform"
  171. #error "Boost threads unavailable on this platform"
  172. ^
  173. In file included from /usr/local/include/boost/thread.hpp:18:0,
  174. from otsystem.h:34,
  175. from baseevents.h:20,
  176. from baseevents.cpp:20:
  177. /usr/local/include/boost/thread/recursive_mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
  178. #error "Boost threads unavailable on this platform"
  179. ^
  180. In file included from thing.h:20:0,
  181. from otpch.h:40,
  182. from baseevents.cpp:17:
  183. position.h:48:12: error: ‘uint16_t’ has not been declared
  184. template<uint16_t deltax, uint16_t deltay, uint16_t deltaz>
  185. ^
  186. position.h:48:29: error: ‘uint16_t’ has not been declared
  187. template<uint16_t deltax, uint16_t deltay, uint16_t deltaz>
  188. ^
  189. position.h:48:46: error: ‘uint16_t’ has not been declared
  190. template<uint16_t deltax, uint16_t deltay, uint16_t deltaz>
  191. ^
  192. In file included from thing.h:20:0,
  193. from otpch.h:40,
  194. from baseevents.cpp:17:
  195. position.h:54:12: error: ‘uint16_t’ has not been declared
  196. template<uint16_t deltax, uint16_t deltay>
  197. ^
  198. position.h:54:29: error: ‘uint16_t’ has not been declared
  199. template<uint16_t deltax, uint16_t deltay>
  200. ^
  201. position.h:65:21: error: expected ‘)’ before ‘_x’
  202. Position(uint16_t _x, uint16_t _y, uint16_t _z): x(_x), y(_y), z(_z) {}
  203. ^
  204. position.h:66:3: error: ‘uint16_t’ does not name a type
  205. uint16_t x, y, z;
  206. ^
  207. In file included from thing.h:20:0,
  208. from otpch.h:40,
  209. from baseevents.cpp:17:
  210. position.h: In constructor ‘Position::Position()’:
  211. position.h:45:15: error: class ‘Position’ does not have any field named ‘x’
  212. Position(): x(0), y(0), z(0) {}
  213. ^
  214. position.h:45:21: error: class ‘Position’ does not have any field named ‘y’
  215. Position(): x(0), y(0), z(0) {}
  216. ^
  217. position.h:45:27: error: class ‘Position’ does not have any field named ‘z’
  218. Position(): x(0), y(0), z(0) {}
  219. ^
  220. position.h: In static member function ‘static bool Position::areInRange(const Position&, const Position&)’:
  221. position.h:51:31: error: ‘const class Position’ has no member named ‘x’
  222. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  223. ^
  224. position.h:51:38: error: ‘const class Position’ has no member named ‘x’
  225. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  226. ^
  227. position.h:51:72: error: ‘const class Position’ has no member named ‘y’
  228. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  229. ^
  230. position.h:51:79: error: ‘const class Position’ has no member named ‘y’
  231. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  232. ^
  233. position.h:51:113: error: ‘const class Position’ has no member named ‘z’
  234. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  235. ^
  236. position.h:51:120: error: ‘const class Position’ has no member named ‘z’
  237. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  238. ^
  239. In file included from thing.h:20:0,
  240. from otpch.h:40,
  241. from baseevents.cpp:17:
  242. position.h: In static member function ‘static bool Position::areInRange(const Position&, const Position&)’:
  243. position.h:57:31: error: ‘const class Position’ has no member named ‘x’
  244. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay);
  245. ^
  246. position.h:57:38: error: ‘const class Position’ has no member named ‘x’
  247. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay);
  248. ^
  249. position.h:57:72: error: ‘const class Position’ has no member named ‘y’
  250. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay);
  251. ^
  252. position.h:57:79: error: ‘const class Position’ has no member named ‘y’
  253. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay);
  254. ^
  255. position.h: In static member function ‘static bool Position::areInRange(const Position&, const Position&, const Position&)’:
  256. position.h:62:31: error: ‘const class Position’ has no member named ‘x’
  257. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  258. ^
  259. position.h:62:38: error: ‘const class Position’ has no member named ‘x’
  260. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  261. ^
  262. position.h:62:46: error: ‘const class Position’ has no member named ‘x’
  263. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  264. ^
  265. position.h:62:69: error: ‘const class Position’ has no member named ‘y’
  266. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  267. ^
  268. position.h:62:76: error: ‘const class Position’ has no member named ‘y’
  269. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  270. ^
  271. position.h:62:84: error: ‘const class Position’ has no member named ‘y’
  272. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  273. ^
  274. position.h:62:107: error: ‘const class Position’ has no member named ‘z’
  275. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  276. ^
  277. position.h:62:114: error: ‘const class Position’ has no member named ‘z’
  278. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  279. ^
  280. position.h:62:122: error: ‘const class Position’ has no member named ‘z’
  281. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  282. ^
  283. position.h: In member function ‘bool Position::operator<(const Position&) const’:
  284. position.h:70:7: error: ‘z’ was not declared in this scope
  285. if(z < p.z)
  286. ^
  287. position.h:70:13: error: ‘const class Position’ has no member named ‘z’
  288. if(z < p.z)
  289. ^
  290. position.h:73:7: error: ‘z’ was not declared in this scope
  291. if(z > p.z)
  292. ^
  293. position.h:73:13: error: ‘const class Position’ has no member named ‘z’
  294. if(z > p.z)
  295. ^
  296. position.h:76:7: error: ‘y’ was not declared in this scope
  297. if(y < p.y)
  298. ^
  299. position.h:76:13: error: ‘const class Position’ has no member named ‘y’
  300. if(y < p.y)
  301. ^
  302. position.h:79:7: error: ‘y’ was not declared in this scope
  303. if(y > p.y)
  304. ^
  305. position.h:79:13: error: ‘const class Position’ has no member named ‘y’
  306. if(y > p.y)
  307. ^
  308. position.h:82:7: error: ‘x’ was not declared in this scope
  309. if(x < p.x)
  310. ^
  311. position.h:82:13: error: ‘const class Position’ has no member named ‘x’
  312. if(x < p.x)
  313. ^
  314. position.h:85:7: error: ‘x’ was not declared in this scope
  315. if(x > p.x)
  316. ^
  317. position.h:85:13: error: ‘const class Position’ has no member named ‘x’
  318. if(x > p.x)
  319. ^
  320. position.h: In member function ‘bool Position::operator==(const Position&) const’:
  321. position.h:98:14: error: ‘const class Position’ has no member named ‘x’
  322. return (p.x == x && p.y == y && p.z == z);
  323. ^
  324. position.h:98:19: error: ‘x’ was not declared in this scope
  325. return (p.x == x && p.y == y && p.z == z);
  326. ^
  327. position.h:98:26: error: ‘const class Position’ has no member named ‘y’
  328. return (p.x == x && p.y == y && p.z == z);
  329. ^
  330. position.h:98:31: error: ‘y’ was not declared in this scope
  331. return (p.x == x && p.y == y && p.z == z);
  332. ^
  333. position.h:98:38: error: ‘const class Position’ has no member named ‘z’
  334. return (p.x == x && p.y == y && p.z == z);
  335. ^
  336. position.h:98:43: error: ‘z’ was not declared in this scope
  337. return (p.x == x && p.y == y && p.z == z);
  338. ^
  339. position.h: In member function ‘Position Position::operator+(const Position&)’:
  340. position.h:108:20: error: ‘x’ was not declared in this scope
  341. return Position(x + p1.x, y + p1.y, z + p1.z);
  342. ^
  343. position.h:108:27: error: ‘const class Position’ has no member named ‘x’
  344. return Position(x + p1.x, y + p1.y, z + p1.z);
  345. ^
  346. position.h:108:30: error: ‘y’ was not declared in this scope
  347. return Position(x + p1.x, y + p1.y, z + p1.z);
  348. ^
  349. position.h:108:37: error: ‘const class Position’ has no member named ‘y’
  350. return Position(x + p1.x, y + p1.y, z + p1.z);
  351. ^
  352. position.h:108:40: error: ‘z’ was not declared in this scope
  353. return Position(x + p1.x, y + p1.y, z + p1.z);
  354. ^
  355. position.h:108:47: error: ‘const class Position’ has no member named ‘z’
  356. return Position(x + p1.x, y + p1.y, z + p1.z);
  357. ^
  358. position.h: In member function ‘Position Position::operator-(const Position&)’:
  359. position.h:113:20: error: ‘x’ was not declared in this scope
  360. return Position(x - p1.x, y - p1.y, z - p1.z);
  361. ^
  362. position.h:113:27: error: ‘const class Position’ has no member named ‘x’
  363. return Position(x - p1.x, y - p1.y, z - p1.z);
  364. ^
  365. position.h:113:30: error: ‘y’ was not declared in this scope
  366. return Position(x - p1.x, y - p1.y, z - p1.z);
  367. ^
  368. position.h:113:37: error: ‘const class Position’ has no member named ‘y’
  369. return Position(x - p1.x, y - p1.y, z - p1.z);
  370. ^
  371. position.h:113:40: error: ‘z’ was not declared in this scope
  372. return Position(x - p1.x, y - p1.y, z - p1.z);
  373. ^
  374. position.h:113:47: error: ‘const class Position’ has no member named ‘z’
  375. return Position(x - p1.x, y - p1.y, z - p1.z);
  376. ^
  377. position.h: At global scope:
  378. position.h:126:23: error: expected ‘)’ before ‘_x’
  379. PositionEx(uint16_t _x, uint16_t _y, uint16_t _z, int16_t _stackpos): Position(_x,_y,_z), stackpos(_stackpos) {}
  380. ^
  381. position.h:127:23: error: expected ‘)’ before ‘_x’
  382. PositionEx(uint16_t _x, uint16_t _y, uint16_t _z): Position(_x,_y,_z), stackpos(0) {}
  383. ^
  384. position.h: In constructor ‘PositionEx::PositionEx(Position)’:
  385. position.h:129:38: error: ‘class Position’ has no member named ‘x’
  386. PositionEx(Position p): Position(p.x, p.y, p.z), stackpos(0) {}
  387. ^
  388. position.h:129:43: error: ‘class Position’ has no member named ‘y’
  389. PositionEx(Position p): Position(p.x, p.y, p.z), stackpos(0) {}
  390. ^
  391. position.h:129:48: error: ‘class Position’ has no member named ‘z’
  392. PositionEx(Position p): Position(p.x, p.y, p.z), stackpos(0) {}
  393. ^
  394. position.h: In constructor ‘PositionEx::PositionEx(Position, int16_t)’:
  395. position.h:130:57: error: ‘class Position’ has no member named ‘x’
  396. PositionEx(Position p, int16_t _stackpos): Position(p.x, p.y, p.z), stackpos(_stackpos) {}
  397. ^
  398. position.h:130:62: error: ‘class Position’ has no member named ‘y’
  399. PositionEx(Position p, int16_t _stackpos): Position(p.x, p.y, p.z), stackpos(_stackpos) {}
  400. ^
  401. position.h:130:67: error: ‘class Position’ has no member named ‘z’
  402. PositionEx(Position p, int16_t _stackpos): Position(p.x, p.y, p.z), stackpos(_stackpos) {}
  403. ^
  404. position.h: In member function ‘bool PositionEx::operator==(const PositionEx&) const’:
  405. position.h:136:14: error: ‘const class PositionEx’ has no member named ‘x’
  406. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  407. ^
  408. position.h:136:19: error: ‘x’ was not declared in this scope
  409. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  410. ^
  411. position.h:136:26: error: ‘const class PositionEx’ has no member named ‘y’
  412. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  413. ^
  414. position.h:136:31: error: ‘y’ was not declared in this scope
  415. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  416. ^
  417. position.h:136:38: error: ‘const class PositionEx’ has no member named ‘z’
  418. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  419. ^
  420. position.h:136:43: error: ‘z’ was not declared in this scope
  421. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  422. ^
  423. position.h: In member function ‘bool PositionEx::operator!=(const PositionEx&) const’:
  424. position.h:141:15: error: ‘const class PositionEx’ has no member named ‘x’
  425. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  426. ^
  427. position.h:141:20: error: ‘x’ was not declared in this scope
  428. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  429. ^
  430. position.h:141:27: error: ‘const class PositionEx’ has no member named ‘y’
  431. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  432. ^
  433. position.h:141:32: error: ‘y’ was not declared in this scope
  434. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  435. ^
  436. position.h:141:39: error: ‘const class PositionEx’ has no member named ‘z’
  437. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  438. ^
  439. position.h:141:44: error: ‘z’ was not declared in this scope
  440. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  441. ^
  442. In file included from thing.h:20:0,
  443. from otpch.h:40,
  444. from actions.cpp:17:
  445. position.h:48:12: error: ‘uint16_t’ has not been declared
  446. template<uint16_t deltax, uint16_t deltay, uint16_t deltaz>
  447. ^
  448. position.h:48:29: error: ‘uint16_t’ has not been declared
  449. template<uint16_t deltax, uint16_t deltay, uint16_t deltaz>
  450. ^
  451. position.h:48:46: error: ‘uint16_t’ has not been declared
  452. template<uint16_t deltax, uint16_t deltay, uint16_t deltaz>
  453. ^
  454. In file included from thing.h:20:0,
  455. from otpch.h:40,
  456. from actions.cpp:17:
  457. position.h:54:12: error: ‘uint16_t’ has not been declared
  458. template<uint16_t deltax, uint16_t deltay>
  459. ^
  460. position.h:54:29: error: ‘uint16_t’ has not been declared
  461. template<uint16_t deltax, uint16_t deltay>
  462. ^
  463. position.h:65:21: error: expected ‘)’ before ‘_x’
  464. Position(uint16_t _x, uint16_t _y, uint16_t _z): x(_x), y(_y), z(_z) {}
  465. ^
  466. position.h:66:3: error: ‘uint16_t’ does not name a type
  467. uint16_t x, y, z;
  468. ^
  469. In file included from thing.h:20:0,
  470. from otpch.h:40,
  471. from actions.cpp:17:
  472. position.h: In constructor ‘Position::Position()’:
  473. position.h:45:15: error: class ‘Position’ does not have any field named ‘x’
  474. Position(): x(0), y(0), z(0) {}
  475. ^
  476. position.h:45:21: error: class ‘Position’ does not have any field named ‘y’
  477. Position(): x(0), y(0), z(0) {}
  478. ^
  479. position.h:45:27: error: class ‘Position’ does not have any field named ‘z’
  480. Position(): x(0), y(0), z(0) {}
  481. ^
  482. position.h: In static member function ‘static bool Position::areInRange(const Position&, const Position&)’:
  483. position.h:51:31: error: ‘const class Position’ has no member named ‘x’
  484. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  485. ^
  486. position.h:51:38: error: ‘const class Position’ has no member named ‘x’
  487. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  488. ^
  489. position.h:51:72: error: ‘const class Position’ has no member named ‘y’
  490. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  491. ^
  492. position.h:51:79: error: ‘const class Position’ has no member named ‘y’
  493. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  494. ^
  495. position.h:51:113: error: ‘const class Position’ has no member named ‘z’
  496. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  497. ^
  498. position.h:51:120: error: ‘const class Position’ has no member named ‘z’
  499. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay || std::abs(float(p1.z - p2.z)) > deltaz);
  500. ^
  501. In file included from thing.h:20:0,
  502. from otpch.h:40,
  503. from actions.cpp:17:
  504. position.h: In static member function ‘static bool Position::areInRange(const Position&, const Position&)’:
  505. position.h:57:31: error: ‘const class Position’ has no member named ‘x’
  506. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay);
  507. ^
  508. position.h:57:38: error: ‘const class Position’ has no member named ‘x’
  509. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay);
  510. ^
  511. position.h:57:72: error: ‘const class Position’ has no member named ‘y’
  512. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay);
  513. ^
  514. position.h:57:79: error: ‘const class Position’ has no member named ‘y’
  515. return !(std::abs(float(p1.x - p2.x)) > deltax || std::abs(float(p1.y - p2.y)) > deltay);
  516. ^
  517. position.h: In static member function ‘static bool Position::areInRange(const Position&, const Position&, const Position&)’:
  518. position.h:62:31: error: ‘const class Position’ has no member named ‘x’
  519. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  520. ^
  521. position.h:62:38: error: ‘const class Position’ has no member named ‘x’
  522. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  523. ^
  524. position.h:62:46: error: ‘const class Position’ has no member named ‘x’
  525. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  526. ^
  527. position.h:62:69: error: ‘const class Position’ has no member named ‘y’
  528. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  529. ^
  530. position.h:62:76: error: ‘const class Position’ has no member named ‘y’
  531. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  532. ^
  533. position.h:62:84: error: ‘const class Position’ has no member named ‘y’
  534. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  535. ^
  536. position.h:62:107: error: ‘const class Position’ has no member named ‘z’
  537. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  538. ^
  539. position.h:62:114: error: ‘const class Position’ has no member named ‘z’
  540. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  541. ^
  542. position.h:62:122: error: ‘const class Position’ has no member named ‘z’
  543. return !(std::abs(float(p1.x - p2.x)) > r.x || std::abs(float(p1.y - p2.y)) > r.y || std::abs(float(p1.z - p2.z)) > r.z);
  544. ^
  545. position.h: In member function ‘bool Position::operator<(const Position&) const’:
  546. position.h:70:7: error: ‘z’ was not declared in this scope
  547. if(z < p.z)
  548. ^
  549. position.h:70:13: error: ‘const class Position’ has no member named ‘z’
  550. if(z < p.z)
  551. ^
  552. position.h:73:7: error: ‘z’ was not declared in this scope
  553. if(z > p.z)
  554. ^
  555. position.h:73:13: error: ‘const class Position’ has no member named ‘z’
  556. if(z > p.z)
  557. ^
  558. position.h:76:7: error: ‘y’ was not declared in this scope
  559. if(y < p.y)
  560. ^
  561. position.h:76:13: error: ‘const class Position’ has no member named ‘y’
  562. if(y < p.y)
  563. ^
  564. position.h:79:7: error: ‘y’ was not declared in this scope
  565. if(y > p.y)
  566. ^
  567. position.h:79:13: error: ‘const class Position’ has no member named ‘y’
  568. if(y > p.y)
  569. ^
  570. position.h:82:7: error: ‘x’ was not declared in this scope
  571. if(x < p.x)
  572. ^
  573. position.h:82:13: error: ‘const class Position’ has no member named ‘x’
  574. if(x < p.x)
  575. ^
  576. position.h:85:7: error: ‘x’ was not declared in this scope
  577. if(x > p.x)
  578. ^
  579. position.h:85:13: error: ‘const class Position’ has no member named ‘x’
  580. if(x > p.x)
  581. ^
  582. position.h: In member function ‘bool Position::operator==(const Position&) const’:
  583. position.h:98:14: error: ‘const class Position’ has no member named ‘x’
  584. return (p.x == x && p.y == y && p.z == z);
  585. ^
  586. position.h:98:19: error: ‘x’ was not declared in this scope
  587. return (p.x == x && p.y == y && p.z == z);
  588. ^
  589. position.h:98:26: error: ‘const class Position’ has no member named ‘y’
  590. return (p.x == x && p.y == y && p.z == z);
  591. ^
  592. position.h:98:31: error: ‘y’ was not declared in this scope
  593. return (p.x == x && p.y == y && p.z == z);
  594. ^
  595. position.h:98:38: error: ‘const class Position’ has no member named ‘z’
  596. return (p.x == x && p.y == y && p.z == z);
  597. ^
  598. position.h:98:43: error: ‘z’ was not declared in this scope
  599. return (p.x == x && p.y == y && p.z == z);
  600. ^
  601. position.h: In member function ‘Position Position::operator+(const Position&)’:
  602. position.h:108:20: error: ‘x’ was not declared in this scope
  603. return Position(x + p1.x, y + p1.y, z + p1.z);
  604. ^
  605. position.h:108:27: error: ‘const class Position’ has no member named ‘x’
  606. return Position(x + p1.x, y + p1.y, z + p1.z);
  607. ^
  608. position.h:108:30: error: ‘y’ was not declared in this scope
  609. return Position(x + p1.x, y + p1.y, z + p1.z);
  610. ^
  611. position.h:108:37: error: ‘const class Position’ has no member named ‘y’
  612. return Position(x + p1.x, y + p1.y, z + p1.z);
  613. ^
  614. position.h:108:40: error: ‘z’ was not declared in this scope
  615. return Position(x + p1.x, y + p1.y, z + p1.z);
  616. ^
  617. position.h:108:47: error: ‘const class Position’ has no member named ‘z’
  618. return Position(x + p1.x, y + p1.y, z + p1.z);
  619. ^
  620. position.h: In member function ‘Position Position::operator-(const Position&)’:
  621. position.h:113:20: error: ‘x’ was not declared in this scope
  622. return Position(x - p1.x, y - p1.y, z - p1.z);
  623. ^
  624. position.h:113:27: error: ‘const class Position’ has no member named ‘x’
  625. return Position(x - p1.x, y - p1.y, z - p1.z);
  626. ^
  627. position.h:113:30: error: ‘y’ was not declared in this scope
  628. return Position(x - p1.x, y - p1.y, z - p1.z);
  629. ^
  630. position.h:113:37: error: ‘const class Position’ has no member named ‘y’
  631. return Position(x - p1.x, y - p1.y, z - p1.z);
  632. ^
  633. position.h:113:40: error: ‘z’ was not declared in this scope
  634. return Position(x - p1.x, y - p1.y, z - p1.z);
  635. ^
  636. position.h:113:47: error: ‘const class Position’ has no member named ‘z’
  637. return Position(x - p1.x, y - p1.y, z - p1.z);
  638. ^
  639. position.h: At global scope:
  640. position.h:126:23: error: expected ‘)’ before ‘_x’
  641. PositionEx(uint16_t _x, uint16_t _y, uint16_t _z, int16_t _stackpos): Position(_x,_y,_z), stackpos(_stackpos) {}
  642. ^
  643. position.h:127:23: error: expected ‘)’ before ‘_x’
  644. PositionEx(uint16_t _x, uint16_t _y, uint16_t _z): Position(_x,_y,_z), stackpos(0) {}
  645. ^
  646. position.h: In constructor ‘PositionEx::PositionEx(Position)’:
  647. position.h:129:38: error: ‘class Position’ has no member named ‘x’
  648. PositionEx(Position p): Position(p.x, p.y, p.z), stackpos(0) {}
  649. ^
  650. position.h:129:43: error: ‘class Position’ has no member named ‘y’
  651. PositionEx(Position p): Position(p.x, p.y, p.z), stackpos(0) {}
  652. ^
  653. position.h:129:48: error: ‘class Position’ has no member named ‘z’
  654. PositionEx(Position p): Position(p.x, p.y, p.z), stackpos(0) {}
  655. ^
  656. position.h: In constructor ‘PositionEx::PositionEx(Position, int16_t)’:
  657. position.h:130:57: error: ‘class Position’ has no member named ‘x’
  658. PositionEx(Position p, int16_t _stackpos): Position(p.x, p.y, p.z), stackpos(_stackpos) {}
  659. ^
  660. position.h:130:62: error: ‘class Position’ has no member named ‘y’
  661. PositionEx(Position p, int16_t _stackpos): Position(p.x, p.y, p.z), stackpos(_stackpos) {}
  662. ^
  663. position.h:130:67: error: ‘class Position’ has no member named ‘z’
  664. PositionEx(Position p, int16_t _stackpos): Position(p.x, p.y, p.z), stackpos(_stackpos) {}
  665. ^
  666. position.h: In member function ‘bool PositionEx::operator==(const PositionEx&) const’:
  667. position.h:136:14: error: ‘const class PositionEx’ has no member named ‘x’
  668. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  669. ^
  670. position.h:136:19: error: ‘x’ was not declared in this scope
  671. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  672. ^
  673. position.h:136:26: error: ‘const class PositionEx’ has no member named ‘y’
  674. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  675. ^
  676. position.h:136:31: error: ‘y’ was not declared in this scope
  677. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  678. ^
  679. position.h:136:38: error: ‘const class PositionEx’ has no member named ‘z’
  680. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  681. ^
  682. position.h:136:43: error: ‘z’ was not declared in this scope
  683. return (p.x == x && p.y == y && p.z == z && p.stackpos == stackpos);
  684. ^
  685. position.h: In member function ‘bool PositionEx::operator!=(const PositionEx&) const’:
  686. position.h:141:15: error: ‘const class PositionEx’ has no member named ‘x’
  687. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  688. ^
  689. position.h:141:20: error: ‘x’ was not declared in this scope
  690. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  691. ^
  692. position.h:141:27: error: ‘const class PositionEx’ has no member named ‘y’
  693. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  694. ^
  695. position.h:141:32: error: ‘y’ was not declared in this scope
  696. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  697. ^
  698. position.h:141:39: error: ‘const class PositionEx’ has no member named ‘z’
  699. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  700. ^
  701. position.h:141:44: error: ‘z’ was not declared in this scope
  702. return !(p.x == x && p.y == y && p.z == z && p.stackpos != stackpos);
  703. ^
  704. In file included from actions.cpp:18:0:
  705. const.h: At global scope:
  706. const.h:260:7: error: ‘uint8_t’ does not name a type
  707. const uint8_t reverseFluidMap[] =
  708. ^
  709. const.h:288:7: error: ‘uint8_t’ does not name a type
  710. const uint8_t fluidMap[] =
  711. ^
  712. In file included from /usr/include/pthread.h:24:0,
  713. from /usr/include/arm-linux-gnueabihf/c++/4.8/bits/gthr-default.h:35,
  714. from /usr/include/arm-linux-gnueabihf/c++/4.8/bits/gthr.h:148,
  715. from /usr/include/c++/4.8/ext/atomicity.h:35,
  716. from /usr/include/c++/4.8/bits/basic_string.h:39,
  717. from /usr/include/c++/4.8/string:52,
  718. from /usr/include/c++/4.8/stdexcept:39,
  719. from /usr/local/include/boost/function/function_base.hpp:14,
  720. from /usr/local/include/boost/function/detail/prologue.hpp:17,
  721. from /usr/local/include/boost/function.hpp:24,
  722. from otpch.h:34,
  723. from baseevents.cpp:17:
  724. /usr/local/include/boost/thread/xtime.hpp: At global scope:
  725. /usr/local/include/boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
  726. TIME_UTC=1
  727. ^
  728. /usr/local/include/boost/thread/xtime.hpp:23:5: error: expected ‘}’ before numeric constant
  729. /usr/local/include/boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
  730. In file included from /usr/local/include/boost/thread/detail/thread.hpp:12:0,
  731. from /usr/local/include/boost/thread/thread.hpp:22,
  732. from /usr/local/include/boost/thread.hpp:13,
  733. from otsystem.h:34,
  734. from baseevents.h:20,
  735. from baseevents.cpp:20:
  736. /usr/local/include/boost/thread/xtime.hpp:46:14: error: expected type-specifier before ‘system_time’
  737. operator system_time() const
  738. ^
  739. In file included from /usr/local/include/boost/thread/detail/thread.hpp:12:0,
  740. from /usr/local/include/boost/thread/thread.hpp:22,
  741. from /usr/local/include/boost/thread.hpp:13,
  742. from otsystem.h:34,
  743. from baseevents.h:20,
  744. from baseevents.cpp:20:
  745. /usr/local/include/boost/thread/xtime.hpp: In function ‘int xtime_get(xtime*, int)’:
  746. /usr/local/include/boost/thread/xtime.hpp:73:40: error: ‘get_system_time’ was not declared in this scope
  747. *xtp=get_xtime(get_system_time());
  748. ^
  749. /usr/local/include/boost/thread/xtime.hpp:73:40: note: suggested alternative:
  750. In file included from /usr/local/include/boost/thread/xtime.hpp:14:0,
  751. from /usr/local/include/boost/thread/detail/thread.hpp:12,
  752. from /usr/local/include/boost/thread/thread.hpp:22,
  753. from /usr/local/include/boost/thread.hpp:13,
  754. from otsystem.h:34,
  755. from baseevents.h:20,
  756. from baseevents.cpp:20:
  757. /usr/local/include/boost/thread/thread_time.hpp:18:24: note: ‘boost::get_system_time’
  758. inline system_time get_system_time()
  759. ^
  760. In file included from /usr/local/include/boost/thread/detail/thread.hpp:12:0,
  761. from /usr/local/include/boost/thread/thread.hpp:22,
  762. from /usr/local/include/boost/thread.hpp:13,
  763. from otsystem.h:34,
  764. from baseevents.h:20,
  765. from baseevents.cpp:20:
  766. /usr/local/include/boost/thread/xtime.hpp: At global scope:
  767. /usr/local/include/boost/thread/xtime.hpp:88:1: error: expected declaration before ‘}’ token
  768. } // namespace boost
  769. ^
  770. make[1]: *** [baseevents.o] Error 1
  771. make[1]: *** Waiting for unfinished jobs....
  772. In file included from /usr/include/pthread.h:24:0,
  773. from /usr/include/arm-linux-gnueabihf/c++/4.8/bits/gthr-default.h:35,
  774. from /usr/include/arm-linux-gnueabihf/c++/4.8/bits/gthr.h:148,
  775. from /usr/include/c++/4.8/ext/atomicity.h:35,
  776. from /usr/include/c++/4.8/bits/basic_string.h:39,
  777. from /usr/include/c++/4.8/string:52,
  778. from /usr/include/c++/4.8/stdexcept:39,
  779. from /usr/local/include/boost/function/function_base.hpp:14,
  780. from /usr/local/include/boost/function/detail/prologue.hpp:17,
  781. from /usr/local/include/boost/function.hpp:24,
  782. from otpch.h:34,
  783. from actions.cpp:17:
  784. /usr/local/include/boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
  785. TIME_UTC=1
  786. ^
  787. /usr/local/include/boost/thread/xtime.hpp:23:5: error: expected ‘}’ before numeric constant
  788. /usr/local/include/boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
  789. In file included from /usr/local/include/boost/thread/detail/thread.hpp:12:0,
  790. from /usr/local/include/boost/thread/thread.hpp:22,
  791. from /usr/local/include/boost/thread.hpp:13,
  792. from otsystem.h:34,
  793. from baseevents.h:20,
  794. from actions.h:20,
  795. from actions.cpp:20:
  796. /usr/local/include/boost/thread/xtime.hpp:46:14: error: expected type-specifier before ‘system_time’
  797. operator system_time() const
  798. ^
  799. In file included from /usr/local/include/boost/thread/detail/thread.hpp:12:0,
  800. from /usr/local/include/boost/thread/thread.hpp:22,
  801. from /usr/local/include/boost/thread.hpp:13,
  802. from otsystem.h:34,
  803. from baseevents.h:20,
  804. from actions.h:20,
  805. from actions.cpp:20:
  806. /usr/local/include/boost/thread/xtime.hpp: In function ‘int xtime_get(xtime*, int)’:
  807. /usr/local/include/boost/thread/xtime.hpp:73:40: error: ‘get_system_time’ was not declared in this scope
  808. *xtp=get_xtime(get_system_time());
  809. ^
  810. /usr/local/include/boost/thread/xtime.hpp:73:40: note: suggested alternative:
  811. In file included from /usr/local/include/boost/thread/xtime.hpp:14:0,
  812. from /usr/local/include/boost/thread/detail/thread.hpp:12,
  813. from /usr/local/include/boost/thread/thread.hpp:22,
  814. from /usr/local/include/boost/thread.hpp:13,
  815. from otsystem.h:34,
  816. from baseevents.h:20,
  817. from actions.h:20,
  818. from actions.cpp:20:
  819. /usr/local/include/boost/thread/thread_time.hpp:18:24: note: ‘boost::get_system_time’
  820. inline system_time get_system_time()
  821. ^
  822. In file included from /usr/local/include/boost/thread/detail/thread.hpp:12:0,
  823. from /usr/local/include/boost/thread/thread.hpp:22,
  824. from /usr/local/include/boost/thread.hpp:13,
  825. from otsystem.h:34,
  826. from baseevents.h:20,
  827. from actions.h:20,
  828. from actions.cpp:20:
  829. /usr/local/include/boost/thread/xtime.hpp: At global scope:
  830. /usr/local/include/boost/thread/xtime.hpp:88:1: error: expected declaration before ‘}’ token
  831. } // namespace boost
  832. ^
  833. make[1]: *** [actions.o] Error 1
  834. make[1]: Leaving directory `/root/TibiaServer/trunk.r3777'
  835. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement