Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.75 KB | None | 0 0
  1. btoews@btoews01:~/Projects/metasploit/trunk/external/source/meterpreter/source/extensions/posix_sample$ gcc -Wl,--hash-style=sysv -o test.so ./test.c
  2. In file included from ./../../common/common.h:55:0,
  3. from ./test.c:1:
  4. ./../../common/args.h:8:2: error: expected specifier-qualifier-list before ‘DWORD’
  5. ./../../common/args.h:13:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘args_parse’
  6. In file included from ./../../common/common.h:56:0,
  7. from ./test.c:1:
  8. ./../../common/buffer.h:6:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘buffer_from_file’
  9. ./../../common/buffer.h:8:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘buffer_to_file’
  10. In file included from ./../../common/remote.h:6:0,
  11. from ./../../common/core.h:5,
  12. from ./../../common/base.h:5,
  13. from ./../../common/common.h:57,
  14. from ./test.c:1:
  15. ./../../common/crypto.h:10:2: error: expected specifier-qualifier-list before ‘LPVOID’
  16. In file included from ./../../common/crypto.h:25:0,
  17. from ./../../common/remote.h:6,
  18. from ./../../common/core.h:5,
  19. from ./../../common/base.h:5,
  20. from ./../../common/common.h:57,
  21. from ./test.c:1:
  22. ./../../common/crypto/xor.h:4:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘xor_populate_handlers’
  23. ./../../common/crypto/xor.h:6:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘xor_process_negotiate_request’
  24. ./../../common/crypto/xor.h:8:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘xor_encrypt’
  25. ./../../common/crypto/xor.h:10:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘xor_decrypt’
  26. In file included from ./../../common/remote.h:7:0,
  27. from ./../../common/core.h:5,
  28. from ./../../common/base.h:5,
  29. from ./../../common/common.h:57,
  30. from ./test.c:1:
  31. ./../../common/thread.h:53:2: error: expected specifier-qualifier-list before ‘HANDLE’
  32. ./../../common/thread.h:58:2: error: expected specifier-qualifier-list before ‘DWORD’
  33. ./../../common/thread.h:76:27: error: expected declaration specifiers or ‘...’ before ‘*’ token
  34. ./../../common/thread.h:76:9: error: ‘DWORD’ declared as function returning a function
  35. ./../../common/thread.h:80:1: warning: parameter names (without types) in function declaration
  36. ./../../common/thread.h:82:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘lock_destroy’
  37. ./../../common/thread.h:84:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘lock_acquire’
  38. ./../../common/thread.h:86:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘lock_release’
  39. ./../../common/thread.h:90:1: warning: parameter names (without types) in function declaration
  40. ./../../common/thread.h:92:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘event_destroy’
  41. ./../../common/thread.h:94:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘event_signal’
  42. ./../../common/thread.h:96:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘event_poll’
  43. ./../../common/thread.h:100:1: warning: parameter names (without types) in function declaration
  44. ./../../common/thread.h:102:36: error: expected ‘)’ before ‘funk’
  45. ./../../common/thread.h:104:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘thread_run’
  46. ./../../common/thread.h:106:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘thread_sigterm’
  47. ./../../common/thread.h:108:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘thread_kill’
  48. ./../../common/thread.h:110:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘thread_join’
  49. ./../../common/thread.h:112:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘thread_destroy’
  50. In file included from ./../../common/core.h:5:0,
  51. from ./../../common/base.h:5,
  52. from ./../../common/common.h:57,
  53. from ./test.c:1:
  54. ./../../common/remote.h:15:2: error: expected specifier-qualifier-list before ‘HMODULE’
  55. ./../../common/remote.h:46:32: error: expected ‘)’ before ‘fd’
  56. ./../../common/remote.h:47:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘remote_deallocate’
  57. ./../../common/remote.h:49:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘remote_set_fd’
  58. ./../../common/remote.h:50:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘remote_get_fd’
  59. ./../../common/remote.h:52:41: error: expected declaration specifiers or ‘...’ before ‘LPCSTR’
  60. ./../../common/remote.h:52:7: error: ‘remote_set_cipher’ declared as function returning a function
  61. In file included from ./../../common/core.h:6:0,
  62. from ./../../common/base.h:5,
  63. from ./../../common/common.h:57,
  64. from ./test.c:1:
  65. ./../../common/list.h:10:2: error: expected specifier-qualifier-list before ‘LPVOID’
  66. ./../../common/list.h:17:8: error: field ‘count’ declared as a function
  67. ./../../common/list.h:23:1: warning: parameter names (without types) in function declaration
  68. ./../../common/list.h:25:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘list_destroy’
  69. ./../../common/list.h:27:7: error: ‘list_count’ declared as function returning a function
  70. ./../../common/list.h:29:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘list_get’
  71. ./../../common/list.h:31:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘list_add’
  72. ./../../common/list.h:33:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘list_remove’
  73. ./../../common/list.h:35:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘list_delete’
  74. ./../../common/list.h:37:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘list_push’
  75. ./../../common/list.h:39:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘list_pop’
  76. ./../../common/list.h:41:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘list_shift’
  77. In file included from ./../../common/base.h:5:0,
  78. from ./../../common/common.h:57,
  79. from ./test.c:1:
  80. ./../../common/core.h:114:8: error: field ‘length’ declared as a function
  81. ./../../common/core.h:115:8: error: field ‘type’ declared as a function
  82. ./../../common/core.h:121:2: error: expected specifier-qualifier-list before ‘PUCHAR’
  83. ./../../common/core.h:128:2: error: expected specifier-qualifier-list before ‘PUCHAR’
  84. ./../../common/core.h:136:2: error: expected specifier-qualifier-list before ‘LPVOID’
  85. ./../../common/core.h:144:21: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  86. ./../../common/core.h:144:37: error: expected declaration specifiers or ‘...’ before ‘LPCSTR’
  87. ./../../common/core.h:143:17: error: ‘PacketRequestCompletionRoutine’ declared as function returning a function
  88. ./../../common/core.h:148:2: error: expected specifier-qualifier-list before ‘LPVOID’
  89. ./../../common/core.h:156:51: error: expected declaration specifiers or ‘...’ before ‘LPCSTR’
  90. ./../../common/core.h:159:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘packet_destroy’
  91. ./../../common/core.h:161:67: error: expected declaration specifiers or ‘...’ before ‘LPCSTR’
  92. ./../../common/core.h:161:15: error: ‘packet_add_tlv_string’ declared as function returning a function
  93. ./../../common/core.h:162:65: error: expected declaration specifiers or ‘...’ before ‘UINT’
  94. ./../../common/core.h:162:15: error: ‘packet_add_tlv_uint’ declared as function returning a function
  95. ./../../common/core.h:163:66: error: expected declaration specifiers or ‘...’ before ‘QWORD’
  96. ./../../common/core.h:163:15: error: ‘packet_add_tlv_qword’ declared as function returning a function
  97. ./../../common/core.h:164:65: error: expected declaration specifiers or ‘...’ before ‘BOOL’
  98. ./../../common/core.h:164:15: error: ‘packet_add_tlv_bool’ declared as function returning a function
  99. ./../../common/core.h:165:15: error: ‘packet_add_tlv_group’ declared as function returning a function
  100. ./../../common/core.h:166:15: error: ‘packet_add_tlvs’ declared as function returning a function
  101. ./../../common/core.h:167:64: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  102. ./../../common/core.h:167:15: error: ‘packet_add_tlv_raw’ declared as function returning a function
  103. ./../../common/core.h:168:15: error: ‘packet_is_tlv_null_terminated’ declared as function returning a function
  104. ./../../common/core.h:170:21: error: ‘packet_get_tlv_meta’ declared as function returning a function
  105. ./../../common/core.h:171:15: error: ‘packet_get_tlv’ declared as function returning a function
  106. ./../../common/core.h:172:15: error: ‘packet_get_tlv_string’ declared as function returning a function
  107. ./../../common/core.h:173:15: error: ‘packet_get_tlv_group_entry’ declared as function returning a function
  108. ./../../common/core.h:174:15: error: ‘packet_enum_tlv’ declared as function returning a function
  109. ./../../common/core.h:176:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘packet_get_tlv_value_string’
  110. ./../../common/core.h:177:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘packet_get_tlv_value_uint’
  111. ./../../common/core.h:178:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  112. ./../../common/core.h:179:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘packet_get_tlv_value_qword’
  113. ./../../common/core.h:180:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘packet_get_tlv_value_bool’
  114. ./../../common/core.h:182:63: error: expected declaration specifiers or ‘...’ before ‘PCHAR’
  115. ./../../common/core.h:182:15: error: ‘packet_add_exception’ declared as function returning a function
  116. ./../../common/core.h:184:15: error: ‘packet_get_result’ declared as function returning a function
  117. ./../../common/core.h:189:15: error: ‘packet_transmit’ declared as function returning a function
  118. ./../../common/core.h:190:15: error: ‘packet_transmit_empty_response’ declared as function returning a function
  119. ./../../common/core.h:191:15: error: ‘packet_receive’ declared as function returning a function
  120. ./../../common/core.h:192:15: error: ‘packet_receive_via_http’ declared as function returning a function
  121. ./../../common/core.h:193:15: error: ‘packet_transmit_via_ssl’ declared as function returning a function
  122. ./../../common/core.h:194:15: error: ‘packet_transmit_via_http’ declared as function returning a function
  123. ./../../common/core.h:210:52: error: expected ‘)’ before ‘requestId’
  124. ./../../common/core.h:211:80: error: expected declaration specifiers or ‘...’ before ‘LPCSTR’
  125. ./../../common/core.h:211:15: error: ‘packet_call_completion_handlers’ declared as function returning a function
  126. ./../../common/core.h:212:55: error: expected ‘)’ before ‘requestId’
  127. ./../../common/core.h:217:55: error: expected declaration specifiers or ‘...’ before ‘LPCSTR’
  128. ./../../common/core.h:217:15: error: ‘send_core_console_write’ declared as function returning a function
  129. ./../../common/core.h:218:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘core_update_thread_token’
  130. ./../../common/core.h:219:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘core_update_desktop’
  131. In file included from ./../../common/common.h:57:0,
  132. from ./test.c:1:
  133. ./../../common/base.h:10:17: error: ‘DISPATCH_ROUTINE’ declared as function returning a function
  134. ./../../common/base.h:28:22: error: declaration of ‘argumentTypes’ as array of functions
  135. ./../../common/base.h:29:22: error: field ‘numArgumentTypes’ declared as a function
  136. ./../../common/base.h:34:2: error: expected specifier-qualifier-list before ‘LPCSTR’
  137. ./../../common/base.h:43:15: error: ‘command_register’ declared as function returning a function
  138. ./../../common/base.h:44:15: error: ‘command_deregister’ declared as function returning a function
  139. ./../../common/base.h:46:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘command_join_threads’
  140. ./../../common/base.h:48:26: error: ‘command_process_thread’ declared as function returning a function
  141. ./../../common/base.h:52:15: error: ‘command_call_dispatch’ declared as function returning a function
  142. ./../../common/base.h:53:15: error: ‘command_validate_arguments’ declared as function returning a function
  143. In file included from ./../../common/common.h:61:0,
  144. from ./test.c:1:
  145. ./../../common/channel.h:23:34: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  146. ./../../common/channel.h:24:3: error: expected declaration specifiers or ‘...’ before ‘PUCHAR’
  147. ./../../common/channel.h:24:17: error: expected declaration specifiers or ‘...’ before ‘ULONG’
  148. ./../../common/channel.h:24:31: error: expected declaration specifiers or ‘...’ before ‘PULONG’
  149. ./../../common/channel.h:22:17: error: ‘DirectIoHandler’ declared as function returning a function
  150. ./../../common/channel.h:29:29: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  151. ./../../common/channel.h:28:17: error: ‘ChannelOpenCompletionRoutine’ declared as function returning a function
  152. ./../../common/channel.h:31:29: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  153. ./../../common/channel.h:31:59: error: expected declaration specifiers or ‘...’ before ‘PUCHAR’
  154. ./../../common/channel.h:32:3: error: expected declaration specifiers or ‘...’ before ‘ULONG’
  155. ./../../common/channel.h:30:17: error: ‘ChannelReadCompletionRoutine’ declared as function returning a function
  156. ./../../common/channel.h:34:29: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  157. ./../../common/channel.h:35:3: error: expected declaration specifiers or ‘...’ before ‘ULONG’
  158. ./../../common/channel.h:33:17: error: ‘ChannelWriteCompletionRoutine’ declared as function returning a function
  159. ./../../common/channel.h:37:29: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  160. ./../../common/channel.h:36:17: error: ‘ChannelCloseCompletionRoutine’ declared as function returning a function
  161. ./../../common/channel.h:39:29: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  162. ./../../common/channel.h:38:17: error: ‘ChannelInteractCompletionRoutine’ declared as function returning a function
  163. ./../../common/channel.h:44:2: error: expected specifier-qualifier-list before ‘LPVOID’
  164. ./../../common/channel.h:60:2: error: expected specifier-qualifier-list before ‘PUCHAR’
  165. ./../../common/channel.h:72:2: error: expected specifier-qualifier-list before ‘LPVOID’
  166. ./../../common/channel.h:99:4: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  167. ./../../common/channel.h:99:20: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  168. ./../../common/channel.h:100:4: error: expected declaration specifiers or ‘...’ before ‘LPDWORD’
  169. ./../../common/channel.h:98:10: error: ‘read’ declared as function returning a function
  170. ./../../common/channel.h:102:4: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  171. ./../../common/channel.h:102:20: error: expected declaration specifiers or ‘...’ before ‘LPBOOL’
  172. ./../../common/channel.h:101:10: error: ‘eof’ declared as function returning a function
  173. ./../../common/channel.h:104:4: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  174. ./../../common/channel.h:104:20: error: expected declaration specifiers or ‘...’ before ‘LONG’
  175. ./../../common/channel.h:103:10: error: ‘seek’ declared as function returning a function
  176. ./../../common/channel.h:106:4: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  177. ./../../common/channel.h:106:20: error: expected declaration specifiers or ‘...’ before ‘LPLONG’
  178. ./../../common/channel.h:105:10: error: ‘tell’ declared as function returning a function
  179. ./../../common/channel.h:120:24: error: field ‘identifier’ declared as a function
  180. ./../../common/channel.h:122:24: error: field ‘cls’ declared as a function
  181. ./../../common/channel.h:124:2: error: expected specifier-qualifier-list before ‘PCHAR’
  182. ./../../common/channel.h:157:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_destroy’
  183. ./../../common/channel.h:159:15: error: ‘channel_get_id’ declared as function returning a function
  184. ./../../common/channel.h:161:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_set_type’
  185. ./../../common/channel.h:162:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_get_type’
  186. ./../../common/channel.h:164:15: error: ‘channel_get_class’ declared as function returning a function
  187. ./../../common/channel.h:166:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_set_flags’
  188. ./../../common/channel.h:167:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_is_flag’
  189. ./../../common/channel.h:168:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_get_flags’
  190. ./../../common/channel.h:170:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_set_interactive’
  191. ./../../common/channel.h:171:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_is_interactive’
  192. ./../../common/channel.h:174:3: error: expected declaration specifiers or ‘...’ before ‘PUCHAR’
  193. ./../../common/channel.h:174:17: error: expected declaration specifiers or ‘...’ before ‘ULONG’
  194. ./../../common/channel.h:174:36: error: expected declaration specifiers or ‘...’ before ‘PULONG’
  195. ./../../common/channel.h:173:15: error: ‘channel_write_to_remote’ declared as function returning a function
  196. ./../../common/channel.h:176:59: error: expected declaration specifiers or ‘...’ before ‘PUCHAR’
  197. ./../../common/channel.h:177:3: error: expected declaration specifiers or ‘...’ before ‘ULONG’
  198. ./../../common/channel.h:177:22: error: expected declaration specifiers or ‘...’ before ‘PULONG’
  199. ./../../common/channel.h:176:15: error: ‘channel_write_to_buffered’ declared as function returning a function
  200. ./../../common/channel.h:178:60: error: expected declaration specifiers or ‘...’ before ‘PUCHAR’
  201. ./../../common/channel.h:179:3: error: expected declaration specifiers or ‘...’ before ‘ULONG’
  202. ./../../common/channel.h:179:22: error: expected declaration specifiers or ‘...’ before ‘PULONG’
  203. ./../../common/channel.h:178:15: error: ‘channel_read_from_buffered’ declared as function returning a function
  204. ./../../common/channel.h:181:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_set_buffered_io_handler’
  205. ./../../common/channel.h:183:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_get_buffered_io_context’
  206. ./../../common/channel.h:184:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_set_native_io_context’
  207. ./../../common/channel.h:185:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘channel_get_native_io_context’
  208. ./../../common/channel.h:188:26: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  209. ./../../common/channel.h:189:3: error: expected declaration specifiers or ‘...’ before ‘PUCHAR’
  210. ./../../common/channel.h:189:17: error: expected declaration specifiers or ‘...’ before ‘ULONG’
  211. ./../../common/channel.h:189:31: error: expected declaration specifiers or ‘...’ before ‘PULONG’
  212. ./../../common/channel.h:187:15: error: ‘channel_default_io_handler’ declared as function returning a function
  213. ./../../common/channel.h:197:15: error: ‘channel_open’ declared as function returning a function
  214. ./../../common/channel.h:200:23: error: expected declaration specifiers or ‘...’ before ‘ULONG’
  215. ./../../common/channel.h:199:15: error: ‘channel_read’ declared as function returning a function
  216. ./../../common/channel.h:203:23: error: expected declaration specifiers or ‘...’ before ‘PUCHAR’
  217. ./../../common/channel.h:203:38: error: expected declaration specifiers or ‘...’ before ‘ULONG’
  218. ./../../common/channel.h:202:15: error: ‘channel_write’ declared as function returning a function
  219. ./../../common/channel.h:205:15: error: ‘channel_close’ declared as function returning a function
  220. ./../../common/channel.h:208:23: error: expected declaration specifiers or ‘...’ before ‘BOOL’
  221. ./../../common/channel.h:207:15: error: ‘channel_interact’ declared as function returning a function
  222. In file included from ./../../common/common.h:62:0,
  223. from ./test.c:1:
  224. ./../../common/scheduler.h:7:56: error: expected declaration specifiers or ‘...’ before ‘LPVOID’
  225. ./../../common/scheduler.h:7:17: error: ‘WaitableNotifyRoutine’ declared as function returning a function
  226. ./../../common/scheduler.h:9:15: error: ‘scheduler_initialize’ declared as function returning a function
  227. ./../../common/scheduler.h:10:15: error: ‘scheduler_destroy’ declared as function returning a function
  228. ./../../common/scheduler.h:10:1: warning: parameter names (without types) in function declaration
  229. ./../../common/scheduler.h:11:49: error: expected ‘)’ before ‘waitable’
  230. ./../../common/scheduler.h:12:49: error: expected ‘)’ before ‘waitable’
  231. ./../../common/scheduler.h:13:26: error: ‘scheduler_waitable_thread’ declared as function returning a function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement