Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 30.38 KB | Hits: 83 | Expires: Never
Copy text to clipboard
  1. multiplex.c:5:23: error: arpa/inet.h: No such file or directory
  2. multiplex.c:6:19: error: ctype.h: No such file or directory
  3. multiplex.c:7:19: error: errno.h: No such file or directory
  4. multiplex.c:8:19: error: fcntl.h: No such file or directory
  5. multiplex.c:9:19: error: netdb.h: No such file or directory
  6. multiplex.c:10:24: error: netinet/in.h: No such file or directory
  7. multiplex.c:11:20: error: signal.h: No such file or directory
  8. multiplex.c:12:19: error: stdio.h: No such file or directory
  9. multiplex.c:13:20: error: stdlib.h: No such file or directory
  10. multiplex.c:14:20: error: string.h: No such file or directory
  11. multiplex.c:15:24: error: sys/select.h: No such file or directory
  12. multiplex.c:16:24: error: sys/socket.h: No such file or directory
  13. multiplex.c:17:22: error: sys/stat.h: No such file or directory
  14. multiplex.c:18:23: error: sys/types.h: No such file or directory
  15. multiplex.c:19:20: error: sys/un.h: No such file or directory
  16. multiplex.c:20:18: error: time.h: No such file or directory
  17. multiplex.c:21:20: error: unistd.h: No such file or directory
  18. In file included from multiplex.c:22:
  19. mplex.h:9:20: error: stdint.h: No such file or directory
  20. In file included from multiplex.c:22:
  21. mplex.h:20: error: expected specifier-qualifier-list before 'uint8_t'
  22. mplex.h:27: error: expected specifier-qualifier-list before 'uint8_t'
  23. mplex.h:34: error: expected specifier-qualifier-list before 'time_t'
  24. multiplex.c:32: error: field 'sa' has incomplete type
  25. multiplex.c:33: error: field 'in4' has incomplete type
  26. multiplex.c:34: error: field 'in6' has incomplete type
  27. multiplex.c:39: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'now'
  28. multiplex.c:41: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'worker_pid'
  29. multiplex.c: In function 'init_worker':
  30. multiplex.c:50: warning: implicit declaration of function 'socketpair'
  31. multiplex.c:50: error: 'AF_UNIX' undeclared (first use in this function)
  32. multiplex.c:50: error: (Each undeclared identifier is reported only once
  33. multiplex.c:50: error: for each function it appears in.)
  34. multiplex.c:50: error: 'SOCK_STREAM' undeclared (first use in this function)
  35. multiplex.c:51: warning: implicit declaration of function 'fprintf'
  36. multiplex.c:51: warning: incompatible implicit declaration of built-in function 'fprintf'
  37. multiplex.c:51: error: 'stderr' undeclared (first use in this function)
  38. multiplex.c:51: warning: implicit declaration of function 'strerror'
  39. multiplex.c:51: error: 'errno' undeclared (first use in this function)
  40. multiplex.c:51: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
  41. multiplex.c:51: warning: implicit declaration of function 'exit'
  42. multiplex.c:51: warning: incompatible implicit declaration of built-in function 'exit'
  43. multiplex.c:53: error: 'worker_pid' undeclared (first use in this function)
  44. multiplex.c:53: warning: implicit declaration of function 'fork'
  45. multiplex.c:55: warning: incompatible implicit declaration of built-in function 'fprintf'
  46. multiplex.c:55: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
  47. multiplex.c:55: warning: incompatible implicit declaration of built-in function 'exit'
  48. multiplex.c:58: warning: implicit declaration of function 'close'
  49. multiplex.c:59: warning: implicit declaration of function 'dup2'
  50. multiplex.c:63: warning: implicit declaration of function 'execlp'
  51. multiplex.c:63: error: 'NULL' undeclared (first use in this function)
  52. multiplex.c:64: warning: implicit declaration of function 'perror'
  53. multiplex.c:65: warning: incompatible implicit declaration of built-in function 'exit'
  54. multiplex.c:68: warning: implicit declaration of function 'fcntl'
  55. multiplex.c:68: error: 'F_GETFL' undeclared (first use in this function)
  56. multiplex.c:69: error: 'O_NONBLOCK' undeclared (first use in this function)
  57. multiplex.c:70: error: 'F_SETFL' undeclared (first use in this function)
  58. multiplex.c: In function 'reboot':
  59. multiplex.c:76: error: 'struct line' has no member named 'data'
  60. multiplex.c:76: error: 'struct line' has no member named 'len'
  61. multiplex.c:79: error: 'struct sockifo' has no member named 'sendq'
  62. multiplex.c:79: error: 'uint8_t' undeclared (first use in this function)
  63. multiplex.c:79: error: expected expression before ')' token
  64. multiplex.c:79: warning: excess elements in struct initializer
  65. multiplex.c:79: warning: (near initialization for '(anonymous)')
  66. multiplex.c:80: error: 'struct sockifo' has no member named 'sendq'
  67. multiplex.c: In function 'esock':
  68. multiplex.c:88: error: 'struct sockifo' has no member named 'state'
  69. multiplex.c:90: error: 'struct sockifo' has no member named 'state'
  70. multiplex.c:91: warning: incompatible implicit declaration of built-in function 'fprintf'
  71. multiplex.c:91: error: 'stderr' undeclared (first use in this function)
  72. multiplex.c:91: warning: incompatible implicit declaration of built-in function 'exit'
  73. multiplex.c:92: error: 'struct sockifo' has no member named 'sendq'
  74. multiplex.c: In function 'alloc_ifo':
  75. multiplex.c:99: warning: implicit declaration of function 'realloc'
  76. multiplex.c:99: warning: incompatible implicit declaration of built-in function 'realloc'
  77. multiplex.c:101: warning: implicit declaration of function 'memset'
  78. multiplex.c:101: warning: incompatible implicit declaration of built-in function 'memset'
  79. multiplex.c: In function 'find':
  80. multiplex.c:108: error: 'NULL' undeclared (first use in this function)
  81. multiplex.c:111: error: 'struct sockifo' has no member named 'state'
  82. multiplex.c: In function 'writable':
  83. multiplex.c:120: error: 'struct sockifo' has no member named 'state'
  84. multiplex.c:121: error: 'struct sockifo' has no member named 'state'
  85. multiplex.c:123: error: 'socklen_t' undeclared (first use in this function)
  86. multiplex.c:123: error: expected ';' before 'esize'
  87. multiplex.c:124: warning: implicit declaration of function 'getsockopt'
  88. multiplex.c:124: error: 'SOL_SOCKET' undeclared (first use in this function)
  89. multiplex.c:124: error: 'SO_ERROR' undeclared (first use in this function)
  90. multiplex.c:124: error: 'esize' undeclared (first use in this function)
  91. multiplex.c:126: warning: passing argument 2 of 'esock' makes pointer from integer without a cast
  92. multiplex.c:129: error: 'struct sockifo' has no member named 'state'
  93. multiplex.c:129: error: 'struct sockifo' has no member named 'state'
  94. multiplex.c:137: error: 'struct sockifo' has no member named 'sendq'
  95. multiplex.c:139: error: 'errno' undeclared (first use in this function)
  96. multiplex.c:139: warning: pointer/integer type mismatch in conditional expression
  97. multiplex.c:140: error: 'struct sockifo' has no member named 'state'
  98. multiplex.c:140: error: 'struct sockifo' has no member named 'sendq'
  99. multiplex.c:140: error: 'struct sockifo' has no member named 'sendq'
  100. multiplex.c: In function 'addnet':
  101. multiplex.c:159: warning: incompatible implicit declaration of built-in function 'fprintf'
  102. multiplex.c:159: error: 'stderr' undeclared (first use in this function)
  103. multiplex.c:159: warning: incompatible implicit declaration of built-in function 'exit'
  104. multiplex.c:163: warning: incompatible implicit declaration of built-in function 'fprintf'
  105. multiplex.c:163: warning: incompatible implicit declaration of built-in function 'exit'
  106. multiplex.c:167: warning: incompatible implicit declaration of built-in function 'fprintf'
  107. multiplex.c:167: warning: incompatible implicit declaration of built-in function 'exit'
  108. multiplex.c:169: warning: incompatible implicit declaration of built-in function 'fprintf'
  109. multiplex.c:169: warning: incompatible implicit declaration of built-in function 'exit'
  110. multiplex.c:175: error: variable 'hints' has initializer but incomplete type
  111. multiplex.c:176: error: unknown field 'ai_family' specified in initializer
  112. multiplex.c:176: error: 'AF_UNSPEC' undeclared (first use in this function)
  113. multiplex.c:176: warning: excess elements in struct initializer
  114. multiplex.c:176: warning: (near initialization for 'hints')
  115. multiplex.c:177: error: unknown field 'ai_socktype' specified in initializer
  116. multiplex.c:177: error: 'SOCK_STREAM' undeclared (first use in this function)
  117. multiplex.c:177: warning: excess elements in struct initializer
  118. multiplex.c:177: warning: (near initialization for 'hints')
  119. multiplex.c:178: error: unknown field 'ai_flags' specified in initializer
  120. multiplex.c:178: error: 'AI_ADDRCONFIG' undeclared (first use in this function)
  121. multiplex.c:178: error: 'AI_PASSIVE' undeclared (first use in this function)
  122. multiplex.c:178: warning: excess elements in struct initializer
  123. multiplex.c:178: warning: (near initialization for 'hints')
  124. multiplex.c:175: error: storage size of 'hints' isn't known
  125. multiplex.c:180: error: 'NULL' undeclared (first use in this function)
  126. multiplex.c:181: warning: implicit declaration of function 'getaddrinfo'
  127. multiplex.c:183: warning: implicit declaration of function 'gai_strerror'
  128. multiplex.c:183: warning: passing argument 2 of 'esock' makes pointer from integer without a cast
  129. multiplex.c:187: warning: implicit declaration of function 'socket'
  130. multiplex.c:187: error: dereferencing pointer to incomplete type
  131. multiplex.c:187: error: dereferencing pointer to incomplete type
  132. multiplex.c:187: error: dereferencing pointer to incomplete type
  133. multiplex.c:191: error: 'F_GETFL' undeclared (first use in this function)
  134. multiplex.c:192: error: 'O_NONBLOCK' undeclared (first use in this function)
  135. multiplex.c:193: error: 'F_SETFL' undeclared (first use in this function)
  136. multiplex.c:194: error: 'F_SETFD' undeclared (first use in this function)
  137. multiplex.c:194: error: 'FD_CLOEXEC' undeclared (first use in this function)
  138. multiplex.c:196: error: 'struct sockifo' has no member named 'state'
  139. multiplex.c:197: error: 'struct sockifo' has no member named 'state'
  140. multiplex.c:200: error: field name not in record or union initializer
  141. multiplex.c:200: error: (near initialization for 'bsa')
  142. multiplex.c:200: error: dereferencing pointer to incomplete type
  143. multiplex.c:202: error: dereferencing pointer to incomplete type
  144. multiplex.c:202: error: 'AF_INET6' undeclared (first use in this function)
  145. multiplex.c:203: warning: implicit declaration of function 'inet_pton'
  146. multiplex.c:204: warning: implicit declaration of function 'bind'
  147. multiplex.c:207: error: 'AF_INET' undeclared (first use in this function)
  148. multiplex.c:212: warning: implicit declaration of function 'connect'
  149. multiplex.c:212: error: dereferencing pointer to incomplete type
  150. multiplex.c:212: error: dereferencing pointer to incomplete type
  151. multiplex.c:213: error: 'struct sockifo' has no member named 'state'
  152. multiplex.c:214: error: 'struct sockifo' has no member named 'state'
  153. multiplex.c:215: error: 'struct sockifo' has no member named 'death_time'
  154. multiplex.c:215: error: 'now' undeclared (first use in this function)
  155. multiplex.c:217: error: 'struct sockifo' has no member named 'state'
  156. multiplex.c:218: error: 'struct sockifo' has no member named 'state'
  157. multiplex.c:219: error: 'struct sockifo' has no member named 'recvq'
  158. multiplex.c:221: warning: implicit declaration of function 'setsockopt'
  159. multiplex.c:221: error: 'SOL_SOCKET' undeclared (first use in this function)
  160. multiplex.c:221: error: 'SO_REUSEADDR' undeclared (first use in this function)
  161. multiplex.c:222: error: dereferencing pointer to incomplete type
  162. multiplex.c:222: error: dereferencing pointer to incomplete type
  163. multiplex.c:224: warning: implicit declaration of function 'listen'
  164. multiplex.c:229: warning: implicit declaration of function 'freeaddrinfo'
  165. multiplex.c:232: error: 'errno' undeclared (first use in this function)
  166. multiplex.c:232: warning: passing argument 2 of 'esock' makes pointer from integer without a cast
  167. multiplex.c:175: warning: unused variable 'hints'
  168. multiplex.c: In function 'delnet_real':
  169. multiplex.c:243: warning: implicit declaration of function 'free'
  170. multiplex.c:243: warning: incompatible implicit declaration of built-in function 'free'
  171. multiplex.c:243: error: 'struct sockifo' has no member named 'sendq'
  172. multiplex.c:244: error: 'struct sockifo' has no member named 'recvq'
  173. multiplex.c:248: warning: implicit declaration of function 'memcpy'
  174. multiplex.c:248: warning: incompatible implicit declaration of built-in function 'memcpy'
  175. multiplex.c: In function 'delnet':
  176. multiplex.c:261: warning: incompatible implicit declaration of built-in function 'fprintf'
  177. multiplex.c:261: error: 'stderr' undeclared (first use in this function)
  178. multiplex.c:261: warning: incompatible implicit declaration of built-in function 'exit'
  179. multiplex.c:262: error: 'struct sockifo' has no member named 'state'
  180. multiplex.c:264: error: 'struct sockifo' has no member named 'sendq'
  181. multiplex.c:272: error: 'struct sockifo' has no member named 'state'
  182. multiplex.c: In function 'freeze_net':
  183. multiplex.c:285: warning: incompatible implicit declaration of built-in function 'fprintf'
  184. multiplex.c:285: error: 'stderr' undeclared (first use in this function)
  185. multiplex.c:285: warning: incompatible implicit declaration of built-in function 'exit'
  186. multiplex.c:286: error: 'struct sockifo' has no member named 'state'
  187. multiplex.c:288: error: 'struct sockifo' has no member named 'state'
  188. multiplex.c: In function 'start_ssl':
  189. multiplex.c:303: warning: incompatible implicit declaration of built-in function 'fprintf'
  190. multiplex.c:303: error: 'stderr' undeclared (first use in this function)
  191. multiplex.c:303: warning: incompatible implicit declaration of built-in function 'exit'
  192. multiplex.c: In function 'line_accept':
  193. multiplex.c:327: warning: incompatible implicit declaration of built-in function 'fprintf'
  194. multiplex.c:327: error: 'stderr' undeclared (first use in this function)
  195. multiplex.c:327: warning: incompatible implicit declaration of built-in function 'exit'
  196. multiplex.c:331: error: 'struct sockifo' has no member named 'state'
  197. multiplex.c:332: warning: incompatible implicit declaration of built-in function 'fprintf'
  198. multiplex.c:332: warning: incompatible implicit declaration of built-in function 'exit'
  199. multiplex.c:333: error: 'struct sockifo' has no member named 'recvq'
  200. multiplex.c:335: warning: incompatible implicit declaration of built-in function 'fprintf'
  201. multiplex.c:335: warning: incompatible implicit declaration of built-in function 'exit'
  202. multiplex.c:336: error: 'struct sockifo' has no member named 'recvq'
  203. multiplex.c:337: error: 'struct sockifo' has no member named 'state'
  204. multiplex.c:343: warning: incompatible implicit declaration of built-in function 'fprintf'
  205. multiplex.c:343: warning: incompatible implicit declaration of built-in function 'exit'
  206. multiplex.c:345: error: 'F_GETFL' undeclared (first use in this function)
  207. multiplex.c:346: error: 'O_NONBLOCK' undeclared (first use in this function)
  208. multiplex.c:347: error: 'F_SETFL' undeclared (first use in this function)
  209. multiplex.c:348: error: 'F_SETFD' undeclared (first use in this function)
  210. multiplex.c:348: error: 'FD_CLOEXEC' undeclared (first use in this function)
  211. multiplex.c:353: error: 'struct sockifo' has no member named 'state'
  212. multiplex.c:354: error: 'struct sockifo' has no member named 'state'
  213. multiplex.c:355: error: 'struct sockifo' has no member named 'state'
  214. multiplex.c:356: error: 'struct sockifo' has no member named 'death_time'
  215. multiplex.c:356: error: 'now' undeclared (first use in this function)
  216. multiplex.c: In function 'sqfill':
  217. multiplex.c:367: warning: incompatible implicit declaration of built-in function 'fprintf'
  218. multiplex.c:367: error: 'stderr' undeclared (first use in this function)
  219. multiplex.c:367: warning: incompatible implicit declaration of built-in function 'exit'
  220. multiplex.c:368: error: 'struct sockifo' has no member named 'sendq'
  221. multiplex.c: In function 'mplex_parse':
  222. multiplex.c:372: error: 'struct line' has no member named 'data'
  223. multiplex.c:399: warning: incompatible implicit declaration of built-in function 'fprintf'
  224. multiplex.c:399: error: 'stderr' undeclared (first use in this function)
  225. multiplex.c:399: error: 'struct line' has no member named 'data'
  226. multiplex.c:399: warning: incompatible implicit declaration of built-in function 'exit'
  227. multiplex.c: In function 'readable':
  228. multiplex.c:404: error: 'struct sockifo' has no member named 'state'
  229. multiplex.c:405: error: 'struct sockifo' has no member named 'recvq'
  230. multiplex.c:406: error: 'struct sockifo' has no member named 'state'
  231. multiplex.c:412: warning: implicit declaration of function 'accept'
  232. multiplex.c:415: error: 'AF_INET6' undeclared (first use in this function)
  233. multiplex.c:416: warning: implicit declaration of function 'inet_ntop'
  234. multiplex.c:418: warning: implicit declaration of function 'strncmp'
  235. multiplex.c:420: error: 'struct sockifo' has no member named 'sendq'
  236. multiplex.c:422: error: 'AF_INET' undeclared (first use in this function)
  237. multiplex.c:423: error: 'struct sockifo' has no member named 'sendq'
  238. multiplex.c:425: error: 'struct sockifo' has no member named 'recvq'
  239. multiplex.c:426: error: 'struct sockifo' has no member named 'state'
  240. multiplex.c:429: error: 'struct sockifo' has no member named 'state'
  241. multiplex.c:430: error: 'struct sockifo' has no member named 'state'
  242. multiplex.c:439: error: 'struct sockifo' has no member named 'recvq'
  243. multiplex.c:441: error: 'errno' undeclared (first use in this function)
  244. multiplex.c:441: warning: pointer/integer type mismatch in conditional expression
  245. multiplex.c:445: error: 'struct sockifo' has no member named 'recvq'
  246. multiplex.c:446: error: 'struct line' has no member named 'data'
  247. multiplex.c:448: error: 'struct sockifo' has no member named 'state'
  248. multiplex.c:448: error: 'struct sockifo' has no member named 'state'
  249. multiplex.c:449: error: 'struct sockifo' has no member named 'sendq'
  250. multiplex.c:450: error: 'struct sockifo' has no member named 'sendq'
  251. multiplex.c:451: error: 'struct sockifo' has no member named 'death_time'
  252. multiplex.c:451: error: 'now' undeclared (first use in this function)
  253. multiplex.c:452: error: 'struct sockifo' has no member named 'state'
  254. multiplex.c:457: error: 'struct sockifo' has no member named 'recvq'
  255. multiplex.c:457: error: 'struct sockifo' has no member named 'recvq'
  256. multiplex.c: In function 'mplex':
  257. multiplex.c:463: error: variable 'timeout' has initializer but incomplete type
  258. multiplex.c:464: error: unknown field 'tv_sec' specified in initializer
  259. multiplex.c:464: warning: excess elements in struct initializer
  260. multiplex.c:464: warning: (near initialization for 'timeout')
  261. multiplex.c:465: error: unknown field 'tv_usec' specified in initializer
  262. multiplex.c:465: warning: excess elements in struct initializer
  263. multiplex.c:465: warning: (near initialization for 'timeout')
  264. multiplex.c:463: error: storage size of 'timeout' isn't known
  265. multiplex.c:469: error: 'fd_set' undeclared (first use in this function)
  266. multiplex.c:469: error: expected ';' before 'rok'
  267. multiplex.c:470: warning: implicit declaration of function 'FD_ZERO'
  268. multiplex.c:470: error: 'rok' undeclared (first use in this function)
  269. multiplex.c:471: error: 'wok' undeclared (first use in this function)
  270. multiplex.c:472: error: 'xok' undeclared (first use in this function)
  271. multiplex.c:475: error: 'struct sockifo' has no member named 'sendq'
  272. multiplex.c:475: error: 'uint8_t' undeclared (first use in this function)
  273. multiplex.c:475: error: expected expression before ')' token
  274. multiplex.c:475: warning: excess elements in struct initializer
  275. multiplex.c:475: warning: (near initialization for '(anonymous)')
  276. multiplex.c:479: error: 'struct sockifo' has no member named 'death_time'
  277. multiplex.c:479: error: 'struct sockifo' has no member named 'death_time'
  278. multiplex.c:479: error: 'now' undeclared (first use in this function)
  279. multiplex.c:483: error: 'struct sockifo' has no member named 'state'
  280. multiplex.c:493: error: 'struct sockifo' has no member named 'state'
  281. multiplex.c:497: error: 'struct sockifo' has no member named 'sendq'
  282. multiplex.c:497: error: 'struct sockifo' has no member named 'sendq'
  283. multiplex.c:516: warning: implicit declaration of function 'FD_SET'
  284. multiplex.c:523: warning: implicit declaration of function 'select'
  285. multiplex.c:524: error: 'time_t' undeclared (first use in this function)
  286. multiplex.c:524: error: expected ';' before 'new_ts'
  287. multiplex.c:525: error: 'new_ts' undeclared (first use in this function)
  288. multiplex.c:527: error: 'struct sockifo' has no member named 'sendq'
  289. multiplex.c:535: warning: implicit declaration of function 'FD_ISSET'
  290. multiplex.c:551: error: 'struct sockifo' has no member named 'sendq'
  291. multiplex.c:551: error: expected expression before ')' token
  292. multiplex.c:551: warning: excess elements in struct initializer
  293. multiplex.c:551: warning: (near initialization for '(anonymous)')
  294. multiplex.c:463: warning: unused variable 'timeout'
  295. multiplex.c: In function 'sig2child':
  296. multiplex.c:555: warning: implicit declaration of function 'kill'
  297. multiplex.c:555: error: 'worker_pid' undeclared (first use in this function)
  298. multiplex.c: In function 'init':
  299. multiplex.c:559: error: variable 'sig' has initializer but incomplete type
  300. multiplex.c:560: error: unknown field 'sa_handler' specified in initializer
  301. multiplex.c:560: error: 'SIG_IGN' undeclared (first use in this function)
  302. multiplex.c:560: warning: excess elements in struct initializer
  303. multiplex.c:560: warning: (near initialization for 'sig')
  304. multiplex.c:559: error: storage size of 'sig' isn't known
  305. multiplex.c:562: warning: implicit declaration of function 'sigaction'
  306. multiplex.c:562: error: 'SIGPIPE' undeclared (first use in this function)
  307. multiplex.c:562: error: 'NULL' undeclared (first use in this function)
  308. multiplex.c:563: error: 'SIGCHLD' undeclared (first use in this function)
  309. multiplex.c:566: error: 'SIGHUP' undeclared (first use in this function)
  310. multiplex.c:567: error: 'SIGUSR1' undeclared (first use in this function)
  311. multiplex.c:568: error: 'SIGUSR2' undeclared (first use in this function)
  312. multiplex.c:570: warning: implicit declaration of function 'fclose'
  313. multiplex.c:570: error: 'stdin' undeclared (first use in this function)
  314. multiplex.c:571: error: 'stdout' undeclared (first use in this function)
  315. multiplex.c:573: warning: implicit declaration of function 'malloc'
  316. multiplex.c:573: warning: incompatible implicit declaration of built-in function 'malloc'
  317. multiplex.c:576: error: 'struct sockifo' has no member named 'state'
  318. multiplex.c:579: error: 'struct sockifo' has no member named 'sendq'
  319. multiplex.c:579: error: 'uint8_t' undeclared (first use in this function)
  320. multiplex.c:579: error: expected expression before ')' token
  321. multiplex.c:579: warning: excess elements in struct initializer
  322. multiplex.c:579: warning: (near initialization for '(anonymous)')
  323. multiplex.c:559: warning: unused variable 'sig'
  324. queue.c:5:19: error: ctype.h: No such file or directory
  325. queue.c:6:19: error: errno.h: No such file or directory
  326. queue.c:8:19: error: stdio.h: No such file or directory
  327. queue.c:9:20: error: stdlib.h: No such file or directory
  328. queue.c:10:20: error: string.h: No such file or directory
  329. queue.c:11:20: error: unistd.h: No such file or directory
  330. In file included from queue.c:12:
  331. mplex.h:9:20: error: stdint.h: No such file or directory
  332. In file included from queue.c:12:
  333. mplex.h:20: error: expected specifier-qualifier-list before 'uint8_t'
  334. mplex.h:27: error: expected specifier-qualifier-list before 'uint8_t'
  335. mplex.h:34: error: expected specifier-qualifier-list before 'time_t'
  336. queue.c: In function 'q_bound':
  337. queue.c:15: error: 'struct queue' has no member named 'start'
  338. queue.c:15: error: 'struct queue' has no member named 'end'
  339. queue.c:16: error: 'struct queue' has no member named 'start'
  340. queue.c:16: error: 'struct queue' has no member named 'end'
  341. queue.c:17: error: 'struct queue' has no member named 'size'
  342. queue.c:18: warning: implicit declaration of function 'free'
  343. queue.c:18: warning: incompatible implicit declaration of built-in function 'free'
  344. queue.c:18: error: 'struct queue' has no member named 'data'
  345. queue.c:19: error: 'struct queue' has no member named 'data'
  346. queue.c:19: warning: implicit declaration of function 'malloc'
  347. queue.c:19: warning: incompatible implicit declaration of built-in function 'malloc'
  348. queue.c:20: error: 'struct queue' has no member named 'size'
  349. queue.c:23: error: 'struct queue' has no member named 'size'
  350. queue.c:23: error: 'struct queue' has no member named 'end'
  351. queue.c:25: error: 'struct queue' has no member named 'end'
  352. queue.c:25: error: 'struct queue' has no member named 'start'
  353. queue.c:26: error: 'struct queue' has no member named 'start'
  354. queue.c:27: warning: implicit declaration of function 'memmove'
  355. queue.c:27: warning: incompatible implicit declaration of built-in function 'memmove'
  356. queue.c:27: error: 'struct queue' has no member named 'data'
  357. queue.c:27: error: 'struct queue' has no member named 'data'
  358. queue.c:27: error: 'struct queue' has no member named 'start'
  359. queue.c:28: error: 'struct queue' has no member named 'start'
  360. queue.c:29: error: 'struct queue' has no member named 'start'
  361. queue.c:30: error: 'struct queue' has no member named 'end'
  362. queue.c:35: error: 'uint8_t' undeclared (first use in this function)
  363. queue.c:35: error: (Each undeclared identifier is reported only once
  364. queue.c:35: error: for each function it appears in.)
  365. queue.c:35: error: 'dat' undeclared (first use in this function)
  366. queue.c:35: warning: incompatible implicit declaration of built-in function 'malloc'
  367. queue.c:36: warning: implicit declaration of function 'memcpy'
  368. queue.c:36: warning: incompatible implicit declaration of built-in function 'memcpy'
  369. queue.c:36: error: 'struct queue' has no member named 'data'
  370. queue.c:36: error: 'struct queue' has no member named 'start'
  371. queue.c:37: warning: incompatible implicit declaration of built-in function 'free'
  372. queue.c:37: error: 'struct queue' has no member named 'data'
  373. queue.c:38: error: 'struct queue' has no member named 'data'
  374. queue.c:39: error: 'struct queue' has no member named 'size'
  375. queue.c:40: error: 'struct queue' has no member named 'start'
  376. queue.c:41: error: 'struct queue' has no member named 'end'
  377. queue.c: In function 'q_read':
  378. queue.c:51: warning: implicit declaration of function 'read'
  379. queue.c:51: error: 'struct queue' has no member named 'data'
  380. queue.c:51: error: 'struct queue' has no member named 'end'
  381. queue.c:53: error: 'struct queue' has no member named 'end'
  382. queue.c:55: error: 'errno' undeclared (first use in this function)
  383. queue.c:55: error: 'EAGAIN' undeclared (first use in this function)
  384. queue.c:55: error: 'EINTR' undeclared (first use in this function)
  385. queue.c: In function 'q_write':
  386. queue.c:63: error: 'struct queue' has no member named 'end'
  387. queue.c:63: error: 'struct queue' has no member named 'start'
  388. queue.c:67: warning: implicit declaration of function 'write'
  389. queue.c:67: error: 'struct queue' has no member named 'data'
  390. queue.c:67: error: 'struct queue' has no member named 'start'
  391. queue.c:69: error: 'struct queue' has no member named 'start'
  392. queue.c:71: error: 'errno' undeclared (first use in this function)
  393. queue.c:71: error: 'EAGAIN' undeclared (first use in this function)
  394. queue.c:71: error: 'EINTR' undeclared (first use in this function)
  395. queue.c: In function 'q_getl':
  396. queue.c:80: error: 'struct queue' has no member named 'start'
  397. queue.c:80: error: 'struct queue' has no member named 'end'
  398. queue.c:81: error: 'struct queue' has no member named 'data'
  399. queue.c:81: error: 'struct queue' has no member named 'data'
  400. queue.c:82: error: 'struct queue' has no member named 'start'
  401. queue.c:83: error: 'struct queue' has no member named 'start'
  402. queue.c:86: error: unknown field 'data' specified in initializer
  403. queue.c:86: error: 'struct queue' has no member named 'data'
  404. queue.c:86: error: 'struct queue' has no member named 'start'
  405. queue.c:86: warning: excess elements in struct initializer
  406. queue.c:86: warning: (near initialization for 'rv')
  407. queue.c:87: error: unknown field 'len' specified in initializer
  408. queue.c:87: error: 'struct queue' has no member named 'start'
  409. queue.c:87: warning: excess elements in struct initializer
  410. queue.c:87: warning: (near initialization for 'rv')
  411. queue.c:89: error: 'struct queue' has no member named 'data'
  412. queue.c:90: error: 'struct queue' has no member named 'start'
  413. queue.c:95: error: 'NULL' undeclared (first use in this function)
  414. queue.c:95: warning: excess elements in struct initializer
  415. queue.c:95: warning: (near initialization for '(anonymous)')
  416. queue.c:95: warning: excess elements in struct initializer
  417. queue.c:95: warning: (near initialization for '(anonymous)')
  418. queue.c: In function 'q_putl':
  419. queue.c:99: error: 'struct line' has no member named 'len'
  420. queue.c:101: warning: incompatible implicit declaration of built-in function 'memcpy'
  421. queue.c:101: error: 'struct queue' has no member named 'data'
  422. queue.c:101: error: 'struct queue' has no member named 'end'
  423. queue.c:101: error: 'struct line' has no member named 'data'
  424. queue.c:101: error: 'struct line' has no member named 'len'
  425. queue.c:102: error: 'struct queue' has no member named 'end'
  426. queue.c:102: error: 'struct line' has no member named 'len'
  427. queue.c:104: error: 'struct queue' has no member named 'data'
  428. queue.c:104: error: 'struct queue' has no member named 'end'
  429. queue.c:106: error: 'struct queue' has no member named 'data'
  430. queue.c:106: error: 'struct queue' has no member named 'end'
  431. queue.c: In function 'qprintf':
  432. queue.c:113: warning: implicit declaration of function 'vsnprintf'
  433. queue.c:113: error: 'struct queue' has no member named 'data'
  434. queue.c:113: error: 'struct queue' has no member named 'end'
  435. queue.c:118: error: 'struct queue' has no member named 'data'
  436. queue.c:118: error: 'struct queue' has no member named 'end'
  437. queue.c:121: error: 'struct queue' has no member named 'end'
  438. queue.c: In function 'sscan':
  439. queue.c:135: error: 'struct line' has no member named 'len'
  440. queue.c:135: warning: implicit declaration of function 'isdigit'
  441. queue.c:135: error: 'struct line' has no member named 'data'
  442. queue.c:136: error: 'struct line' has no member named 'data'
  443. queue.c:137: error: 'struct line' has no member named 'data'
  444. queue.c:137: error: 'struct line' has no member named 'len'
  445. queue.c:144: error: 'uint8_t' undeclared (first use in this function)
  446. queue.c:144: error: expected expression before ')' token
  447. queue.c:144: error: 'struct line' has no member named 'data'
  448. queue.c:144: error: expected expression before ')' token
  449. queue.c:146: error: 'struct line' has no member named 'len'
  450. queue.c:146: error: 'struct line' has no member named 'data'
  451. queue.c:147: error: 'struct line' has no member named 'data'
  452. queue.c:147: error: 'struct line' has no member named 'len'
  453. queue.c:157: error: 'struct line' has no member named 'len'
  454. queue.c:157: error: 'struct line' has no member named 'data'
  455. queue.c:158: error: 'struct line' has no member named 'data'
  456. queue.c:159: error: 'struct line' has no member named 'data'
  457. queue.c:159: error: 'struct line' has no member named 'len'
  458.  
  459.  
  460. gnutls-bin is already the newest version.