PoLoMoTo

OpenLoco Log

Jun 27th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.46 KB | None | 0 0
  1.  ~  Documents  OpenLocoTwo  git clone https://github.com/OpenLoco/OpenLoco.git  ✔
  2. Cloning into 'OpenLoco'...
  3. remote: Enumerating objects: 117, done.
  4. remote: Counting objects: 100% (117/117), done.
  5. remote: Compressing objects: 100% (60/60), done.
  6. remote: Total 7891 (delta 53), reused 86 (delta 39), pack-reused 7774
  7. Receiving objects: 100% (7891/7891), 4.37 MiB | 7.74 MiB/s, done.
  8. Resolving deltas: 100% (5227/5227), done.
  9.  ~  Documents  OpenLocoTwo  ls  ✔
  10. OpenLoco
  11.  ~  Documents  OpenLocoTwo  OpenLoco  ✔
  12.  ~  Documents  OpenLocoTwo  OpenLoco    master  ls  ✔
  13. appveyor.yml cmake CMakeLists.txt data docker-compose.yml LICENSE openloco.common.props README.md scripts
  14. CHANGELOG.md CMakeLists_mingw.txt CONTRIBUTORS.MD distribution dockerfiles loco.exe openloco.sln resources src
  15.  ~  Documents  OpenLocoTwo  OpenLoco    master  mkdir build  ✔
  16.  ~  Documents  OpenLocoTwo  OpenLoco    master  cd build  ✔
  17.  ~  Documents  OpenLocoTwo  OpenLoco  build    master  CXXFLAGS="-m32" cmake ..  ✔
  18. -- The CXX compiler identification is GNU 9.1.0
  19. -- Check for working CXX compiler: /usr/bin/c++
  20. -- Check for working CXX compiler: /usr/bin/c++ -- works
  21. -- Detecting CXX compiler ABI info
  22. -- Detecting CXX compiler ABI info - done
  23. -- Detecting CXX compile features
  24. -- Detecting CXX compile features - done
  25. -- Found PkgConfig: /usr/bin/pkg-config (found version "1.6.1")
  26. -- Found SDL2_mixer: /usr/lib32/libSDL2_mixer.so (found version "2.0.4")
  27. -- Configuring done
  28. -- Generating done
  29. -- Build files have been written to: /home/polomoto/Documents/OpenLocoTwo/OpenLoco/build
  30.  ~  Documents  OpenLocoTwo  OpenLoco  build    master   ..  ✔
  31.  ~  Documents  OpenLocoTwo  OpenLoco    master   make  ✔
  32. make: *** No targets specified and no makefile found. Stop.
  33.  ~  Documents  OpenLocoTwo  OpenLoco    master   build  2 ↵
  34.  ~  Documents  OpenLocoTwo  OpenLoco  build    master   make  ✔
  35. Scanning dependencies of target segfiles
  36. [ 1%] Generating openloco_text
  37. 214+0 records in
  38. 214+0 records out
  39. 876544 bytes (877 kB, 856 KiB) copied, 0.000986463 s, 889 MB/s
  40. [ 2%] Generating openloco_data
  41. 78+0 records in
  42. 78+0 records out
  43. 319488 bytes (319 kB, 312 KiB) copied, 0.000578549 s, 552 MB/s
  44. 3133+0 records in
  45. 3133+0 records out
  46. 12832768 bytes (13 MB, 12 MiB) copied, 0.0155929 s, 823 MB/s
  47. [ 2%] Built target segfiles
  48. [ 3%] Generating openloco_text_section.o
  49. [ 4%] Generating openloco_data_section.o
  50. Scanning dependencies of target openloco
  51. [ 5%] Building CXX object CMakeFiles/openloco.dir/src/openloco/audio/audio.cpp.o
  52. [ 6%] Building CXX object CMakeFiles/openloco.dir/src/openloco/audio/channel.cpp.o
  53. [ 7%] Building CXX object CMakeFiles/openloco.dir/src/openloco/audio/music_channel.cpp.o
  54. [ 8%] Building CXX object CMakeFiles/openloco.dir/src/openloco/audio/vehicle_channel.cpp.o
  55. [ 9%] Building CXX object CMakeFiles/openloco.dir/src/openloco/company.cpp.o
  56. [ 10%] Building CXX object CMakeFiles/openloco.dir/src/openloco/companymgr.cpp.o
  57. [ 11%] Building CXX object CMakeFiles/openloco.dir/src/openloco/config.cpp.o
  58. [ 12%] Building CXX object CMakeFiles/openloco.dir/src/openloco/console.cpp.o
  59. [ 13%] Building CXX object CMakeFiles/openloco.dir/src/openloco/date.cpp.o
  60. [ 14%] Building CXX object CMakeFiles/openloco.dir/src/openloco/environment.cpp.o
  61. [ 15%] Building CXX object CMakeFiles/openloco.dir/src/openloco/graphics/colour.cpp.o
  62. [ 16%] Building CXX object CMakeFiles/openloco.dir/src/openloco/graphics/gfx.cpp.o
  63. [ 17%] Building CXX object CMakeFiles/openloco.dir/src/openloco/gui.cpp.o
  64. [ 18%] Building CXX object CMakeFiles/openloco.dir/src/openloco/industry.cpp.o
  65. [ 19%] Building CXX object CMakeFiles/openloco.dir/src/openloco/industrymgr.cpp.o
  66. [ 20%] Building CXX object CMakeFiles/openloco.dir/src/openloco/input.cpp.o
  67. [ 21%] Building CXX object CMakeFiles/openloco.dir/src/openloco/input/ShortcutManager.cpp.o
  68. [ 22%] Building CXX object CMakeFiles/openloco.dir/src/openloco/input/keyboard.cpp.o
  69. [ 23%] Building CXX object CMakeFiles/openloco.dir/src/openloco/input/mouse_input.cpp.o
  70. [ 24%] Building CXX object CMakeFiles/openloco.dir/src/openloco/interop/hook.cpp.o
  71. [ 25%] Building CXX object CMakeFiles/openloco.dir/src/openloco/interop/hooks.cpp.o
  72. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  73. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:646:53: error: expected ‘{’ before ‘->’ token
  74. 646 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  75. | ^~
  76. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void register_audio_hooks()’:
  77. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:646:53: error: base operand of ‘->’ has non-pointer type ‘register_audio_hooks()::<lambda(openloco::interop::registers&)>’
  78. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  79. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:652:53: error: expected ‘{’ before ‘->’ token
  80. 652 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  81. | ^~
  82. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void register_audio_hooks()’:
  83. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:652:53: error: base operand of ‘->’ has non-pointer type ‘register_audio_hooks()::<lambda(openloco::interop::registers&)>’
  84. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  85. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:658:53: error: expected ‘{’ before ‘->’ token
  86. 658 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  87. | ^~
  88. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void register_audio_hooks()’:
  89. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:658:53: error: base operand of ‘->’ has non-pointer type ‘register_audio_hooks()::<lambda(openloco::interop::registers&)>’
  90. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  91. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:664:53: error: expected ‘{’ before ‘->’ token
  92. 664 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  93. | ^~
  94. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void register_audio_hooks()’:
  95. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:664:53: error: base operand of ‘->’ has non-pointer type ‘register_audio_hooks()::<lambda(openloco::interop::registers&)>’
  96. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  97. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:670:53: error: expected ‘{’ before ‘->’ token
  98. 670 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  99. | ^~
  100. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void register_audio_hooks()’:
  101. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:670:53: error: base operand of ‘->’ has non-pointer type ‘register_audio_hooks()::<lambda(openloco::interop::registers&)>’
  102. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  103. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:691:53: error: expected ‘{’ before ‘->’ token
  104. 691 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  105. | ^~
  106. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  107. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:691:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  108. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  109. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:701:53: error: expected ‘{’ before ‘->’ token
  110. 701 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  111. | ^~
  112. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  113. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:701:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  114. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  115. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:720:53: error: expected ‘{’ before ‘->’ token
  116. 720 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  117. | ^~
  118. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  119. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:720:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  120. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  121. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:727:53: error: expected ‘{’ before ‘->’ token
  122. 727 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  123. | ^~
  124. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  125. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:727:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  126. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  127. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:736:53: error: expected ‘{’ before ‘->’ token
  128. 736 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  129. | ^~
  130. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  131. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:736:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  132. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  133. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:743:53: error: expected ‘{’ before ‘->’ token
  134. 743 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  135. | ^~
  136. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  137. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:743:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  138. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  139. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:751:53: error: expected ‘{’ before ‘->’ token
  140. 751 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  141. | ^~
  142. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  143. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:751:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  144. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  145. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:758:53: error: expected ‘{’ before ‘->’ token
  146. 758 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  147. | ^~
  148. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  149. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:758:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  150. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  151. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:771:53: error: expected ‘{’ before ‘->’ token
  152. 771 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  153. | ^~
  154. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  155. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:771:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  156. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  157. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:778:53: error: expected ‘{’ before ‘->’ token
  158. 778 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  159. | ^~
  160. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  161. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:778:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  162. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  163. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:788:53: error: expected ‘{’ before ‘->’ token
  164. 788 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  165. | ^~
  166. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  167. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:788:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  168. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  169. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:795:53: error: expected ‘{’ before ‘->’ token
  170. 795 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  171. | ^~
  172. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  173. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:795:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  174. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  175. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:804:53: error: expected ‘{’ before ‘->’ token
  176. 804 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  177. | ^~
  178. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  179. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:804:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  180. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  181. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:811:53: error: expected ‘{’ before ‘->’ token
  182. 811 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  183. | ^~
  184. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  185. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:811:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  186. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  187. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:819:53: error: expected ‘{’ before ‘->’ token
  188. 819 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  189. | ^~
  190. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  191. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:819:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  192. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  193. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:826:53: error: expected ‘{’ before ‘->’ token
  194. 826 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  195. | ^~
  196. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  197. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:826:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  198. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  199. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:877:53: error: expected ‘{’ before ‘->’ token
  200. 877 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  201. | ^~
  202. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  203. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:877:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  204. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  205. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:934:53: error: expected ‘{’ before ‘->’ token
  206. 934 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  207. | ^~
  208. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  209. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:934:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  210. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  211. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:943:53: error: expected ‘{’ before ‘->’ token
  212. 943 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  213. | ^~
  214. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  215. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:943:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  216. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In lambda function:
  217. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:951:53: error: expected ‘{’ before ‘->’ token
  218. 951 | [](registers& regs) FORCE_ALIGN_ARG_POINTER -> uint8_t {
  219. | ^~
  220. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp: In function ‘void openloco::interop::register_hooks()’:
  221. /home/polomoto/Documents/OpenLocoTwo/OpenLoco/src/openloco/interop/hooks.cpp:951:53: error: base operand of ‘->’ has non-pointer type ‘openloco::interop::register_hooks()::<lambda(openloco::interop::registers&)>’
  222. At global scope:
  223. cc1plus: error: unrecognized command line option ‘-Wno-unused-private-field’ [-Werror]
  224. cc1plus: all warnings being treated as errors
  225. make[2]: *** [CMakeFiles/openloco.dir/build.make:331: CMakeFiles/openloco.dir/src/openloco/interop/hooks.cpp.o] Error 1
  226. make[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/openloco.dir/all] Error 2
  227. make: *** [Makefile:84: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment