Advertisement
Guest User

CompileOutput

a guest
Oct 7th, 2011
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 36.61 KB | None | 0 0
  1. $ make
  2. colorgcc -O -DLONGDOUBLE   -I ../include -c AddNode.c
  3. colorgcc -O -DLONGDOUBLE   -I ../include -c CTableGen.c
  4. colorgcc -O -DLONGDOUBLE   -I ../include -c CorrectionTable.c
  5. CorrectionTable.c: In function ‘CorrectionTableInit’:
  6. CorrectionTable.c:590: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result
  7. CorrectionTable.c:623: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result
  8. colorgcc -O -DLONGDOUBLE   -I ../include -c Decomp.c
  9. colorgcc -O -DLONGDOUBLE   -I ../include -c DLBfreeOld.c
  10. colorgcc -O -DLONGDOUBLE   -I ../include -c FMComm.c
  11. colorgcc -O -DLONGDOUBLE   -I ../include -c FMSigma2.c
  12. colorgcc -O -DLONGDOUBLE   -I ../include -c FMSupport.c
  13. colorgcc -O -DLONGDOUBLE   -I ../include -c FreeInitArrays.c
  14. colorgcc -O -DLONGDOUBLE   -I ../include -c GetNewNativeNode.c
  15. colorgcc -O -DLONGDOUBLE   -I ../include -c Heap.c
  16. colorgcc -O -DLONGDOUBLE   -I ../include -c InitCellDomains.c
  17. colorgcc -O -DLONGDOUBLE   -I ../include -c InitCellNatives.c
  18. colorgcc -O -DLONGDOUBLE   -I ../include -c InitCellNeighbors.c
  19. colorgcc -O -DLONGDOUBLE   -I ../include -c InitSendDomains.c
  20. colorgcc -O -DLONGDOUBLE   -I ../include -c InitRemoteDomains.c
  21. colorgcc -O -DLONGDOUBLE   -I ../include -c MemCheck.c
  22. colorgcc -O -DLONGDOUBLE   -I ../include -c Meminfo.c
  23. colorgcc -O -DLONGDOUBLE   -I ../include -c Param.c
  24. colorgcc -O -DLONGDOUBLE   -I ../include -c Parse.c
  25. colorgcc -O -DLONGDOUBLE   -I ../include -c QueueOps.c
  26. colorgcc -O -DLONGDOUBLE   -I ../include -c RBDecomp.c
  27. colorgcc -O -DLONGDOUBLE   -I ../include -c RSDecomp.c
  28. colorgcc -O -DLONGDOUBLE   -I ../include -c ReadRestart.c
  29. colorgcc -O -DLONGDOUBLE   -I ../include -c Timer.c
  30. colorgcc -O -DLONGDOUBLE   -I ../include -c Util.c
  31. In file included from /usr/include/stdio.h:34,
  32.                  from Util.c:119:
  33. /usr/lib/gcc/i486-linux-gnu/4.4.3/include/stddef.h:211: error: expected identifier or ‘(’ before ‘typedef’
  34. In file included from /usr/include/stdio.h:75,
  35.                  from Util.c:119:
  36. /usr/include/libio.h:332: error: expected specifier-qualifier-list before ‘size_t’
  37. /usr/include/libio.h:364: error: expected declaration specifiers or ‘...’ before ‘size_t’
  38. /usr/include/libio.h:373: error: expected declaration specifiers or ‘...’ before ‘size_t’
  39. /usr/include/libio.h:495: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_IO_sgetn’
  40. In file included from Util.c:119:
  41. /usr/include/stdio.h:296: error: expected declaration specifiers or ‘...’ before ‘size_t’
  42. /usr/include/stdio.h:302: error: expected declaration specifiers or ‘...’ before ‘size_t’
  43. /usr/include/stdio.h:314: error: expected declaration specifiers or ‘...’ before ‘size_t’
  44. /usr/include/stdio.h:321: error: expected declaration specifiers or ‘...’ before ‘size_t’
  45. /usr/include/stdio.h:363: error: expected declaration specifiers or ‘...’ before ‘size_t’
  46. /usr/include/stdio.h:365: error: format string argument not a string type
  47. /usr/include/stdio.h:367: error: expected declaration specifiers or ‘...’ before ‘size_t’
  48. /usr/include/stdio.h:639: error: expected declaration specifiers or ‘...’ before ‘size_t’
  49. /usr/include/stdio.h:642: error: expected declaration specifiers or ‘...’ before ‘size_t’
  50. /usr/include/stdio.h:652: error: expected declaration specifiers or ‘...’ before ‘size_t’
  51. /usr/include/stdio.h:682: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fread’
  52. /usr/include/stdio.h:688: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fwrite’
  53. /usr/include/stdio.h:710: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fread_unlocked’
  54. /usr/include/stdio.h:712: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fwrite_unlocked’
  55. In file included from /usr/include/stdio.h:910,
  56.                  from Util.c:119:
  57. /usr/include/bits/stdio2.h:24: error: expected declaration specifiers or ‘...’ before ‘size_t’
  58. /usr/include/bits/stdio2.h:26: error: expected declaration specifiers or ‘...’ before ‘size_t’
  59. /usr/include/bits/stdio2.h:53: error: expected declaration specifiers or ‘...’ before ‘size_t’
  60. /usr/include/bits/stdio2.h:54: error: expected declaration specifiers or ‘...’ before ‘size_t’
  61. /usr/include/bits/stdio2.h:56: error: expected declaration specifiers or ‘...’ before ‘size_t’
  62. /usr/include/bits/stdio2.h:57: error: expected declaration specifiers or ‘...’ before ‘size_t’
  63. /usr/include/bits/stdio2.h:62: error: expected declaration specifiers or ‘...’ before ‘size_t’
  64. /usr/include/bits/stdio2.h: In function ‘snprintf’:
  65. /usr/include/bits/stdio2.h:65: error: ‘__n’ undeclared (first use in this function)
  66. /usr/include/bits/stdio2.h:65: error: (Each undeclared identifier is reported only once
  67. /usr/include/bits/stdio2.h:65: error: for each function it appears in.)
  68. /usr/include/bits/stdio2.h: At top level:
  69. /usr/include/bits/stdio2.h:75: error: expected declaration specifiers or ‘...’ before ‘size_t’
  70. /usr/include/bits/stdio2.h: In function ‘vsnprintf’:
  71. /usr/include/bits/stdio2.h:78: error: ‘__n’ undeclared (first use in this function)
  72. /usr/include/bits/stdio2.h: At top level:
  73. /usr/include/bits/stdio2.h:220: error: expected declaration specifiers or ‘...’ before ‘size_t’
  74. /usr/include/bits/stdio2.h: In function ‘gets’:
  75. /usr/include/bits/stdio2.h:228: error: ‘size_t’ undeclared (first use in this function)
  76. /usr/include/bits/stdio2.h:229: error: too many arguments to function ‘__gets_chk’
  77. /usr/include/bits/stdio2.h: At top level:
  78. /usr/include/bits/stdio2.h:233: error: expected declaration specifiers or ‘...’ before ‘size_t’
  79. /usr/include/bits/stdio2.h:238: error: expected declaration specifiers or ‘...’ before ‘size_t’
  80. /usr/include/bits/stdio2.h: In function ‘fgets’:
  81. /usr/include/bits/stdio2.h:247: error: ‘size_t’ undeclared (first use in this function)
  82. /usr/include/bits/stdio2.h:250: error: too many arguments to function ‘__fgets_chk’
  83. /usr/include/bits/stdio2.h:252: error: expected ‘)’ before ‘__n’
  84. /usr/include/bits/stdio2.h:253: error: too many arguments to function ‘__fgets_chk_warn’
  85. /usr/include/bits/stdio2.h: At top level:
  86. /usr/include/bits/stdio2.h:258: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__fread_chk’
  87. /usr/include/bits/stdio2.h:261: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__fread_alias’
  88. /usr/include/bits/stdio2.h:265: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__fread_chk_warn’
  89. /usr/include/bits/stdio2.h:274: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fread’
  90. /usr/include/bits/stdio2.h:319: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__fread_unlocked_chk’
  91. /usr/include/bits/stdio2.h:322: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__fread_unlocked_alias’
  92. /usr/include/bits/stdio2.h:326: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__fread_unlocked_chk_warn’
  93. /usr/include/bits/stdio2.h:335: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fread_unlocked’
  94. In file included from /usr/include/memory.h:30,
  95.                  from Util.c:122:
  96. /usr/include/string.h:44: error: expected declaration specifiers or ‘...’ before ‘size_t’
  97. /usr/include/string.h:48: error: expected declaration specifiers or ‘...’ before ‘size_t’
  98. /usr/include/string.h:57: error: expected declaration specifiers or ‘...’ before ‘size_t’
  99. /usr/include/string.h:64: error: expected declaration specifiers or ‘...’ before ‘size_t’
  100. /usr/include/string.h:67: error: expected declaration specifiers or ‘...’ before ‘size_t’
  101. /usr/include/string.h:94: error: expected declaration specifiers or ‘...’ before ‘size_t’
  102. /usr/include/string.h:131: error: expected declaration specifiers or ‘...’ before ‘size_t’
  103. /usr/include/string.h:139: error: expected declaration specifiers or ‘...’ before ‘size_t’
  104. /usr/include/string.h:145: error: expected declaration specifiers or ‘...’ before ‘size_t’
  105. /usr/include/string.h:152: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘strxfrm’
  106. In file included from /usr/include/memory.h:30,
  107.                  from Util.c:122:
  108. /usr/include/string.h:167: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘strxfrm_l’
  109. /usr/include/string.h:181: error: expected declaration specifiers or ‘...’ before ‘size_t’
  110. /usr/include/string.h:282: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘strcspn’
  111. /usr/include/string.h:286: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘strspn’
  112. /usr/include/string.h:397: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘strlen’
  113. /usr/include/string.h:404: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘strnlen’
  114. /usr/include/string.h:425: error: expected declaration specifiers or ‘...’ before ‘size_t’
  115. /usr/include/string.h:449: error: expected declaration specifiers or ‘...’ before ‘size_t’
  116. /usr/include/string.h:453: error: expected declaration specifiers or ‘...’ before ‘size_t’
  117. /usr/include/string.h:457: error: expected declaration specifiers or ‘...’ before ‘size_t’
  118. /usr/include/string.h:460: error: expected declaration specifiers or ‘...’ before ‘size_t’
  119. /usr/include/string.h:538: error: expected declaration specifiers or ‘...’ before ‘size_t’
  120. /usr/include/string.h:575: error: expected declaration specifiers or ‘...’ before ‘size_t’
  121. /usr/include/string.h:578: error: expected declaration specifiers or ‘...’ before ‘size_t’
  122. In file included from /usr/include/string.h:635,
  123.                  from /usr/include/memory.h:30,
  124.                  from Util.c:122:
  125. /usr/include/bits/string2.h:969: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strcspn_c1’
  126. /usr/include/bits/string2.h:971: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strcspn_c1’
  127. /usr/include/bits/string2.h:979: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strcspn_c2’
  128. /usr/include/bits/string2.h:982: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strcspn_c2’
  129. /usr/include/bits/string2.h:991: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strcspn_c3’
  130. /usr/include/bits/string2.h:994: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strcspn_c3’
  131. /usr/include/bits/string2.h:1045: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strspn_c1’
  132. /usr/include/bits/string2.h:1047: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strspn_c1’
  133. /usr/include/bits/string2.h:1056: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strspn_c2’
  134. /usr/include/bits/string2.h:1059: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strspn_c2’
  135. /usr/include/bits/string2.h:1068: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strspn_c3’
  136. /usr/include/bits/string2.h:1071: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__strspn_c3’
  137. /usr/include/bits/string2.h: In function ‘__strpbrk_c2’:
  138. /usr/include/bits/string2.h:1129: error: ‘size_t’ undeclared (first use in this function)
  139. /usr/include/bits/string2.h:1129: error: expected ‘;’ before ‘__s’
  140. /usr/include/bits/string2.h: In function ‘__strpbrk_c3’:
  141. /usr/include/bits/string2.h:1142: error: ‘size_t’ undeclared (first use in this function)
  142. /usr/include/bits/string2.h:1142: error: expected ‘;’ before ‘__s’
  143. In file included from /usr/include/bits/string2.h:1298,
  144.                  from /usr/include/string.h:635,
  145.                  from /usr/include/memory.h:30,
  146.                  from Util.c:122:
  147. /usr/include/stdlib.h: At top level:
  148. /usr/include/stdlib.h:471: error: expected ‘)’ before ‘__size’
  149. /usr/include/stdlib.h:473: error: expected ‘)’ before ‘__nmemb’
  150. In file included from /usr/include/string.h:635,
  151.                  from /usr/include/memory.h:30,
  152.                  from Util.c:122:
  153. /usr/include/bits/string2.h:1322: error: expected declaration specifiers or ‘...’ before ‘size_t’
  154. In file included from /usr/include/string.h:640,
  155.                  from /usr/include/memory.h:30,
  156.                  from Util.c:122:
  157. /usr/include/bits/string3.h:49: error: expected declaration specifiers or ‘...’ before ‘size_t’
  158. /usr/include/bits/string3.h: In function ‘memcpy’:
  159. /usr/include/bits/string3.h:52: error: ‘__len’ undeclared (first use in this function)
  160. /usr/include/bits/string3.h: At top level:
  161. /usr/include/bits/string3.h:56: error: expected declaration specifiers or ‘...’ before ‘size_t’
  162. /usr/include/bits/string3.h: In function ‘memmove’:
  163. /usr/include/bits/string3.h:59: error: ‘__len’ undeclared (first use in this function)
  164. /usr/include/bits/string3.h: At top level:
  165. /usr/include/bits/string3.h:78: error: expected declaration specifiers or ‘...’ before ‘size_t’
  166. /usr/include/bits/string3.h: In function ‘memset’:
  167. /usr/include/bits/string3.h:80: error: ‘__len’ undeclared (first use in this function)
  168. /usr/include/bits/string3.h: At top level:
  169. /usr/include/bits/string3.h:91: error: expected declaration specifiers or ‘...’ before ‘size_t’
  170. /usr/include/bits/string3.h: In function ‘bcopy’:
  171. /usr/include/bits/string3.h:94: error: ‘__len’ undeclared (first use in this function)
  172. /usr/include/bits/string3.h: At top level:
  173. /usr/include/bits/string3.h:98: error: expected declaration specifiers or ‘...’ before ‘size_t’
  174. /usr/include/bits/string3.h: In function ‘bzero’:
  175. /usr/include/bits/string3.h:100: error: ‘__len’ undeclared (first use in this function)
  176. /usr/include/bits/string3.h: At top level:
  177. /usr/include/bits/string3.h:120: error: expected declaration specifiers or ‘...’ before ‘size_t’
  178. /usr/include/bits/string3.h: In function ‘strncpy’:
  179. /usr/include/bits/string3.h:123: error: ‘__len’ undeclared (first use in this function)
  180. /usr/include/bits/string3.h: At top level:
  181. /usr/include/bits/string3.h:127: error: expected declaration specifiers or ‘...’ before ‘size_t’
  182. /usr/include/bits/string3.h:128: error: expected declaration specifiers or ‘...’ before ‘size_t’
  183. /usr/include/bits/string3.h:129: error: expected declaration specifiers or ‘...’ before ‘size_t’
  184. /usr/include/bits/string3.h:134: error: expected declaration specifiers or ‘...’ before ‘size_t’
  185. /usr/include/bits/string3.h: In function ‘stpncpy’:
  186. /usr/include/bits/string3.h:136: error: ‘size_t’ undeclared (first use in this function)
  187. /usr/include/bits/string3.h:137: error: ‘__n’ undeclared (first use in this function)
  188. /usr/include/bits/string3.h:138: error: too many arguments to function ‘__stpncpy_chk’
  189. /usr/include/bits/string3.h:139: error: too many arguments to function ‘__stpncpy_alias’
  190. /usr/include/bits/string3.h: At top level:
  191. /usr/include/bits/string3.h:151: error: expected declaration specifiers or ‘...’ before ‘size_t’
  192. /usr/include/bits/string3.h: In function ‘strncat’:
  193. /usr/include/bits/string3.h:154: error: ‘__len’ undeclared (first use in this function)
  194. In file included from ../include/Home.h:24,
  195.                  from ../include/InData.h:10,
  196.                  from Util.c:123:
  197. /usr/include/unistd.h: At top level:
  198. /usr/include/unistd.h:357: error: expected declaration specifiers or ‘...’ before ‘size_t’
  199. /usr/include/unistd.h:363: error: expected declaration specifiers or ‘...’ before ‘size_t’
  200. /usr/include/unistd.h:507: error: expected declaration specifiers or ‘...’ before ‘size_t’
  201. In file included from ../include/Home.h:24,
  202.                  from ../include/InData.h:10,
  203.                  from Util.c:123:
  204. /usr/include/unistd.h:618: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘confstr’
  205. /usr/include/unistd.h:790: error: expected declaration specifiers or ‘...’ before ‘size_t’
  206. /usr/include/unistd.h:826: error: expected declaration specifiers or ‘...’ before ‘size_t’
  207. /usr/include/unistd.h:837: error: expected declaration specifiers or ‘...’ before ‘size_t’
  208. /usr/include/unistd.h:873: error: expected declaration specifiers or ‘...’ before ‘size_t’
  209. In file included from ../include/Home.h:24,
  210.                  from ../include/InData.h:10,
  211.                  from Util.c:123:
  212. /usr/include/unistd.h:895: error: expected declaration specifiers or ‘...’ before ‘size_t’
  213. /usr/include/unistd.h:902: error: expected declaration specifiers or ‘...’ before ‘size_t’
  214. /usr/include/unistd.h:913: error: expected declaration specifiers or ‘...’ before ‘size_t’
  215. /usr/include/unistd.h:915: error: expected declaration specifiers or ‘...’ before ‘size_t’
  216. /usr/include/unistd.h:933: error: expected declaration specifiers or ‘...’ before ‘size_t’
  217. /usr/include/unistd.h:934: error: expected declaration specifiers or ‘...’ before ‘size_t’
  218. In file included from /usr/include/unistd.h:1150,
  219.                  from ../include/Home.h:24,
  220.                  from ../include/InData.h:10,
  221.                  from Util.c:123:
  222. /usr/include/bits/unistd.h:24: error: expected declaration specifiers or ‘...’ before ‘size_t’
  223. /usr/include/bits/unistd.h:25: error: expected declaration specifiers or ‘...’ before ‘size_t’
  224. /usr/include/bits/unistd.h:26: error: expected declaration specifiers or ‘...’ before ‘size_t’
  225. /usr/include/bits/unistd.h:28: error: expected declaration specifiers or ‘...’ before ‘size_t’
  226. /usr/include/bits/unistd.h:28: error: expected declaration specifiers or ‘...’ before ‘size_t’
  227. /usr/include/bits/unistd.h:35: error: expected declaration specifiers or ‘...’ before ‘size_t’
  228. /usr/include/bits/unistd.h: In functionread’:
  229. /usr/include/bits/unistd.h:37: error: ‘size_t’ undeclared (first use in this function)
  230. /usr/include/bits/unistd.h:39: error: ‘__nbytes’ undeclared (first use in this function)
  231. /usr/include/bits/unistd.h:40: error: too many arguments to function ‘__read_chk’
  232. /usr/include/bits/unistd.h:43: error: too many arguments to function ‘__read_chk_warn’
  233. /usr/include/bits/unistd.h:45: error: too many arguments to function ‘__read_alias’
  234. /usr/include/bits/unistd.h: At top level:
  235. /usr/include/bits/unistd.h:125: error: expected declaration specifiers or ‘...’ before ‘size_t’
  236. /usr/include/bits/unistd.h:126: error: expected declaration specifiers or ‘...’ before ‘size_t’
  237. /usr/include/bits/unistd.h:128: error: expected declaration specifiers or ‘...’ before ‘size_t’
  238. /usr/include/bits/unistd.h:132: error: expected declaration specifiers or ‘...’ before ‘size_t’
  239. /usr/include/bits/unistd.h:132: error: expected declaration specifiers or ‘...’ before ‘size_t’
  240. /usr/include/bits/unistd.h:140: error: expected declaration specifiers or ‘...’ before ‘size_t’
  241. /usr/include/bits/unistd.h: In functionreadlink’:
  242. /usr/include/bits/unistd.h:143: error: ‘size_t’ undeclared (first use in this function)
  243. /usr/include/bits/unistd.h:145: error: ‘__len’ undeclared (first use in this function)
  244. /usr/include/bits/unistd.h:146: error: too many arguments to function ‘__readlink_chk’
  245. /usr/include/bits/unistd.h:149: error: too many arguments to function ‘__readlink_chk_warn’
  246. /usr/include/bits/unistd.h:151: error: too many arguments to function ‘__readlink_alias’
  247. /usr/include/bits/unistd.h: At top level:
  248. /usr/include/bits/unistd.h:157: error: expected declaration specifiers or ‘...’ before ‘size_t’
  249. /usr/include/bits/unistd.h:158: error: expected declaration specifiers or ‘...’ before ‘size_t’
  250. /usr/include/bits/unistd.h:160: error: expected declaration specifiers or ‘...’ before ‘size_t’
  251. /usr/include/bits/unistd.h:165: error: expected declaration specifiers or ‘...’ before ‘size_t’
  252. /usr/include/bits/unistd.h:165: error: expected declaration specifiers or ‘...’ before ‘size_t’
  253. /usr/include/bits/unistd.h:174: error: expected declaration specifiers or ‘...’ before ‘size_t’
  254. /usr/include/bits/unistd.h: In function ‘readlinkat’:
  255. /usr/include/bits/unistd.h:177: error: ‘size_t’ undeclared (first use in this function)
  256. /usr/include/bits/unistd.h:179: error: ‘__len’ undeclared (first use in this function)
  257. /usr/include/bits/unistd.h:180: error: too many arguments to function ‘__readlinkat_chk’
  258. /usr/include/bits/unistd.h:184: error: too many arguments to function ‘__readlinkat_chk_warn’
  259. /usr/include/bits/unistd.h:186: error: too many arguments to function ‘__readlinkat_alias’
  260. /usr/include/bits/unistd.h: At top level:
  261. /usr/include/bits/unistd.h:190: error: expected declaration specifiers or ‘...’ before ‘size_t’
  262. /usr/include/bits/unistd.h:190: error: expected declaration specifiers or ‘...’ before ‘size_t’
  263. /usr/include/bits/unistd.h:192: error: expected declaration specifiers or ‘...’ before ‘size_t’
  264. /usr/include/bits/unistd.h:194: error: expected declaration specifiers or ‘...’ before ‘size_t’
  265. /usr/include/bits/unistd.h:194: error: expected declaration specifiers or ‘...’ before ‘size_t’
  266. /usr/include/bits/unistd.h:201: error: expected declaration specifiers or ‘...’ before ‘size_t’
  267. /usr/include/bits/unistd.h: In function ‘getcwd’:
  268. /usr/include/bits/unistd.h:203: error: ‘size_t’ undeclared (first use in this function)
  269. /usr/include/bits/unistd.h:205: error: ‘__size’ undeclared (first use in this function)
  270. /usr/include/bits/unistd.h:206: error: too many arguments to function ‘__getcwd_chk’
  271. /usr/include/bits/unistd.h:209: error: too many arguments to function ‘__getcwd_chk_warn’
  272. /usr/include/bits/unistd.h:211: error: too many arguments to function ‘__getcwd_alias’
  273. /usr/include/bits/unistd.h: At top level:
  274. /usr/include/bits/unistd.h:215: error: expected declaration specifiers or ‘...’ before ‘size_t’
  275. /usr/include/bits/unistd.h: In function ‘getwd’:
  276. /usr/include/bits/unistd.h:224: error: ‘size_t’ undeclared (first use in this function)
  277. /usr/include/bits/unistd.h:225: error: too many arguments to function ‘__getwd_chk’
  278. /usr/include/bits/unistd.h: At top level:
  279. /usr/include/bits/unistd.h:230: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__confstr_chk’
  280. /usr/include/bits/unistd.h:232: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__confstr_alias’
  281. /usr/include/bits/unistd.h:234: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__confstr_chk_warn’
  282. /usr/include/bits/unistd.h:241: error: expected ‘,’ or ‘;’ before ‘confstr’
  283. /usr/include/bits/unistd.h:255: error: expected declaration specifiers or ‘...’ before ‘size_t’
  284. /usr/include/bits/unistd.h:259: error: expected declaration specifiers or ‘...’ before ‘size_t’
  285. /usr/include/bits/unistd.h: In function ‘getgroups’:
  286. /usr/include/bits/unistd.h:271: error: too many arguments to function ‘__getgroups_chk’
  287. /usr/include/bits/unistd.h:274: error: too many arguments to function ‘__getgroups_chk_warn’
  288. /usr/include/bits/unistd.h: At top level:
  289. /usr/include/bits/unistd.h:280: error: expected declaration specifiers or ‘...’ before ‘size_t’
  290. /usr/include/bits/unistd.h:281: error: expected declaration specifiers or ‘...’ before ‘size_t’
  291. /usr/include/bits/unistd.h:282: error: expected declaration specifiers or ‘...’ before ‘size_t’
  292. /usr/include/bits/unistd.h:285: error: expected declaration specifiers or ‘...’ before ‘size_t’
  293. /usr/include/bits/unistd.h:285: error: expected declaration specifiers or ‘...’ before ‘size_t’
  294. /usr/include/bits/unistd.h:292: error: expected declaration specifiers or ‘...’ before ‘size_t’
  295. /usr/include/bits/unistd.h: In function ‘ttyname_r’:
  296. /usr/include/bits/unistd.h:296: error: ‘__buflen’ undeclared (first use in this function)
  297. /usr/include/bits/unistd.h:297: error: too many arguments to function ‘__ttyname_r_chk’
  298. /usr/include/bits/unistd.h:300: error: too many arguments to function ‘__ttyname_r_chk_warn’
  299. /usr/include/bits/unistd.h:302: error: too many arguments to function ‘__ttyname_r_alias’
  300. /usr/include/bits/unistd.h: At top level:
  301. /usr/include/bits/unistd.h:307: error: expected declaration specifiers or ‘...’ before ‘size_t’
  302. /usr/include/bits/unistd.h:307: error: expected declaration specifiers or ‘...’ before ‘size_t’
  303. /usr/include/bits/unistd.h:309: error: expected declaration specifiers or ‘...’ before ‘size_t’
  304. /usr/include/bits/unistd.h:311: error: expected declaration specifiers or ‘...’ before ‘size_t’
  305. /usr/include/bits/unistd.h:311: error: expected declaration specifiers or ‘...’ before ‘size_t’
  306. /usr/include/bits/unistd.h:318: error: expected declaration specifiers or ‘...’ before ‘size_t’
  307. /usr/include/bits/unistd.h: In function ‘getlogin_r’:
  308. /usr/include/bits/unistd.h:322: error: ‘__buflen’ undeclared (first use in this function)
  309. /usr/include/bits/unistd.h:323: error: too many arguments to function ‘__getlogin_r_chk’
  310. /usr/include/bits/unistd.h:326: error: too many arguments to function ‘__getlogin_r_chk_warn’
  311. /usr/include/bits/unistd.h:328: error: too many arguments to function ‘__getlogin_r_alias’
  312. /usr/include/bits/unistd.h: At top level:
  313. /usr/include/bits/unistd.h:334: error: expected declaration specifiers or ‘...’ before ‘size_t’
  314. /usr/include/bits/unistd.h:334: error: expected declaration specifiers or ‘...’ before ‘size_t’
  315. /usr/include/bits/unistd.h:336: error: expected declaration specifiers or ‘...’ before ‘size_t’
  316. /usr/include/bits/unistd.h:338: error: expected declaration specifiers or ‘...’ before ‘size_t’
  317. /usr/include/bits/unistd.h:338: error: expected declaration specifiers or ‘...’ before ‘size_t’
  318. /usr/include/bits/unistd.h:345: error: expected declaration specifiers or ‘...’ before ‘size_t’
  319. /usr/include/bits/unistd.h: In function ‘gethostname’:
  320. /usr/include/bits/unistd.h:349: error: ‘__buflen’ undeclared (first use in this function)
  321. /usr/include/bits/unistd.h:350: error: too many arguments to function ‘__gethostname_chk’
  322. /usr/include/bits/unistd.h:353: error: too many arguments to function ‘__gethostname_chk_warn’
  323. /usr/include/bits/unistd.h:355: error: too many arguments to function ‘__gethostname_alias’
  324. /usr/include/bits/unistd.h: At top level:
  325. /usr/include/bits/unistd.h:361: error: expected declaration specifiers or ‘...’ before ‘size_t’
  326. /usr/include/bits/unistd.h:361: error: expected declaration specifiers or ‘...’ before ‘size_t’
  327. /usr/include/bits/unistd.h:363: error: expected declaration specifiers or ‘...’ before ‘size_t’
  328. /usr/include/bits/unistd.h:366: error: expected declaration specifiers or ‘...’ before ‘size_t’
  329. /usr/include/bits/unistd.h:366: error: expected declaration specifiers or ‘...’ before ‘size_t’
  330. /usr/include/bits/unistd.h:374: error: expected declaration specifiers or ‘...’ before ‘size_t’
  331. /usr/include/bits/unistd.h: In function ‘getdomainname’:
  332. /usr/include/bits/unistd.h:378: error: ‘__buflen’ undeclared (first use in this function)
  333. /usr/include/bits/unistd.h:379: error: too many arguments to function ‘__getdomainname_chk’
  334. /usr/include/bits/unistd.h:382: error: too many arguments to function ‘__getdomainname_chk_warn’
  335. /usr/include/bits/unistd.h:384: error: too many arguments to function ‘__getdomainname_alias’
  336. In file included from ../include/Home.h:25,
  337.                  from ../include/InData.h:10,
  338.                  from Util.c:123:
  339. /usr/include/stdlib.h: At top level:
  340. /usr/include/stdlib.h:140: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__ctype_get_mb_cur_max’
  341. In file included from ../include/Home.h:25,
  342.                  from ../include/InData.h:10,
  343.                  from Util.c:123:
  344. /usr/include/stdlib.h:337: error: expected declaration specifiers or ‘...’ before ‘size_t’
  345. /usr/include/stdlib.h:367: error: expected declaration specifiers or ‘...’ before ‘size_t’
  346. /usr/include/stdlib.h:369: error: nonnull argument with out-of-range operand number (argument 1, operand 4)
  347. /usr/include/stdlib.h:485: error: expected declaration specifiers or ‘...’ before ‘size_t’
  348. In file included from /usr/include/stdlib.h:497,
  349.                  from ../include/Home.h:25,
  350.                  from ../include/InData.h:10,
  351.                  from Util.c:123:
  352. /usr/include/alloca.h:33: error: expected ‘)’ before ‘__size’
  353. In file included from ../include/Home.h:25,
  354.                  from ../include/InData.h:10,
  355.                  from Util.c:123:
  356. /usr/include/stdlib.h:502: error: expected ‘)’ before ‘__size’
  357. /usr/include/stdlib.h:507: error: expected declaration specifiers or ‘...’ before ‘size_t’
  358. /usr/include/stdlib.h:507: error: expected declaration specifiers or ‘...’ before ‘size_t’
  359. /usr/include/stdlib.h:751: error: expected declaration specifiers or ‘...’ before ‘size_t’
  360. /usr/include/stdlib.h:751: error: expected declaration specifiers or ‘...’ before ‘size_t’
  361. /usr/include/stdlib.h:752: error: nonnull argument with out-of-range operand number (argument 1, operand 5)
  362. /usr/include/stdlib.h:756: error: expected declaration specifiers or ‘...’ before ‘size_t’
  363. /usr/include/stdlib.h:756: error: expected declaration specifiers or ‘...’ before ‘size_t’
  364. /usr/include/stdlib.h:757: error: nonnull argument with out-of-range operand number (argument 1, operand 4)
  365. /usr/include/stdlib.h:834: error: expected declaration specifiers or ‘...’ before ‘size_t’
  366. /usr/include/stdlib.h:837: error: expected declaration specifiers or ‘...’ before ‘size_t’
  367. /usr/include/stdlib.h:841: error: expected declaration specifiers or ‘...’ before ‘size_t’
  368. /usr/include/stdlib.h:845: error: expected declaration specifiers or ‘...’ before ‘size_t’
  369. /usr/include/stdlib.h:854: error: expected declaration specifiers or ‘...’ before ‘size_t’
  370. /usr/include/stdlib.h:858: error: expected declaration specifiers or ‘...’ before ‘size_t’
  371. /usr/include/stdlib.h:865: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mbstowcs’
  372. /usr/include/stdlib.h:868: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wcstombs’
  373. In file included from /usr/include/stdlib.h:949,
  374.                  from ../include/Home.h:25,
  375.                  from ../include/InData.h:10,
  376.                  from Util.c:123:
  377. /usr/include/bits/stdlib.h:26: error: expected declaration specifiers or ‘...’ before ‘size_t’
  378. /usr/include/bits/stdlib.h:30: error: expected declaration specifiers or ‘...’ before ‘size_t’
  379. /usr/include/bits/stdlib.h: In function ‘realpath’:
  380. /usr/include/bits/stdlib.h:46: error: too many arguments to function ‘__realpath_chk’
  381. /usr/include/bits/stdlib.h: At top level:
  382. /usr/include/bits/stdlib.h:53: error: expected declaration specifiers or ‘...’ before ‘size_t’
  383. /usr/include/bits/stdlib.h:54: error: expected declaration specifiers or ‘...’ before ‘size_t’
  384. /usr/include/bits/stdlib.h:55: error: expected declaration specifiers or ‘...’ before ‘size_t’
  385. /usr/include/bits/stdlib.h:58: error: expected declaration specifiers or ‘...’ before ‘size_t’
  386. /usr/include/bits/stdlib.h:58: error: expected declaration specifiers or ‘...’ before ‘size_t’
  387. /usr/include/bits/stdlib.h:65: error: expected declaration specifiers or ‘...’ before ‘size_t’
  388. /usr/include/bits/stdlib.h: In function ‘ptsname_r’:
  389. /usr/include/bits/stdlib.h:69: error: ‘__buflen’ undeclared (first use in this function)
  390. /usr/include/bits/stdlib.h:70: error: too many arguments to function ‘__ptsname_r_chk’
  391. /usr/include/bits/stdlib.h:72: error: too many arguments to function ‘__ptsname_r_chk_warn’
  392. /usr/include/bits/stdlib.h:74: error: too many arguments to function ‘__ptsname_r_alias’
  393. /usr/include/bits/stdlib.h: At top level:
  394. /usr/include/bits/stdlib.h:78: error: expected declaration specifiers or ‘...’ before ‘size_t’
  395. /usr/include/bits/stdlib.h: In function ‘wctomb’:
  396. /usr/include/bits/stdlib.h:94: error: too many arguments to function ‘__wctomb_chk’
  397. /usr/include/bits/stdlib.h: At top level:
  398. /usr/include/bits/stdlib.h:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__mbstowcs_chk’
  399. /usr/include/bits/stdlib.h:102: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__mbstowcs_alias’
  400. /usr/include/bits/stdlib.h:106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__mbstowcs_chk_warn’
  401. /usr/include/bits/stdlib.h:114: error: expected ‘,’ or ‘;’ before ‘mbstowcs’
  402. /usr/include/bits/stdlib.h:131: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wcstombs_chk’
  403. /usr/include/bits/stdlib.h:134: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wcstombs_alias’
  404. /usr/include/bits/stdlib.h:138: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wcstombs_chk_warn’
  405. /usr/include/bits/stdlib.h:145: error: expected ‘,’ or ‘;’ before ‘wcstombs’
  406. Util.c: In function ‘MatrixInvert’:
  407. Util.c:706: warning: incompatible implicit declaration of built-in function ‘calloc’
  408. Util.c: In function ‘CSpline’:
  409. Util.c:985: warning: incompatible implicit declaration of built-in function ‘calloc’
  410. Util.c: In function ‘AllocNodeArms’:
  411. Util.c:1579: warning: incompatible implicit declaration of built-in function ‘malloc’
  412. Util.c: In function ‘ReallocNodeArms’:
  413. Util.c:1993: error: too many arguments to function ‘realloc’
  414. Util.c:1994: error: too many arguments to function ‘realloc’
  415. Util.c:1995: error: too many arguments to function ‘realloc’
  416. Util.c:1996: error: too many arguments to function ‘realloc’
  417. Util.c:1997: error: too many arguments to function ‘realloc’
  418. Util.c:1998: error: too many arguments to function ‘realloc’
  419. Util.c:1999: error: too many arguments to function ‘realloc’
  420. Util.c:2000: error: too many arguments to function ‘realloc’
  421. Util.c:2001: error: too many arguments to function ‘realloc’
  422. Util.c:2002: error: too many arguments to function ‘realloc’
  423. Util.c:2003: error: too many arguments to function ‘realloc’
  424. Util.c:2004: error: too many arguments to function ‘realloc’
  425. Util.c:2005: error: too many arguments to function ‘realloc’
  426. Util.c:2006: error: too many arguments to function ‘realloc’
  427. Util.c:2007: error: too many arguments to function ‘realloc’
  428. Util.c:2008: error: too many arguments to function ‘realloc’
  429. Util.c:2009: error: too many arguments to function ‘realloc’
  430. Util.c:2010: error: too many arguments to function ‘realloc’
  431. Util.c: In function ‘GetFreeNodeTag’:
  432. Util.c:2045: error: too many arguments to function ‘realloc’
  433. Util.c: In function ‘ClearOpList’:
  434. Util.c:3165: error: too many arguments to function ‘memset’
  435. Util.c: In function ‘ExtendOpList’:
  436. Util.c:3185: error: too many arguments to function ‘realloc’
  437. Util.c: In function ‘InitOpList’:
  438. Util.c:3231: warning: incompatible implicit declaration of built-in function ‘malloc’
  439. Util.c: In function ‘Fatal’:
  440. Util.c:3432: warning: passing argument 2 of ‘vsnprintf’ makes pointer from integer without a cast
  441. /usr/include/bits/stdio2.h:75: note: expected ‘const char * __restrict__’ but argument is of type ‘unsigned int’
  442. Util.c:3432: error: too many arguments to function ‘vsnprintf’
  443. Util.c: In function ‘ReadTabulatedData’:
  444. Util.c:3747: warning: incompatible implicit declaration of built-in function ‘calloc’
  445. Util.c:3769: error: too many arguments to function ‘realloc’
  446. Util.c:3797: error: too many arguments to function ‘realloc’
  447. make: *** [Util.o] Error 1
  448.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement