Advertisement
Guest User

Untitled

a guest
Mar 11th, 2022
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.53 KB | None | 0 0
  1. make: Nessuna operazione da eseguire per «eventlists».
  2. compiling source/core/config_parse.cpp...
  3. compiling source/core/commandline.cpp...
  4. compiling source/core/main.cpp...
  5. compiling source/core/moltengamepad.cpp...
  6. compiling source/core/plugin_loader.cpp...
  7. compiling source/core/parser.cpp...
  8. compiling source/core/profile.cpp...
  9. compiling source/core/slot_manager.cpp...
  10. compiling source/core/udev.cpp...
  11. compiling source/core/uinput.cpp...
  12. compiling source/core/commands/assign.cpp...
  13. compiling source/core/commands/clear.cpp...
  14. mv -f .d/source/core/uinput.Td .d/source/core/uinput.d
  15. compiling source/core/commands/load.cpp...
  16. mv -f .d/source/core/commandline.Td .d/source/core/commandline.d
  17. compiling source/core/commands/move.cpp...
  18. mv -f .d/source/core/config_parse.Td .d/source/core/config_parse.d
  19. compiling source/core/commands/print.cpp...
  20. mv -f .d/source/core/plugin_loader.Td .d/source/core/plugin_loader.d
  21. compiling source/core/commands/save.cpp...
  22. mv -f .d/source/core/commands/assign.Td .d/source/core/commands/assign.d
  23. compiling source/core/commands/set.cpp...
  24. mv -f .d/source/core/commands/clear.Td .d/source/core/commands/clear.d
  25. compiling source/core/devices/device_manager.cpp...
  26. mv -f .d/source/core/main.Td .d/source/core/main.d
  27. compiling source/core/devices/input_source.cpp...
  28. mv -f .d/source/core/udev.Td .d/source/core/udev.d
  29. compiling source/core/eventlists/axis_list.cpp...
  30. source/core/eventlists/axis_list.cpp:47:3: error: expected unqualified-id before ‘{’ token
  31. 47 | {ABS_X, "abs_x", ""},
  32. | ^
  33. source/core/eventlists/axis_list.cpp:47:23: error: expected unqualified-id before ‘,’ token
  34. 47 | {ABS_X, "abs_x", ""},
  35. | ^
  36. source/core/eventlists/axis_list.cpp:48:3: error: expected unqualified-id before ‘{’ token
  37. 48 | {ABS_Y, "abs_y", ""},
  38. | ^
  39. source/core/eventlists/axis_list.cpp:48:23: error: expected unqualified-id before ‘,’ token
  40. 48 | {ABS_Y, "abs_y", ""},
  41. | ^
  42. source/core/eventlists/axis_list.cpp:49:3: error: expected unqualified-id before ‘{’ token
  43. 49 | {ABS_Z, "abs_z", ""},
  44. | ^
  45. source/core/eventlists/axis_list.cpp:49:23: error: expected unqualified-id before ‘,’ token
  46. 49 | {ABS_Z, "abs_z", ""},
  47. | ^
  48. source/core/eventlists/axis_list.cpp:50:3: error: expected unqualified-id before ‘{’ token
  49. 50 | {ABS_RX, "abs_rx", ""},
  50. | ^
  51. source/core/eventlists/axis_list.cpp:50:25: error: expected unqualified-id before ‘,’ token
  52. 50 | {ABS_RX, "abs_rx", ""},
  53. | ^
  54. source/core/eventlists/axis_list.cpp:51:3: error: expected unqualified-id before ‘{’ token
  55. 51 | {ABS_RY, "abs_ry", ""},
  56. | ^
  57. source/core/eventlists/axis_list.cpp:51:25: error: expected unqualified-id before ‘,’ token
  58. 51 | {ABS_RY, "abs_ry", ""},
  59. | ^
  60. source/core/eventlists/axis_list.cpp:52:3: error: expected unqualified-id before ‘{’ token
  61. 52 | {ABS_RZ, "abs_rz", ""},
  62. | ^
  63. source/core/eventlists/axis_list.cpp:52:25: error: expected unqualified-id before ‘,’ token
  64. 52 | {ABS_RZ, "abs_rz", ""},
  65. | ^
  66. source/core/eventlists/axis_list.cpp:53:3: error: expected unqualified-id before ‘{’ token
  67. 53 | {ABS_THROTTLE, "abs_throttle", ""},
  68. | ^
  69. source/core/eventlists/axis_list.cpp:53:37: error: expected unqualified-id before ‘,’ token
  70. 53 | {ABS_THROTTLE, "abs_throttle", ""},
  71. | ^
  72. source/core/eventlists/axis_list.cpp:54:3: error: expected unqualified-id before ‘{’ token
  73. 54 | {ABS_RUDDER, "abs_rudder", ""},
  74. | ^
  75. source/core/eventlists/axis_list.cpp:54:33: error: expected unqualified-id before ‘,’ token
  76. 54 | {ABS_RUDDER, "abs_rudder", ""},
  77. | ^
  78. source/core/eventlists/axis_list.cpp:55:3: error: expected unqualified-id before ‘{’ token
  79. 55 | {ABS_WHEEL, "abs_wheel", ""},
  80. | ^
  81. source/core/eventlists/axis_list.cpp:55:31: error: expected unqualified-id before ‘,’ token
  82. 55 | {ABS_WHEEL, "abs_wheel", ""},
  83. | ^
  84. source/core/eventlists/axis_list.cpp:56:3: error: expected unqualified-id before ‘{’ token
  85. 56 | {ABS_GAS, "abs_gas", ""},
  86. | ^
  87. source/core/eventlists/axis_list.cpp:56:27: error: expected unqualified-id before ‘,’ token
  88. 56 | {ABS_GAS, "abs_gas", ""},
  89. | ^
  90. source/core/eventlists/axis_list.cpp:57:3: error: expected unqualified-id before ‘{’ token
  91. 57 | {ABS_BRAKE, "abs_brake", ""},
  92. | ^
  93. source/core/eventlists/axis_list.cpp:57:31: error: expected unqualified-id before ‘,’ token
  94. 57 | {ABS_BRAKE, "abs_brake", ""},
  95. | ^
  96. source/core/eventlists/axis_list.cpp:58:3: error: expected unqualified-id before ‘{’ token
  97. 58 | {ABS_HAT0X, "abs_hat0x", ""},
  98. | ^
  99. source/core/eventlists/axis_list.cpp:58:31: error: expected unqualified-id before ‘,’ token
  100. 58 | {ABS_HAT0X, "abs_hat0x", ""},
  101. | ^
  102. source/core/eventlists/axis_list.cpp:59:3: error: expected unqualified-id before ‘{’ token
  103. 59 | {ABS_HAT0Y, "abs_hat0y", ""},
  104. | ^
  105. source/core/eventlists/axis_list.cpp:59:31: error: expected unqualified-id before ‘,’ token
  106. 59 | {ABS_HAT0Y, "abs_hat0y", ""},
  107. | ^
  108. source/core/eventlists/axis_list.cpp:60:3: error: expected unqualified-id before ‘{’ token
  109. 60 | {ABS_HAT1X, "abs_hat1x", ""},
  110. | ^
  111. source/core/eventlists/axis_list.cpp:60:31: error: expected unqualified-id before ‘,’ token
  112. 60 | {ABS_HAT1X, "abs_hat1x", ""},
  113. | ^
  114. source/core/eventlists/axis_list.cpp:61:3: error: expected unqualified-id before ‘{’ token
  115. 61 | {ABS_HAT1Y, "abs_hat1y", ""},
  116. | ^
  117. source/core/eventlists/axis_list.cpp:61:31: error: expected unqualified-id before ‘,’ token
  118. 61 | {ABS_HAT1Y, "abs_hat1y", ""},
  119. | ^
  120. source/core/eventlists/axis_list.cpp:62:3: error: expected unqualified-id before ‘{’ token
  121. 62 | {ABS_HAT2X, "abs_hat2x", ""},
  122. | ^
  123. source/core/eventlists/axis_list.cpp:62:31: error: expected unqualified-id before ‘,’ token
  124. 62 | {ABS_HAT2X, "abs_hat2x", ""},
  125. | ^
  126. source/core/eventlists/axis_list.cpp:63:3: error: expected unqualified-id before ‘{’ token
  127. 63 | {ABS_HAT2Y, "abs_hat2y", ""},
  128. | ^
  129. source/core/eventlists/axis_list.cpp:63:31: error: expected unqualified-id before ‘,’ token
  130. 63 | {ABS_HAT2Y, "abs_hat2y", ""},
  131. | ^
  132. source/core/eventlists/axis_list.cpp:64:3: error: expected unqualified-id before ‘{’ token
  133. 64 | {ABS_HAT3X, "abs_hat3x", ""},
  134. | ^
  135. source/core/eventlists/axis_list.cpp:64:31: error: expected unqualified-id before ‘,’ token
  136. 64 | {ABS_HAT3X, "abs_hat3x", ""},
  137. | ^
  138. source/core/eventlists/axis_list.cpp:65:3: error: expected unqualified-id before ‘{’ token
  139. 65 | {ABS_HAT3Y, "abs_hat3y", ""},
  140. | ^
  141. source/core/eventlists/axis_list.cpp:65:31: error: expected unqualified-id before ‘,’ token
  142. 65 | {ABS_HAT3Y, "abs_hat3y", ""},
  143. | ^
  144. source/core/eventlists/axis_list.cpp:66:3: error: expected unqualified-id before ‘{’ token
  145. 66 | {ABS_PRESSURE, "abs_pressure", ""},
  146. | ^
  147. source/core/eventlists/axis_list.cpp:66:37: error: expected unqualified-id before ‘,’ token
  148. 66 | {ABS_PRESSURE, "abs_pressure", ""},
  149. | ^
  150. source/core/eventlists/axis_list.cpp:67:3: error: expected unqualified-id before ‘{’ token
  151. 67 | {ABS_DISTANCE, "abs_distance", ""},
  152. | ^
  153. source/core/eventlists/axis_list.cpp:67:37: error: expected unqualified-id before ‘,’ token
  154. 67 | {ABS_DISTANCE, "abs_distance", ""},
  155. | ^
  156. source/core/eventlists/axis_list.cpp:68:3: error: expected unqualified-id before ‘{’ token
  157. 68 | {ABS_TILT_X, "abs_tilt_x", ""},
  158. | ^
  159. source/core/eventlists/axis_list.cpp:68:33: error: expected unqualified-id before ‘,’ token
  160. 68 | {ABS_TILT_X, "abs_tilt_x", ""},
  161. | ^
  162. source/core/eventlists/axis_list.cpp:69:3: error: expected unqualified-id before ‘{’ token
  163. 69 | {ABS_TILT_Y, "abs_tilt_y", ""},
  164. | ^
  165. source/core/eventlists/axis_list.cpp:69:33: error: expected unqualified-id before ‘,’ token
  166. 69 | {ABS_TILT_Y, "abs_tilt_y", ""},
  167. | ^
  168. source/core/eventlists/axis_list.cpp:70:3: error: expected unqualified-id before ‘{’ token
  169. 70 | {ABS_TOOL_WIDTH, "abs_tool_width", ""},
  170. | ^
  171. source/core/eventlists/axis_list.cpp:70:41: error: expected unqualified-id before ‘,’ token
  172. 70 | {ABS_TOOL_WIDTH, "abs_tool_width", ""},
  173. | ^
  174. source/core/eventlists/axis_list.cpp:71:3: error: expected unqualified-id before ‘{’ token
  175. 71 | {ABS_VOLUME, "abs_volume", ""},
  176. | ^
  177. source/core/eventlists/axis_list.cpp:71:33: error: expected unqualified-id before ‘,’ token
  178. 71 | {ABS_VOLUME, "abs_volume", ""},
  179. | ^
  180. source/core/eventlists/axis_list.cpp:72:3: error: expected unqualified-id before ‘{’ token
  181. 72 | {ABS_MISC, "abs_misc", ""},
  182. | ^
  183. source/core/eventlists/axis_list.cpp:72:29: error: expected unqualified-id before ‘,’ token
  184. 72 | {ABS_MISC, "abs_misc", ""},
  185. | ^
  186. source/core/eventlists/axis_list.cpp:73:3: error: expected unqualified-id before ‘{’ token
  187. 73 | {ABS_RESERVED, "abs_reserved", ""},
  188. | ^
  189. source/core/eventlists/axis_list.cpp:73:37: error: expected unqualified-id before ‘,’ token
  190. 73 | {ABS_RESERVED, "abs_reserved", ""},
  191. | ^
  192. source/core/eventlists/axis_list.cpp:74:3: error: expected unqualified-id before ‘{’ token
  193. 74 | {ABS_MT_SLOT, "abs_mt_slot", ""},
  194. | ^
  195. source/core/eventlists/axis_list.cpp:74:35: error: expected unqualified-id before ‘,’ token
  196. 74 | {ABS_MT_SLOT, "abs_mt_slot", ""},
  197. | ^
  198. source/core/eventlists/axis_list.cpp:75:3: error: expected unqualified-id before ‘{’ token
  199. 75 | {ABS_MT_TOUCH_MAJOR, "abs_mt_touch_major", ""},
  200. | ^
  201. source/core/eventlists/axis_list.cpp:75:49: error: expected unqualified-id before ‘,’ token
  202. 75 | {ABS_MT_TOUCH_MAJOR, "abs_mt_touch_major", ""},
  203. | ^
  204. source/core/eventlists/axis_list.cpp:76:3: error: expected unqualified-id before ‘{’ token
  205. 76 | {ABS_MT_TOUCH_MINOR, "abs_mt_touch_minor", ""},
  206. | ^
  207. source/core/eventlists/axis_list.cpp:76:49: error: expected unqualified-id before ‘,’ token
  208. 76 | {ABS_MT_TOUCH_MINOR, "abs_mt_touch_minor", ""},
  209. | ^
  210. source/core/eventlists/axis_list.cpp:77:3: error: expected unqualified-id before ‘{’ token
  211. 77 | {ABS_MT_WIDTH_MAJOR, "abs_mt_width_major", ""},
  212. | ^
  213. source/core/eventlists/axis_list.cpp:77:49: error: expected unqualified-id before ‘,’ token
  214. 77 | {ABS_MT_WIDTH_MAJOR, "abs_mt_width_major", ""},
  215. | ^
  216. source/core/eventlists/axis_list.cpp:78:3: error: expected unqualified-id before ‘{’ token
  217. 78 | {ABS_MT_WIDTH_MINOR, "abs_mt_width_minor", ""},
  218. | ^
  219. source/core/eventlists/axis_list.cpp:78:49: error: expected unqualified-id before ‘,’ token
  220. 78 | {ABS_MT_WIDTH_MINOR, "abs_mt_width_minor", ""},
  221. | ^
  222. source/core/eventlists/axis_list.cpp:79:3: error: expected unqualified-id before ‘{’ token
  223. 79 | {ABS_MT_ORIENTATION, "abs_mt_orientation", ""},
  224. | ^
  225. source/core/eventlists/axis_list.cpp:79:49: error: expected unqualified-id before ‘,’ token
  226. 79 | {ABS_MT_ORIENTATION, "abs_mt_orientation", ""},
  227. | ^
  228. source/core/eventlists/axis_list.cpp:80:3: error: expected unqualified-id before ‘{’ token
  229. 80 | {ABS_MT_POSITION_X, "abs_mt_position_x", ""},
  230. | ^
  231. source/core/eventlists/axis_list.cpp:80:47: error: expected unqualified-id before ‘,’ token
  232. 80 | {ABS_MT_POSITION_X, "abs_mt_position_x", ""},
  233. | ^
  234. source/core/eventlists/axis_list.cpp:81:3: error: expected unqualified-id before ‘{’ token
  235. 81 | {ABS_MT_POSITION_Y, "abs_mt_position_y", ""},
  236. | ^
  237. source/core/eventlists/axis_list.cpp:81:47: error: expected unqualified-id before ‘,’ token
  238. 81 | {ABS_MT_POSITION_Y, "abs_mt_position_y", ""},
  239. | ^
  240. source/core/eventlists/axis_list.cpp:82:3: error: expected unqualified-id before ‘{’ token
  241. 82 | {ABS_MT_TOOL_TYPE, "abs_mt_tool_type", ""},
  242. | ^
  243. source/core/eventlists/axis_list.cpp:82:45: error: expected unqualified-id before ‘,’ token
  244. 82 | {ABS_MT_TOOL_TYPE, "abs_mt_tool_type", ""},
  245. | ^
  246. source/core/eventlists/axis_list.cpp:83:3: error: expected unqualified-id before ‘{’ token
  247. 83 | {ABS_MT_BLOB_ID, "abs_mt_blob_id", ""},
  248. | ^
  249. source/core/eventlists/axis_list.cpp:83:41: error: expected unqualified-id before ‘,’ token
  250. 83 | {ABS_MT_BLOB_ID, "abs_mt_blob_id", ""},
  251. | ^
  252. source/core/eventlists/axis_list.cpp:84:3: error: expected unqualified-id before ‘{’ token
  253. 84 | {ABS_MT_TRACKING_ID, "abs_mt_tracking_id", ""},
  254. | ^
  255. source/core/eventlists/axis_list.cpp:84:49: error: expected unqualified-id before ‘,’ token
  256. 84 | {ABS_MT_TRACKING_ID, "abs_mt_tracking_id", ""},
  257. | ^
  258. source/core/eventlists/axis_list.cpp:85:3: error: expected unqualified-id before ‘{’ token
  259. 85 | {ABS_MT_PRESSURE, "abs_mt_pressure", ""},
  260. | ^
  261. source/core/eventlists/axis_list.cpp:85:43: error: expected unqualified-id before ‘,’ token
  262. 85 | {ABS_MT_PRESSURE, "abs_mt_pressure", ""},
  263. | ^
  264. source/core/eventlists/axis_list.cpp:86:3: error: expected unqualified-id before ‘{’ token
  265. 86 | {ABS_MT_DISTANCE, "abs_mt_distance", ""},
  266. | ^
  267. source/core/eventlists/axis_list.cpp:86:43: error: expected unqualified-id before ‘,’ token
  268. 86 | {ABS_MT_DISTANCE, "abs_mt_distance", ""},
  269. | ^
  270. source/core/eventlists/axis_list.cpp:87:3: error: expected unqualified-id before ‘{’ token
  271. 87 | {ABS_MT_TOOL_X, "abs_mt_tool_x", ""},
  272. | ^
  273. source/core/eventlists/axis_list.cpp:87:39: error: expected unqualified-id before ‘,’ token
  274. 87 | {ABS_MT_TOOL_X, "abs_mt_tool_x", ""},
  275. | ^
  276. source/core/eventlists/axis_list.cpp:88:3: error: expected unqualified-id before ‘{’ token
  277. 88 | {ABS_MT_TOOL_Y, "abs_mt_tool_y", ""},
  278. | ^
  279. source/core/eventlists/axis_list.cpp:88:39: error: expected unqualified-id before ‘,’ token
  280. 88 | {ABS_MT_TOOL_Y, "abs_mt_tool_y", ""},
  281. | ^
  282. source/core/eventlists/axis_list.cpp:89:3: error: expected unqualified-id before ‘{’ token
  283. 89 | {ABS_X, "abs_x", ""},
  284. | ^
  285. source/core/eventlists/axis_list.cpp:89:23: error: expected unqualified-id before ‘,’ token
  286. 89 | {ABS_X, "abs_x", ""},
  287. | ^
  288. source/core/eventlists/axis_list.cpp:90:3: error: expected unqualified-id before ‘{’ token
  289. 90 | {ABS_Y, "abs_y", ""},
  290. | ^
  291. source/core/eventlists/axis_list.cpp:90:23: error: expected unqualified-id before ‘,’ token
  292. 90 | {ABS_Y, "abs_y", ""},
  293. | ^
  294. source/core/eventlists/axis_list.cpp:91:3: error: expected unqualified-id before ‘{’ token
  295. 91 | {ABS_Z, "abs_z", ""},
  296. | ^
  297. source/core/eventlists/axis_list.cpp:91:23: error: expected unqualified-id before ‘,’ token
  298. 91 | {ABS_Z, "abs_z", ""},
  299. | ^
  300. source/core/eventlists/axis_list.cpp:92:3: error: expected unqualified-id before ‘{’ token
  301. 92 | {ABS_RX, "abs_rx", ""},
  302. | ^
  303. source/core/eventlists/axis_list.cpp:92:25: error: expected unqualified-id before ‘,’ token
  304. 92 | {ABS_RX, "abs_rx", ""},
  305. | ^
  306. source/core/eventlists/axis_list.cpp:93:3: error: expected unqualified-id before ‘{’ token
  307. 93 | {ABS_RY, "abs_ry", ""},
  308. | ^
  309. source/core/eventlists/axis_list.cpp:93:25: error: expected unqualified-id before ‘,’ token
  310. 93 | {ABS_RY, "abs_ry", ""},
  311. | ^
  312. source/core/eventlists/axis_list.cpp:94:3: error: expected unqualified-id before ‘{’ token
  313. 94 | {ABS_RZ, "abs_rz", ""},
  314. | ^
  315. source/core/eventlists/axis_list.cpp:94:25: error: expected unqualified-id before ‘,’ token
  316. 94 | {ABS_RZ, "abs_rz", ""},
  317. | ^
  318. source/core/eventlists/axis_list.cpp:95:3: error: expected unqualified-id before ‘{’ token
  319. 95 | {ABS_THROTTLE, "abs_throttle", ""},
  320. | ^
  321. source/core/eventlists/axis_list.cpp:95:37: error: expected unqualified-id before ‘,’ token
  322. 95 | {ABS_THROTTLE, "abs_throttle", ""},
  323. | ^
  324. source/core/eventlists/axis_list.cpp:96:3: error: expected unqualified-id before ‘{’ token
  325. 96 | {ABS_RUDDER, "abs_rudder", ""},
  326. | ^
  327. source/core/eventlists/axis_list.cpp:96:33: error: expected unqualified-id before ‘,’ token
  328. 96 | {ABS_RUDDER, "abs_rudder", ""},
  329. | ^
  330. source/core/eventlists/axis_list.cpp:97:3: error: expected unqualified-id before ‘{’ token
  331. 97 | {ABS_WHEEL, "abs_wheel", ""},
  332. | ^
  333. source/core/eventlists/axis_list.cpp:97:31: error: expected unqualified-id before ‘,’ token
  334. 97 | {ABS_WHEEL, "abs_wheel", ""},
  335. | ^
  336. source/core/eventlists/axis_list.cpp:98:3: error: expected unqualified-id before ‘{’ token
  337. 98 | {ABS_GAS, "abs_gas", ""},
  338. | ^
  339. source/core/eventlists/axis_list.cpp:98:27: error: expected unqualified-id before ‘,’ token
  340. 98 | {ABS_GAS, "abs_gas", ""},
  341. | ^
  342. source/core/eventlists/axis_list.cpp:99:3: error: expected unqualified-id before ‘{’ token
  343. 99 | {ABS_BRAKE, "abs_brake", ""},
  344. | ^
  345. source/core/eventlists/axis_list.cpp:99:31: error: expected unqualified-id before ‘,’ token
  346. 99 | {ABS_BRAKE, "abs_brake", ""},
  347. | ^
  348. source/core/eventlists/axis_list.cpp:100:3: error: expected unqualified-id before ‘{’ token
  349. 100 | {ABS_HAT0X, "abs_hat0x", ""},
  350. | ^
  351. source/core/eventlists/axis_list.cpp:100:31: error: expected unqualified-id before ‘,’ token
  352. 100 | {ABS_HAT0X, "abs_hat0x", ""},
  353. | ^
  354. source/core/eventlists/axis_list.cpp:101:3: error: expected unqualified-id before ‘{’ token
  355. 101 | {ABS_HAT0Y, "abs_hat0y", ""},
  356. | ^
  357. source/core/eventlists/axis_list.cpp:101:31: error: expected unqualified-id before ‘,’ token
  358. 101 | {ABS_HAT0Y, "abs_hat0y", ""},
  359. | ^
  360. source/core/eventlists/axis_list.cpp:102:3: error: expected unqualified-id before ‘{’ token
  361. 102 | {ABS_HAT1X, "abs_hat1x", ""},
  362. | ^
  363. source/core/eventlists/axis_list.cpp:102:31: error: expected unqualified-id before ‘,’ token
  364. 102 | {ABS_HAT1X, "abs_hat1x", ""},
  365. | ^
  366. source/core/eventlists/axis_list.cpp:103:3: error: expected unqualified-id before ‘{’ token
  367. 103 | {ABS_HAT1Y, "abs_hat1y", ""},
  368. | ^
  369. source/core/eventlists/axis_list.cpp:103:31: error: expected unqualified-id before ‘,’ token
  370. 103 | {ABS_HAT1Y, "abs_hat1y", ""},
  371. | ^
  372. source/core/eventlists/axis_list.cpp:104:3: error: expected unqualified-id before ‘{’ token
  373. 104 | {ABS_HAT2X, "abs_hat2x", ""},
  374. | ^
  375. source/core/eventlists/axis_list.cpp:104:31: error: expected unqualified-id before ‘,’ token
  376. 104 | {ABS_HAT2X, "abs_hat2x", ""},
  377. | ^
  378. source/core/eventlists/axis_list.cpp:105:3: error: expected unqualified-id before ‘{’ token
  379. 105 | {ABS_HAT2Y, "abs_hat2y", ""},
  380. | ^
  381. source/core/eventlists/axis_list.cpp:105:31: error: expected unqualified-id before ‘,’ token
  382. 105 | {ABS_HAT2Y, "abs_hat2y", ""},
  383. | ^
  384. source/core/eventlists/axis_list.cpp:106:3: error: expected unqualified-id before ‘{’ token
  385. 106 | {ABS_HAT3X, "abs_hat3x", ""},
  386. | ^
  387. source/core/eventlists/axis_list.cpp:106:31: error: expected unqualified-id before ‘,’ token
  388. 106 | {ABS_HAT3X, "abs_hat3x", ""},
  389. | ^
  390. source/core/eventlists/axis_list.cpp:107:3: error: expected unqualified-id before ‘{’ token
  391. 107 | {ABS_HAT3Y, "abs_hat3y", ""},
  392. | ^
  393. source/core/eventlists/axis_list.cpp:107:31: error: expected unqualified-id before ‘,’ token
  394. 107 | {ABS_HAT3Y, "abs_hat3y", ""},
  395. | ^
  396. source/core/eventlists/axis_list.cpp:108:3: error: expected unqualified-id before ‘{’ token
  397. 108 | {ABS_PRESSURE, "abs_pressure", ""},
  398. | ^
  399. source/core/eventlists/axis_list.cpp:108:37: error: expected unqualified-id before ‘,’ token
  400. 108 | {ABS_PRESSURE, "abs_pressure", ""},
  401. | ^
  402. source/core/eventlists/axis_list.cpp:109:3: error: expected unqualified-id before ‘{’ token
  403. 109 | {ABS_DISTANCE, "abs_distance", ""},
  404. | ^
  405. source/core/eventlists/axis_list.cpp:109:37: error: expected unqualified-id before ‘,’ token
  406. 109 | {ABS_DISTANCE, "abs_distance", ""},
  407. | ^
  408. source/core/eventlists/axis_list.cpp:110:3: error: expected unqualified-id before ‘{’ token
  409. 110 | {ABS_TILT_X, "abs_tilt_x", ""},
  410. | ^
  411. source/core/eventlists/axis_list.cpp:110:33: error: expected unqualified-id before ‘,’ token
  412. 110 | {ABS_TILT_X, "abs_tilt_x", ""},
  413. | ^
  414. source/core/eventlists/axis_list.cpp:111:3: error: expected unqualified-id before ‘{’ token
  415. 111 | {ABS_TILT_Y, "abs_tilt_y", ""},
  416. | ^
  417. source/core/eventlists/axis_list.cpp:111:33: error: expected unqualified-id before ‘,’ token
  418. 111 | {ABS_TILT_Y, "abs_tilt_y", ""},
  419. | ^
  420. source/core/eventlists/axis_list.cpp:112:3: error: expected unqualified-id before ‘{’ token
  421. 112 | {ABS_TOOL_WIDTH, "abs_tool_width", ""},
  422. | ^
  423. source/core/eventlists/axis_list.cpp:112:41: error: expected unqualified-id before ‘,’ token
  424. 112 | {ABS_TOOL_WIDTH, "abs_tool_width", ""},
  425. | ^
  426. source/core/eventlists/axis_list.cpp:113:3: error: expected unqualified-id before ‘{’ token
  427. 113 | {ABS_VOLUME, "abs_volume", ""},
  428. | ^
  429. source/core/eventlists/axis_list.cpp:113:33: error: expected unqualified-id before ‘,’ token
  430. 113 | {ABS_VOLUME, "abs_volume", ""},
  431. | ^
  432. source/core/eventlists/axis_list.cpp:114:3: error: expected unqualified-id before ‘{’ token
  433. 114 | {ABS_MISC, "abs_misc", ""},
  434. | ^
  435. source/core/eventlists/axis_list.cpp:114:29: error: expected unqualified-id before ‘,’ token
  436. 114 | {ABS_MISC, "abs_misc", ""},
  437. | ^
  438. source/core/eventlists/axis_list.cpp:115:3: error: expected unqualified-id before ‘{’ token
  439. 115 | {ABS_RESERVED, "abs_reserved", ""},
  440. | ^
  441. source/core/eventlists/axis_list.cpp:115:37: error: expected unqualified-id before ‘,’ token
  442. 115 | {ABS_RESERVED, "abs_reserved", ""},
  443. | ^
  444. source/core/eventlists/axis_list.cpp:116:3: error: expected unqualified-id before ‘{’ token
  445. 116 | {ABS_MT_SLOT, "abs_mt_slot", ""},
  446. | ^
  447. source/core/eventlists/axis_list.cpp:116:35: error: expected unqualified-id before ‘,’ token
  448. 116 | {ABS_MT_SLOT, "abs_mt_slot", ""},
  449. | ^
  450. source/core/eventlists/axis_list.cpp:117:3: error: expected unqualified-id before ‘{’ token
  451. 117 | {ABS_MT_TOUCH_MAJOR, "abs_mt_touch_major", ""},
  452. | ^
  453. source/core/eventlists/axis_list.cpp:117:49: error: expected unqualified-id before ‘,’ token
  454. 117 | {ABS_MT_TOUCH_MAJOR, "abs_mt_touch_major", ""},
  455. | ^
  456. source/core/eventlists/axis_list.cpp:118:3: error: expected unqualified-id before ‘{’ token
  457. 118 | {ABS_MT_TOUCH_MINOR, "abs_mt_touch_minor", ""},
  458. | ^
  459. source/core/eventlists/axis_list.cpp:118:49: error: expected unqualified-id before ‘,’ token
  460. 118 | {ABS_MT_TOUCH_MINOR, "abs_mt_touch_minor", ""},
  461. | ^
  462. source/core/eventlists/axis_list.cpp:119:3: error: expected unqualified-id before ‘{’ token
  463. 119 | {ABS_MT_WIDTH_MAJOR, "abs_mt_width_major", ""},
  464. | ^
  465. source/core/eventlists/axis_list.cpp:119:49: error: expected unqualified-id before ‘,’ token
  466. 119 | {ABS_MT_WIDTH_MAJOR, "abs_mt_width_major", ""},
  467. | ^
  468. source/core/eventlists/axis_list.cpp:120:3: error: expected unqualified-id before ‘{’ token
  469. 120 | {ABS_MT_WIDTH_MINOR, "abs_mt_width_minor", ""},
  470. | ^
  471. source/core/eventlists/axis_list.cpp:120:49: error: expected unqualified-id before ‘,’ token
  472. 120 | {ABS_MT_WIDTH_MINOR, "abs_mt_width_minor", ""},
  473. | ^
  474. source/core/eventlists/axis_list.cpp:121:3: error: expected unqualified-id before ‘{’ token
  475. 121 | {ABS_MT_ORIENTATION, "abs_mt_orientation", ""},
  476. | ^
  477. source/core/eventlists/axis_list.cpp:121:49: error: expected unqualified-id before ‘,’ token
  478. 121 | {ABS_MT_ORIENTATION, "abs_mt_orientation", ""},
  479. | ^
  480. source/core/eventlists/axis_list.cpp:122:3: error: expected unqualified-id before ‘{’ token
  481. 122 | {ABS_MT_POSITION_X, "abs_mt_position_x", ""},
  482. | ^
  483. source/core/eventlists/axis_list.cpp:122:47: error: expected unqualified-id before ‘,’ token
  484. 122 | {ABS_MT_POSITION_X, "abs_mt_position_x", ""},
  485. | ^
  486. source/core/eventlists/axis_list.cpp:123:3: error: expected unqualified-id before ‘{’ token
  487. 123 | {ABS_MT_POSITION_Y, "abs_mt_position_y", ""},
  488. | ^
  489. source/core/eventlists/axis_list.cpp:123:47: error: expected unqualified-id before ‘,’ token
  490. 123 | {ABS_MT_POSITION_Y, "abs_mt_position_y", ""},
  491. | ^
  492. source/core/eventlists/axis_list.cpp:124:3: error: expected unqualified-id before ‘{’ token
  493. 124 | {ABS_MT_TOOL_TYPE, "abs_mt_tool_type", ""},
  494. | ^
  495. source/core/eventlists/axis_list.cpp:124:45: error: expected unqualified-id before ‘,’ token
  496. 124 | {ABS_MT_TOOL_TYPE, "abs_mt_tool_type", ""},
  497. | ^
  498. source/core/eventlists/axis_list.cpp:125:3: error: expected unqualified-id before ‘{’ token
  499. 125 | {ABS_MT_BLOB_ID, "abs_mt_blob_id", ""},
  500. | ^
  501. source/core/eventlists/axis_list.cpp:125:41: error: expected unqualified-id before ‘,’ token
  502. 125 | {ABS_MT_BLOB_ID, "abs_mt_blob_id", ""},
  503. | ^
  504. source/core/eventlists/axis_list.cpp:126:3: error: expected unqualified-id before ‘{’ token
  505. 126 | {ABS_MT_TRACKING_ID, "abs_mt_tracking_id", ""},
  506. | ^
  507. source/core/eventlists/axis_list.cpp:126:49: error: expected unqualified-id before ‘,’ token
  508. 126 | {ABS_MT_TRACKING_ID, "abs_mt_tracking_id", ""},
  509. | ^
  510. source/core/eventlists/axis_list.cpp:127:3: error: expected unqualified-id before ‘{’ token
  511. 127 | {ABS_MT_PRESSURE, "abs_mt_pressure", ""},
  512. | ^
  513. source/core/eventlists/axis_list.cpp:127:43: error: expected unqualified-id before ‘,’ token
  514. 127 | {ABS_MT_PRESSURE, "abs_mt_pressure", ""},
  515. | ^
  516. source/core/eventlists/axis_list.cpp:128:3: error: expected unqualified-id before ‘{’ token
  517. 128 | {ABS_MT_DISTANCE, "abs_mt_distance", ""},
  518. | ^
  519. source/core/eventlists/axis_list.cpp:128:43: error: expected unqualified-id before ‘,’ token
  520. 128 | {ABS_MT_DISTANCE, "abs_mt_distance", ""},
  521. | ^
  522. source/core/eventlists/axis_list.cpp:129:3: error: expected unqualified-id before ‘{’ token
  523. 129 | {ABS_MT_TOOL_X, "abs_mt_tool_x", ""},
  524. | ^
  525. source/core/eventlists/axis_list.cpp:129:39: error: expected unqualified-id before ‘,’ token
  526. 129 | {ABS_MT_TOOL_X, "abs_mt_tool_x", ""},
  527. | ^
  528. source/core/eventlists/axis_list.cpp:130:3: error: expected unqualified-id before ‘{’ token
  529. 130 | {ABS_MT_TOOL_Y, "abs_mt_tool_y", ""},
  530. | ^
  531. source/core/eventlists/axis_list.cpp:130:39: error: expected unqualified-id before ‘,’ token
  532. 130 | {ABS_MT_TOOL_Y, "abs_mt_tool_y", ""},
  533. | ^
  534. source/core/eventlists/axis_list.cpp:131:3: error: expected unqualified-id before ‘{’ token
  535. 131 | {-1, nullptr, nullptr},
  536. | ^
  537. source/core/eventlists/axis_list.cpp:131:25: error: expected unqualified-id before ‘,’ token
  538. 131 | {-1, nullptr, nullptr},
  539. | ^
  540. source/core/eventlists/axis_list.cpp:132:1: error: expected unqualified-id before ‘}’ token
  541. 132 | };
  542. | ^
  543. source/core/eventlists/axis_list.cpp:132:1: error: expected declaration before ‘}’ token
  544. source/core/eventlists/axis_list.cpp:133:3: error: expected unqualified-id before ‘{’ token
  545. 133 | {-1, nullptr, nullptr},
  546. | ^
  547. source/core/eventlists/axis_list.cpp:133:25: error: expected unqualified-id before ‘,’ token
  548. 133 | {-1, nullptr, nullptr},
  549. | ^
  550. source/core/eventlists/axis_list.cpp:134:1: error: expected unqualified-id before ‘}’ token
  551. 134 | };
  552. | ^
  553. source/core/eventlists/axis_list.cpp:134:1: error: expected declaration before ‘}’ token
  554. make: *** [Makefile:60: source/core/eventlists/axis_list.o] Errore 1
  555. make: *** Attesa per i processi non terminati....
  556. mv -f .d/source/core/commands/load.Td .d/source/core/commands/load.d
  557. mv -f .d/source/core/commands/move.Td .d/source/core/commands/move.d
  558. mv -f .d/source/core/commands/set.Td .d/source/core/commands/set.d
  559. mv -f .d/source/core/commands/save.Td .d/source/core/commands/save.d
  560. mv -f .d/source/core/slot_manager.Td .d/source/core/slot_manager.d
  561. mv -f .d/source/core/devices/device_manager.Td .d/source/core/devices/device_manager.d
  562. mv -f .d/source/core/commands/print.Td .d/source/core/commands/print.d
  563. mv -f .d/source/core/profile.Td .d/source/core/profile.d
  564. mv -f .d/source/core/moltengamepad.Td .d/source/core/moltengamepad.d
  565. mv -f .d/source/core/parser.Td .d/source/core/parser.d
  566. mv -f .d/source/core/devices/input_source.Td .d/source/core/devices/input_source.d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement