Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.83 KB | None | 0 0
  1. [u2@user1-pc chicken-android-template-master]$ export PATH=$PATH:/home/u2/android/android-ndk-r11c:/home/u2/android/android-sdk-linux/platform-tools:
  2. [u2@user1-pc chicken-android-template-master]$ export ANDROID_HOME=/home/u2/android/android-sdk-linux
  3. [u2@user1-pc chicken-android-template-master]$ make
  4.  
  5. Warning: excluded identifier doesn't exist in module chicken: define-macro
  6. make -C jni/chicken # should build the cross-chicken
  7. make[1]: Entering directory '/home/u2/Desktop/chicken-android-template-master/jni/chicken'
  8.  
  9. Warning: excluded identifier doesn't exist in module chicken: define-macro
  10. echo /home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core/
  11. /home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core/
  12. make -C /home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core/ \
  13. PLATFORM=linux ARCH= confclean boot-chicken
  14. make[2]: Entering directory '/home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core'
  15. "make" -f ./Makefile.linux CONFIG= confclean
  16. make[3]: Entering directory '/home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core'
  17. rm -f \
  18. chicken-config.h chicken-defaults.h chicken-install.rc chicken-uninstall.rc
  19. make[3]: Leaving directory '/home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core'
  20. "make" -f ./Makefile.linux boot-chicken
  21. make[3]: Entering directory '/home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core'
  22. "make" -f Makefile.linux PLATFORM=linux PREFIX=/nowhere CONFIG= \
  23. CHICKEN=chicken PROGRAM_SUFFIX=-boot-stage1 STATICBUILD=1 \
  24. C_COMPILER_OPTIMIZATION_OPTIONS="-Os -fomit-frame-pointer" C_HACKED_APPLY= BUILDING_CHICKEN_BOOT=1 \
  25. confclean chicken-boot-stage1
  26. make[4]: Entering directory '/home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core'
  27. rm -f \
  28. chicken-config.h chicken-defaults.h chicken-install.rc chicken-uninstall.rc
  29. echo '#define C_CHICKEN_PROGRAM "chicken-boot-stage1"' >> chicken-defaults.h
  30. echo '#ifndef C_INSTALL_CC' >> chicken-defaults.h
  31. echo '# define C_INSTALL_CC "gcc"' >> chicken-defaults.h
  32. echo '#endif' >> chicken-defaults.h
  33. echo '#ifndef C_INSTALL_CXX' >> chicken-defaults.h
  34. echo '# define C_INSTALL_CXX "g++"' >> chicken-defaults.h
  35. echo '#endif' >> chicken-defaults.h
  36. echo '#ifndef C_INSTALL_POSTINSTALL_PROGRAM' >> chicken-defaults.h
  37. echo '# define C_INSTALL_POSTINSTALL_PROGRAM "true"' >> chicken-defaults.h
  38. echo '#endif' >> chicken-defaults.h
  39. echo '#ifndef C_INSTALL_RC_COMPILER' >> chicken-defaults.h
  40. echo '# define C_INSTALL_RC_COMPILER ""' >> chicken-defaults.h
  41. echo '#endif' >> chicken-defaults.h
  42. echo '#ifndef C_INSTALL_CFLAGS' >> chicken-defaults.h
  43. echo '# define C_INSTALL_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer"' >> chicken-defaults.h
  44. echo '#endif' >> chicken-defaults.h
  45. echo '#ifndef C_INSTALL_LDFLAGS' >> chicken-defaults.h
  46. echo '# define C_INSTALL_LDFLAGS " "' >> chicken-defaults.h
  47. echo '#endif' >> chicken-defaults.h
  48. echo '#ifndef C_INSTALL_PREFIX' >> chicken-defaults.h
  49. echo '# define C_INSTALL_PREFIX "/nowhere"' >> chicken-defaults.h
  50. echo '#endif' >> chicken-defaults.h
  51. echo '#ifndef C_INSTALL_SHARE_HOME' >> chicken-defaults.h
  52. echo '# define C_INSTALL_SHARE_HOME "/nowhere/share/chicken-boot-stage1"' >> chicken-defaults.h
  53. echo '#endif' >> chicken-defaults.h
  54. echo '#ifndef C_INSTALL_BIN_HOME' >> chicken-defaults.h
  55. echo '# define C_INSTALL_BIN_HOME "/nowhere/bin"' >> chicken-defaults.h
  56. echo '#endif' >> chicken-defaults.h
  57. echo '#ifndef C_INSTALL_EGG_HOME' >> chicken-defaults.h
  58. echo '# define C_INSTALL_EGG_HOME "/nowhere/lib/chicken-boot-stage1/7"' >> chicken-defaults.h
  59. echo '#endif' >> chicken-defaults.h
  60. echo '#ifndef C_INSTALL_LIB_HOME' >> chicken-defaults.h
  61. echo '# define C_INSTALL_LIB_HOME "/nowhere/lib"' >> chicken-defaults.h
  62. echo '#endif' >> chicken-defaults.h
  63. echo '#ifndef C_INSTALL_LIB_NAME' >> chicken-defaults.h
  64. echo '# define C_INSTALL_LIB_NAME "chicken-boot-stage1"' >> chicken-defaults.h
  65. echo '#endif' >> chicken-defaults.h
  66. echo '#ifndef C_INSTALL_STATIC_LIB_HOME' >> chicken-defaults.h
  67. echo '# define C_INSTALL_STATIC_LIB_HOME "/nowhere/lib"' >> chicken-defaults.h
  68. echo '#endif' >> chicken-defaults.h
  69. echo '#ifndef C_INSTALL_INCLUDE_HOME' >> chicken-defaults.h
  70. echo '# define C_INSTALL_INCLUDE_HOME "/nowhere/include/chicken-boot-stage1"' >> chicken-defaults.h
  71. echo '#endif' >> chicken-defaults.h
  72. echo '#ifndef C_INSTALL_MORE_LIBS' >> chicken-defaults.h
  73. echo '# define C_INSTALL_MORE_LIBS "-lm -ldl"' >> chicken-defaults.h
  74. echo '#endif' >> chicken-defaults.h
  75. echo '#ifndef C_INSTALL_MORE_STATIC_LIBS' >> chicken-defaults.h
  76. echo '# define C_INSTALL_MORE_STATIC_LIBS "-lm -ldl"' >> chicken-defaults.h
  77. echo '#endif' >> chicken-defaults.h
  78. echo '#ifndef C_DEFAULT_TARGET_HEAP_SIZE' >> chicken-defaults.h
  79. echo '# define C_DEFAULT_TARGET_HEAP_SIZE 0' >> chicken-defaults.h
  80. echo '#endif' >> chicken-defaults.h
  81. echo '#ifndef C_STACK_GROWS_DOWNWARD' >> chicken-defaults.h
  82. echo '# define C_STACK_GROWS_DOWNWARD 1' >> chicken-defaults.h
  83. echo '#endif' >> chicken-defaults.h
  84. echo '#ifndef C_TARGET_MORE_LIBS' >> chicken-defaults.h
  85. echo '# define C_TARGET_MORE_LIBS "-lm -ldl"' >> chicken-defaults.h
  86. echo '#endif' >> chicken-defaults.h
  87. echo '#ifndef C_TARGET_MORE_STATIC_LIBS' >> chicken-defaults.h
  88. echo '# define C_TARGET_MORE_STATIC_LIBS "-lm -ldl"' >> chicken-defaults.h
  89. echo '#endif' >> chicken-defaults.h
  90. echo '#ifndef C_TARGET_CC' >> chicken-defaults.h
  91. echo '# define C_TARGET_CC "gcc"' >> chicken-defaults.h
  92. echo '#endif' >> chicken-defaults.h
  93. echo '#ifndef C_TARGET_CXX' >> chicken-defaults.h
  94. echo '# define C_TARGET_CXX "g++"' >> chicken-defaults.h
  95. echo '#endif' >> chicken-defaults.h
  96. echo '#ifndef C_TARGET_RC_COMPILER' >> chicken-defaults.h
  97. echo '# define C_TARGET_RC_COMPILER ""' >> chicken-defaults.h
  98. echo '#endif' >> chicken-defaults.h
  99. echo '#ifndef C_TARGET_CFLAGS' >> chicken-defaults.h
  100. echo '# define C_TARGET_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer"' >> chicken-defaults.h
  101. echo '#endif' >> chicken-defaults.h
  102. echo '#ifndef C_TARGET_LDFLAGS' >> chicken-defaults.h
  103. echo '# define C_TARGET_LDFLAGS " "' >> chicken-defaults.h
  104. echo '#endif' >> chicken-defaults.h
  105. echo '#ifndef C_TARGET_FEATURES' >> chicken-defaults.h
  106. echo '# define C_TARGET_FEATURES ""' >> chicken-defaults.h
  107. echo '#endif' >> chicken-defaults.h
  108. echo '#ifndef C_CROSS_CHICKEN' >> chicken-defaults.h
  109. echo '# define C_CROSS_CHICKEN 0' >> chicken-defaults.h
  110. echo '#endif' >> chicken-defaults.h
  111. echo '#ifndef C_TARGET_PREFIX' >> chicken-defaults.h
  112. echo '# define C_TARGET_PREFIX "/nowhere"' >> chicken-defaults.h
  113. echo '#endif' >> chicken-defaults.h
  114. echo '#ifndef C_TARGET_BIN_HOME' >> chicken-defaults.h
  115. echo '# define C_TARGET_BIN_HOME "/nowhere/bin"' >> chicken-defaults.h
  116. echo '#endif' >> chicken-defaults.h
  117. echo '#ifndef C_TARGET_LIB_HOME' >> chicken-defaults.h
  118. echo '# define C_TARGET_LIB_HOME "/nowhere/lib"' >> chicken-defaults.h
  119. echo '#endif' >> chicken-defaults.h
  120. echo '#ifndef C_TARGET_LIB_NAME' >> chicken-defaults.h
  121. echo '# define C_TARGET_LIB_NAME "chicken"' >> chicken-defaults.h
  122. echo '#endif' >> chicken-defaults.h
  123. echo '#ifndef C_TARGET_RUN_LIB_HOME' >> chicken-defaults.h
  124. echo '# define C_TARGET_RUN_LIB_HOME "/nowhere/lib"' >> chicken-defaults.h
  125. echo '#endif' >> chicken-defaults.h
  126. echo '#ifndef C_TARGET_SHARE_HOME' >> chicken-defaults.h
  127. echo '# define C_TARGET_SHARE_HOME "/nowhere/share"' >> chicken-defaults.h
  128. echo '#endif' >> chicken-defaults.h
  129. echo '#ifndef C_TARGET_INCLUDE_HOME' >> chicken-defaults.h
  130. echo '# define C_TARGET_INCLUDE_HOME "/nowhere/include/chicken"' >> chicken-defaults.h
  131. echo '#endif' >> chicken-defaults.h
  132. echo '#ifndef C_TARGET_STATIC_LIB_HOME' >> chicken-defaults.h
  133. echo '# define C_TARGET_STATIC_LIB_HOME "/nowhere/lib"' >> chicken-defaults.h
  134. echo '#endif' >> chicken-defaults.h
  135. echo '#ifndef C_CHICKEN_PROGRAM' >> chicken-defaults.h
  136. echo '# define C_CHICKEN_PROGRAM "chicken-boot-stage1"' >> chicken-defaults.h
  137. echo '#endif' >> chicken-defaults.h
  138. echo '#ifndef C_CSC_PROGRAM' >> chicken-defaults.h
  139. echo '# define C_CSC_PROGRAM "csc-boot-stage1"' >> chicken-defaults.h
  140. echo '#endif' >> chicken-defaults.h
  141. echo '#ifndef C_CSI_PROGRAM' >> chicken-defaults.h
  142. echo '# define C_CSI_PROGRAM "csi-boot-stage1"' >> chicken-defaults.h
  143. echo '#endif' >> chicken-defaults.h
  144. echo '#ifndef C_CHICKEN_BUG_PROGRAM' >> chicken-defaults.h
  145. echo '# define C_CHICKEN_BUG_PROGRAM "chicken-bug-boot-stage1"' >> chicken-defaults.h
  146. echo '#endif' >> chicken-defaults.h
  147. echo '#ifndef C_CHICKEN_INSTALL_PROGRAM' >> chicken-defaults.h
  148. echo '# define C_CHICKEN_INSTALL_PROGRAM "chicken-install-boot-stage1"' >> chicken-defaults.h
  149. echo '#endif' >> chicken-defaults.h
  150. echo '#ifndef C_CHICKEN_UNINSTALL_PROGRAM' >> chicken-defaults.h
  151. echo '# define C_CHICKEN_UNINSTALL_PROGRAM "chicken-uninstall-boot-stage1"' >> chicken-defaults.h
  152. echo '#endif' >> chicken-defaults.h
  153. echo '#ifndef C_CHICKEN_STATUS_PROGRAM' >> chicken-defaults.h
  154. echo '# define C_CHICKEN_STATUS_PROGRAM "chicken-status-boot-stage1"' >> chicken-defaults.h
  155. echo '#endif' >> chicken-defaults.h
  156. echo '#ifndef C_WINDOWS_SHELL' >> chicken-defaults.h
  157. echo '# define C_WINDOWS_SHELL 0' >> chicken-defaults.h
  158. echo '#endif' >> chicken-defaults.h
  159. echo '#ifndef C_BINARY_VERSION' >> chicken-defaults.h
  160. echo '# define C_BINARY_VERSION 7' >> chicken-defaults.h
  161. echo '#endif' >> chicken-defaults.h
  162. echo '#ifndef C_USES_SONAME' >> chicken-defaults.h
  163. echo '# define C_USES_SONAME 1' >> chicken-defaults.h
  164. echo '#endif' >> chicken-defaults.h
  165. echo '/* END OF FILE */' >> chicken-defaults.h
  166. echo "/* GENERATED */" >chicken-config.h
  167. echo "#define HAVE_DIRENT_H 1" >>chicken-config.h
  168. echo "#define HAVE_DLFCN_H 1" >>chicken-config.h
  169. echo "#define HAVE_INTTYPES_H 1" >>chicken-config.h
  170. echo "#define HAVE_LIMITS_H 1" >>chicken-config.h
  171. echo "#define HAVE_LONG_LONG 1" >>chicken-config.h
  172. echo "#define HAVE_MEMMOVE 1" >>chicken-config.h
  173. echo "#define HAVE_MEMORY_H 1" >>chicken-config.h
  174. echo "#define HAVE_POSIX_POLL 1" >>chicken-config.h
  175. echo "#define HAVE_SIGACTION 1" >>chicken-config.h
  176. echo "#define HAVE_SIGSETJMP 1" >>chicken-config.h
  177. echo "#define HAVE_SIGPROCMASK 1" >>chicken-config.h
  178. echo "#define HAVE_STDINT_H 1" >>chicken-config.h
  179. echo "#define HAVE_STDLIB_H 1" >>chicken-config.h
  180. echo "#define HAVE_STRERROR 1" >>chicken-config.h
  181. echo "#define HAVE_STRINGS_H 1" >>chicken-config.h
  182. echo "#define HAVE_STRING_H 1" >>chicken-config.h
  183. echo "#define HAVE_STRTOLL 1" >>chicken-config.h
  184. echo "#define HAVE_STRTOQ 1" >>chicken-config.h
  185. echo "#define HAVE_SYS_STAT_H 1" >>chicken-config.h
  186. echo "#define HAVE_SYS_TYPES_H 1" >>chicken-config.h
  187. echo "#define HAVE_SETENV 1" >>chicken-config.h
  188. echo "#define HAVE_UNISTD_H 1" >>chicken-config.h
  189. echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>chicken-config.h
  190. echo "#define STDC_HEADERS 1" >>chicken-config.h
  191. echo "#define HAVE_ALLOCA 1" >>chicken-config.h
  192. echo "#define HAVE_ALLOCA_H 1" >>chicken-config.h
  193. echo "#define HAVE_GRP_H 1" >>chicken-config.h
  194. echo "#define HAVE_ERRNO_H 1" >>chicken-config.h
  195. echo "#define HAVE_SYSEXITS_H 1" >>chicken-config.h
  196. echo "#define HAVE_MEMMOVE 1" >>chicken-config.h
  197. echo "#define C_STACK_GROWS_DOWNWARD 1" >>chicken-config.h
  198. cat chicken-defaults.h >>chicken-config.h
  199. gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -fomit-frame-pointer chicken.c -o chicken-static.o -I. -I./
  200. In file included from /usr/include/ctype.h:25:0,
  201. from chicken.h:104,
  202. from chicken.c:11:
  203. /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  204. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  205. ^~~~~~~
  206. chicken.c:128:29: error: conflicting types for ‘C_toplevel’
  207. C_externexport void C_ccall C_toplevel(C_word c,C_word *av) C_noret;
  208. ^~~~~~~~~~
  209. In file included from chicken.c:11:0:
  210. chicken.h:1824:26: note: previous declaration of ‘C_toplevel’ was here
  211. C_fctimport void C_ccall C_toplevel(C_word c, C_word self, C_word k) C_noret;
  212. ^~~~~~~~~~
  213. chicken.c: In function ‘f_233’:
  214. chicken.c:199:14: warning: implicit declaration of function ‘C_calculate_demand’ [-Wimplicit-function-declaration]
  215. if(!C_demand(C_calculate_demand(3,c,4))){C_save_and_reclaim((void *)f_233,2,av);}
  216. ^
  217. chicken.h:1143:94: note: in definition of macro ‘C_demand’
  218. define C_demand(n) (C_stress && ((C_word)(C_stack_pointer - C_stack_limit) > (n)))
  219. ^
  220. chicken.c:199:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  221. if(!C_demand(C_calculate_demand(3,c,4))){C_save_and_reclaim((void *)f_233,2,av);}
  222. ^
  223. In file included from chicken.c:11:0:
  224. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  225. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  226. ^~~~~~~~~~~~~~~~~~
  227. chicken.c:199:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  228. if(!C_demand(C_calculate_demand(3,c,4))){C_save_and_reclaim((void *)f_233,2,av);}
  229. ^~
  230. In file included from chicken.c:11:0:
  231. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  232. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  233. ^~~~~~~~~~~~~~~~~~
  234. chicken.c: In function ‘f_283’:
  235. chicken.c:213:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  236. if(!C_demand(C_calculate_demand(0,c,1))){C_save_and_reclaim((void *)f_283,2,av);}
  237. ^
  238. In file included from chicken.c:11:0:
  239. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  240. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  241. ^~~~~~~~~~~~~~~~~~
  242. chicken.c:213:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  243. if(!C_demand(C_calculate_demand(0,c,1))){C_save_and_reclaim((void *)f_283,2,av);}
  244. ^~
  245. In file included from chicken.c:11:0:
  246. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  247. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  248. ^~~~~~~~~~~~~~~~~~
  249. chicken.c:223:3: error: ‘C_proc’ undeclared (first use in this function)
  250. ((C_proc)(void*)(*((C_word*)t2+1)))(2,av2);}}
  251. ^~~~~~
  252. chicken.c:223:3: note: each undeclared identifier is reported only once for each function it appears in
  253. chicken.c:223:11: error: expected expression before ‘void’
  254. ((C_proc)(void*)(*((C_word*)t2+1)))(2,av2);}}
  255. ^~~~
  256. chicken.c: In function ‘f_280’:
  257. chicken.c:232:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  258. if(!C_demand(C_calculate_demand(0,c,1))){C_save_and_reclaim((void *)f_280,2,av);}
  259. ^
  260. In file included from chicken.c:11:0:
  261. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  262. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  263. ^~~~~~~~~~~~~~~~~~
  264. chicken.c:232:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  265. if(!C_demand(C_calculate_demand(0,c,1))){C_save_and_reclaim((void *)f_280,2,av);}
  266. ^~
  267. In file included from chicken.c:11:0:
  268. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  269. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  270. ^~~~~~~~~~~~~~~~~~
  271. chicken.c:242:3: error: ‘C_proc’ undeclared (first use in this function)
  272. ((C_proc)(void*)(*((C_word*)t2+1)))(2,av2);}}
  273. ^~~~~~
  274. chicken.c:242:11: error: expected expression before ‘void’
  275. ((C_proc)(void*)(*((C_word*)t2+1)))(2,av2);}}
  276. ^~~~
  277. chicken.c: In function ‘f_140’:
  278. chicken.c:252:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  279. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_140,2,av);}
  280. ^
  281. In file included from chicken.c:11:0:
  282. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  283. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  284. ^~~~~~~~~~~~~~~~~~
  285. chicken.c:252:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  286. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_140,2,av);}
  287. ^~
  288. In file included from chicken.c:11:0:
  289. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  290. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  291. ^~~~~~~~~~~~~~~~~~
  292. chicken.c: In function ‘f_143’:
  293. chicken.c:273:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  294. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_143,2,av);}
  295. ^
  296. In file included from chicken.c:11:0:
  297. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  298. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  299. ^~~~~~~~~~~~~~~~~~
  300. chicken.c:273:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  301. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_143,2,av);}
  302. ^~
  303. In file included from chicken.c:11:0:
  304. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  305. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  306. ^~~~~~~~~~~~~~~~~~
  307. chicken.c: In function ‘f_297’:
  308. chicken.c:300:76: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  309. if(!C_demand(C_calculate_demand(13,c,3))){C_save_and_reclaim((void *)f_297,4,av);}
  310. ^
  311. In file included from chicken.c:11:0:
  312. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  313. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  314. ^~~~~~~~~~~~~~~~~~
  315. chicken.c:300:78: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  316. if(!C_demand(C_calculate_demand(13,c,3))){C_save_and_reclaim((void *)f_297,4,av);}
  317. ^~
  318. In file included from chicken.c:11:0:
  319. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  320. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  321. ^~~~~~~~~~~~~~~~~~
  322. chicken.c: In function ‘f_149’:
  323. chicken.c:318:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  324. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_149,2,av);}
  325. ^
  326. In file included from chicken.c:11:0:
  327. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  328. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  329. ^~~~~~~~~~~~~~~~~~
  330. chicken.c:318:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  331. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_149,2,av);}
  332. ^~
  333. In file included from chicken.c:11:0:
  334. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  335. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  336. ^~~~~~~~~~~~~~~~~~
  337. chicken.c: In function ‘f_146’:
  338. chicken.c:339:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  339. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_146,2,av);}
  340. ^
  341. In file included from chicken.c:11:0:
  342. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  343. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  344. ^~~~~~~~~~~~~~~~~~
  345. chicken.c:339:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  346. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_146,2,av);}
  347. ^~
  348. In file included from chicken.c:11:0:
  349. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  350. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  351. ^~~~~~~~~~~~~~~~~~
  352. chicken.c: In function ‘f_190’:
  353. chicken.c:359:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  354. if(!C_demand(C_calculate_demand(0,c,3))){C_save_and_reclaim((void *)f_190,2,av);}
  355. ^
  356. In file included from chicken.c:11:0:
  357. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  358. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  359. ^~~~~~~~~~~~~~~~~~
  360. chicken.c:359:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  361. if(!C_demand(C_calculate_demand(0,c,3))){C_save_and_reclaim((void *)f_190,2,av);}
  362. ^~
  363. In file included from chicken.c:11:0:
  364. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  365. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  366. ^~~~~~~~~~~~~~~~~~
  367. chicken.c:371:12: warning: passing argument 2 of ‘C_values’ makes integer from pointer without a cast [-Wint-conversion]
  368. C_values(4,av2);}}
  369. ^~~
  370. In file included from chicken.c:11:0:
  371. chicken.h:1831:26: note: expected ‘long int’ but argument is of type ‘long int *’
  372. C_fctexport void C_ccall C_values(C_word c, C_word closure, C_word k, ...) C_noret;
  373. ^~~~~~~~
  374. chicken.c:371:1: error: too few arguments to function ‘C_values’
  375. C_values(4,av2);}}
  376. ^~~~~~~~
  377. In file included from chicken.c:11:0:
  378. chicken.h:1831:26: note: declared here
  379. C_fctexport void C_ccall C_values(C_word c, C_word closure, C_word k, ...) C_noret;
  380. ^~~~~~~~
  381. chicken.c: In function ‘f_237’:
  382. chicken.c:380:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  383. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_237,2,av);}
  384. ^
  385. In file included from chicken.c:11:0:
  386. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  387. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  388. ^~~~~~~~~~~~~~~~~~
  389. chicken.c:380:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  390. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_237,2,av);}
  391. ^~
  392. In file included from chicken.c:11:0:
  393. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  394. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  395. ^~~~~~~~~~~~~~~~~~
  396. chicken.c:392:3: error: ‘C_proc’ undeclared (first use in this function)
  397. ((C_proc)(void*)(*((C_word*)t2+1)))(3,av2);}}
  398. ^~~~~~
  399. chicken.c:392:11: error: expected expression before ‘void’
  400. ((C_proc)(void*)(*((C_word*)t2+1)))(3,av2);}}
  401. ^~~~
  402. chicken.c: In function ‘f_107’:
  403. chicken.c:402:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  404. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_107,2,av);}
  405. ^
  406. In file included from chicken.c:11:0:
  407. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  408. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  409. ^~~~~~~~~~~~~~~~~~
  410. chicken.c:402:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  411. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_107,2,av);}
  412. ^~
  413. In file included from chicken.c:11:0:
  414. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  415. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  416. ^~~~~~~~~~~~~~~~~~
  417. chicken.c: In function ‘f_104’:
  418. chicken.c:423:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  419. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_104,2,av);}
  420. ^
  421. In file included from chicken.c:11:0:
  422. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  423. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  424. ^~~~~~~~~~~~~~~~~~
  425. chicken.c:423:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  426. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_104,2,av);}
  427. ^~
  428. In file included from chicken.c:11:0:
  429. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  430. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  431. ^~~~~~~~~~~~~~~~~~
  432. chicken.c: In function ‘f_131’:
  433. chicken.c:444:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  434. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_131,2,av);}
  435. ^
  436. In file included from chicken.c:11:0:
  437. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  438. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  439. ^~~~~~~~~~~~~~~~~~
  440. chicken.c:444:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  441. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_131,2,av);}
  442. ^~
  443. In file included from chicken.c:11:0:
  444. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  445. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  446. ^~~~~~~~~~~~~~~~~~
  447. chicken.c: In function ‘f_134’:
  448. chicken.c:465:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  449. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_134,2,av);}
  450. ^
  451. In file included from chicken.c:11:0:
  452. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  453. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  454. ^~~~~~~~~~~~~~~~~~
  455. chicken.c:465:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  456. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_134,2,av);}
  457. ^~
  458. In file included from chicken.c:11:0:
  459. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  460. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  461. ^~~~~~~~~~~~~~~~~~
  462. chicken.c: In function ‘f_289’:
  463. chicken.c:487:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  464. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_289,2,av);}
  465. ^
  466. In file included from chicken.c:11:0:
  467. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  468. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  469. ^~~~~~~~~~~~~~~~~~
  470. chicken.c:487:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  471. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_289,2,av);}
  472. ^~
  473. In file included from chicken.c:11:0:
  474. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  475. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  476. ^~~~~~~~~~~~~~~~~~
  477. chicken.c:501:3: error: ‘C_proc’ undeclared (first use in this function)
  478. ((C_proc)(void*)(*((C_word*)t3+1)))(3,av2);}}
  479. ^~~~~~
  480. chicken.c:501:11: error: expected expression before ‘void’
  481. ((C_proc)(void*)(*((C_word*)t3+1)))(3,av2);}}
  482. ^~~~
  483. chicken.c: In function ‘f_137’:
  484. chicken.c:526:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  485. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_137,2,av);}
  486. ^
  487. In file included from chicken.c:11:0:
  488. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  489. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  490. ^~~~~~~~~~~~~~~~~~
  491. chicken.c:526:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  492. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_137,2,av);}
  493. ^~
  494. In file included from chicken.c:11:0:
  495. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  496. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  497. ^~~~~~~~~~~~~~~~~~
  498. chicken.c: In function ‘f_285’:
  499. chicken.c:547:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  500. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_285,2,av);}
  501. ^
  502. In file included from chicken.c:11:0:
  503. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  504. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  505. ^~~~~~~~~~~~~~~~~~
  506. chicken.c:547:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  507. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_285,2,av);}
  508. ^~
  509. In file included from chicken.c:11:0:
  510. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  511. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  512. ^~~~~~~~~~~~~~~~~~
  513. chicken.c:560:3: error: ‘C_proc’ undeclared (first use in this function)
  514. ((C_proc)(void*)(*((C_word*)t3+1)))(2,av2);}}
  515. ^~~~~~
  516. chicken.c:560:11: error: expected expression before ‘void’
  517. ((C_proc)(void*)(*((C_word*)t3+1)))(2,av2);}}
  518. ^~~~
  519. chicken.c: In function ‘f_378’:
  520. chicken.c:571:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  521. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_378,2,av);}
  522. ^
  523. In file included from chicken.c:11:0:
  524. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  525. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  526. ^~~~~~~~~~~~~~~~~~
  527. chicken.c:571:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  528. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_378,2,av);}
  529. ^~
  530. In file included from chicken.c:11:0:
  531. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  532. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  533. ^~~~~~~~~~~~~~~~~~
  534. chicken.c: In function ‘f_211’:
  535. chicken.c:588:1: warning: implicit declaration of function ‘C_save_and_reclaim_args’ [-Wimplicit-function-declaration]
  536. C_save_and_reclaim_args((void *)trf_211,2,t0,t1);}
  537. ^~~~~~~~~~~~~~~~~~~~~~~
  538. chicken.c:608:3: error: ‘C_proc’ undeclared (first use in this function)
  539. ((C_proc)(void*)(*((C_word*)t6+1)))(5,av2);}}}
  540. ^~~~~~
  541. chicken.c:608:11: error: expected expression before ‘void’
  542. ((C_proc)(void*)(*((C_word*)t6+1)))(5,av2);}}}
  543. ^~~~
  544. chicken.c: In function ‘f_161’:
  545. chicken.c:618:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  546. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_161,2,av);}
  547. ^
  548. In file included from chicken.c:11:0:
  549. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  550. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  551. ^~~~~~~~~~~~~~~~~~
  552. chicken.c:618:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  553. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_161,2,av);}
  554. ^~
  555. In file included from chicken.c:11:0:
  556. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  557. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  558. ^~~~~~~~~~~~~~~~~~
  559. chicken.c: In function ‘f_164’:
  560. chicken.c:643:76: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  561. if(!C_demand(C_calculate_demand(15,c,3))){C_save_and_reclaim((void *)f_164,2,av);}
  562. ^
  563. In file included from chicken.c:11:0:
  564. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  565. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  566. ^~~~~~~~~~~~~~~~~~
  567. chicken.c:643:78: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  568. if(!C_demand(C_calculate_demand(15,c,3))){C_save_and_reclaim((void *)f_164,2,av);}
  569. ^~
  570. In file included from chicken.c:11:0:
  571. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  572. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  573. ^~~~~~~~~~~~~~~~~~
  574. chicken.c:661:3: error: ‘C_proc’ undeclared (first use in this function)
  575. ((C_proc)(void*)(*((C_word*)t7+1)))(3,av2);}}
  576. ^~~~~~
  577. chicken.c:661:11: error: expected expression before ‘void’
  578. ((C_proc)(void*)(*((C_word*)t7+1)))(3,av2);}}
  579. ^~~~
  580. chicken.c: In function ‘f_515’:
  581. chicken.c:670:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  582. if(!C_demand(C_calculate_demand(0,c,3))){C_save_and_reclaim((void *)f_515,2,av);}
  583. ^
  584. In file included from chicken.c:11:0:
  585. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  586. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  587. ^~~~~~~~~~~~~~~~~~
  588. chicken.c:670:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  589. if(!C_demand(C_calculate_demand(0,c,3))){C_save_and_reclaim((void *)f_515,2,av);}
  590. ^~
  591. In file included from chicken.c:11:0:
  592. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  593. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  594. ^~~~~~~~~~~~~~~~~~
  595. chicken.c:683:3: error: ‘C_proc’ undeclared (first use in this function)
  596. ((C_proc)(void*)(*((C_word*)t2+1)))(4,av2);}}
  597. ^~~~~~
  598. chicken.c:683:11: error: expected expression before ‘void’
  599. ((C_proc)(void*)(*((C_word*)t2+1)))(4,av2);}}
  600. ^~~~
  601. chicken.c: In function ‘f_519’:
  602. chicken.c:693:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  603. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_519,2,av);}
  604. ^
  605. In file included from chicken.c:11:0:
  606. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  607. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  608. ^~~~~~~~~~~~~~~~~~
  609. chicken.c:693:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  610. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_519,2,av);}
  611. ^~
  612. In file included from chicken.c:11:0:
  613. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  614. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  615. ^~~~~~~~~~~~~~~~~~
  616. chicken.c:707:3: error: ‘C_proc’ undeclared (first use in this function)
  617. ((C_proc)(void*)(*((C_word*)t3+1)))(3,av2);}}
  618. ^~~~~~
  619. chicken.c:707:11: error: expected expression before ‘void’
  620. ((C_proc)(void*)(*((C_word*)t3+1)))(3,av2);}}
  621. ^~~~
  622. chicken.c:720:11: error: expected expression before ‘void’
  623. ((C_proc)(void*)(*((C_word*)t2+1)))(3,av2);}}}
  624. ^~~~
  625. chicken.c: In function ‘f_168’:
  626. chicken.c:734:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  627. if(!C_demand(C_calculate_demand(9,c,4))){C_save_and_reclaim((void *)f_168,2,av);}
  628. ^
  629. In file included from chicken.c:11:0:
  630. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  631. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  632. ^~~~~~~~~~~~~~~~~~
  633. chicken.c:734:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  634. if(!C_demand(C_calculate_demand(9,c,4))){C_save_and_reclaim((void *)f_168,2,av);}
  635. ^~
  636. In file included from chicken.c:11:0:
  637. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  638. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  639. ^~~~~~~~~~~~~~~~~~
  640. chicken.c:752:22: warning: passing argument 2 of ‘C_call_with_values’ makes integer from pointer without a cast [-Wint-conversion]
  641. C_call_with_values(4,av2);}}
  642. ^~~
  643. In file included from chicken.c:11:0:
  644. chicken.h:1833:26: note: expected ‘long int’ but argument is of type ‘long int *’
  645. C_fctexport void C_ccall C_call_with_values(C_word c, C_word closure, C_word k, C_word thunk, C_word kont) C_noret;
  646. ^~~~~~~~~~~~~~~~~~
  647. chicken.c:752:1: error: too few arguments to function ‘C_call_with_values’
  648. C_call_with_values(4,av2);}}
  649. ^~~~~~~~~~~~~~~~~~
  650. In file included from chicken.c:11:0:
  651. chicken.h:1833:26: note: declared here
  652. C_fctexport void C_ccall C_call_with_values(C_word c, C_word closure, C_word k, C_word thunk, C_word kont) C_noret;
  653. ^~~~~~~~~~~~~~~~~~
  654. chicken.c: In function ‘f_368’:
  655. chicken.c:763:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  656. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_368,2,av);}
  657. ^
  658. In file included from chicken.c:11:0:
  659. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  660. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  661. ^~~~~~~~~~~~~~~~~~
  662. chicken.c:763:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  663. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_368,2,av);}
  664. ^~
  665. In file included from chicken.c:11:0:
  666. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  667. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  668. ^~~~~~~~~~~~~~~~~~
  669. chicken.c: In function ‘f_155’:
  670. chicken.c:778:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  671. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_155,2,av);}
  672. ^
  673. In file included from chicken.c:11:0:
  674. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  675. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  676. ^~~~~~~~~~~~~~~~~~
  677. chicken.c:778:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  678. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_155,2,av);}
  679. ^~
  680. In file included from chicken.c:11:0:
  681. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  682. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  683. ^~~~~~~~~~~~~~~~~~
  684. chicken.c: In function ‘f_388’:
  685. chicken.c:800:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  686. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_388,2,av);}
  687. ^
  688. In file included from chicken.c:11:0:
  689. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  690. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  691. ^~~~~~~~~~~~~~~~~~
  692. chicken.c:800:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  693. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_388,2,av);}
  694. ^~
  695. In file included from chicken.c:11:0:
  696. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  697. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  698. ^~~~~~~~~~~~~~~~~~
  699. chicken.c: In function ‘f_152’:
  700. chicken.c:815:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  701. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_152,2,av);}
  702. ^
  703. In file included from chicken.c:11:0:
  704. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  705. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  706. ^~~~~~~~~~~~~~~~~~
  707. chicken.c:815:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  708. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_152,2,av);}
  709. ^~
  710. In file included from chicken.c:11:0:
  711. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  712. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  713. ^~~~~~~~~~~~~~~~~~
  714. chicken.c: In function ‘f_158’:
  715. chicken.c:836:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  716. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_158,2,av);}
  717. ^
  718. In file included from chicken.c:11:0:
  719. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  720. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  721. ^~~~~~~~~~~~~~~~~~
  722. chicken.c:836:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  723. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_158,2,av);}
  724. ^~
  725. In file included from chicken.c:11:0:
  726. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  727. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  728. ^~~~~~~~~~~~~~~~~~
  729. chicken.c: In function ‘f_398’:
  730. chicken.c:858:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  731. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_398,2,av);}
  732. ^
  733. In file included from chicken.c:11:0:
  734. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  735. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  736. ^~~~~~~~~~~~~~~~~~
  737. chicken.c:858:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  738. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_398,2,av);}
  739. ^~
  740. In file included from chicken.c:11:0:
  741. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  742. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  743. ^~~~~~~~~~~~~~~~~~
  744. chicken.c: In function ‘f_119’:
  745. chicken.c:873:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  746. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_119,2,av);}
  747. ^
  748. In file included from chicken.c:11:0:
  749. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  750. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  751. ^~~~~~~~~~~~~~~~~~
  752. chicken.c:873:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  753. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_119,2,av);}
  754. ^~
  755. In file included from chicken.c:11:0:
  756. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  757. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  758. ^~~~~~~~~~~~~~~~~~
  759. chicken.c: In function ‘f_116’:
  760. chicken.c:894:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  761. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_116,2,av);}
  762. ^
  763. In file included from chicken.c:11:0:
  764. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  765. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  766. ^~~~~~~~~~~~~~~~~~
  767. chicken.c:894:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  768. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_116,2,av);}
  769. ^~
  770. In file included from chicken.c:11:0:
  771. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  772. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  773. ^~~~~~~~~~~~~~~~~~
  774. chicken.c: In function ‘f_113’:
  775. chicken.c:915:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  776. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_113,2,av);}
  777. ^
  778. In file included from chicken.c:11:0:
  779. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  780. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  781. ^~~~~~~~~~~~~~~~~~
  782. chicken.c:915:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  783. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_113,2,av);}
  784. ^~
  785. In file included from chicken.c:11:0:
  786. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  787. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  788. ^~~~~~~~~~~~~~~~~~
  789. chicken.c: At top level:
  790. chicken.c:932:14: error: conflicting types for ‘C_toplevel’
  791. void C_ccall C_toplevel(C_word c,C_word *av){
  792. ^~~~~~~~~~
  793. In file included from chicken.c:11:0:
  794. chicken.h:1824:26: note: previous declaration of ‘C_toplevel’ was here
  795. C_fctimport void C_ccall C_toplevel(C_word c, C_word self, C_word k) C_noret;
  796. ^~~~~~~~~~
  797. chicken.c: In function ‘C_toplevel’:
  798. chicken.c:943:38: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  799. C_save_and_reclaim((void*)C_toplevel,c,av);}
  800. ^
  801. In file included from chicken.c:11:0:
  802. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘long int’
  803. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  804. ^~~~~~~~~~~~~~~~~~
  805. chicken.c:943:40: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  806. C_save_and_reclaim((void*)C_toplevel,c,av);}
  807. ^~
  808. In file included from chicken.c:11:0:
  809. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  810. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  811. ^~~~~~~~~~~~~~~~~~
  812. chicken.c: In function ‘f_110’:
  813. chicken.c:1014:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  814. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_110,2,av);}
  815. ^
  816. In file included from chicken.c:11:0:
  817. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  818. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  819. ^~~~~~~~~~~~~~~~~~
  820. chicken.c:1014:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  821. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_110,2,av);}
  822. ^~
  823. In file included from chicken.c:11:0:
  824. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  825. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  826. ^~~~~~~~~~~~~~~~~~
  827. chicken.c: In function ‘f_309’:
  828. chicken.c:1058:3: error: ‘C_proc’ undeclared (first use in this function)
  829. ((C_proc)(void*)(*((C_word*)t4+1)))(2,av2);}}
  830. ^~~~~~
  831. chicken.c:1058:11: error: expected expression before ‘void’
  832. ((C_proc)(void*)(*((C_word*)t4+1)))(2,av2);}}
  833. ^~~~
  834. chicken.c:1078:11: error: expected expression before ‘void’
  835. ((C_proc)(void*)(*((C_word*)t10+1)))(5,av2);}
  836. ^~~~
  837. chicken.c:1088:11: error: expected expression before ‘void’
  838. ((C_proc)(void*)(*((C_word*)t10+1)))(4,av2);}
  839. ^~~~
  840. chicken.c:1099:11: error: expected expression before ‘void’
  841. ((C_proc)(void*)(*((C_word*)t10+1)))(5,av2);}
  842. ^~~~
  843. chicken.c:1113:11: error: expected expression before ‘void’
  844. ((C_proc)(void*)(*((C_word*)t10+1)))(8,av2);}
  845. ^~~~
  846. chicken.c:1128:11: error: expected expression before ‘void’
  847. ((C_proc)(void*)(*((C_word*)t10+1)))(9,av2);}
  848. ^~~~
  849. chicken.c:1151:11: error: expected expression before ‘void’
  850. ((C_proc)(void*)(*((C_word*)t10+1)))(16,av2);}}
  851. ^~~~
  852. chicken.c:1176:11: error: expected expression before ‘void’
  853. ((C_proc)(void*)(*((C_word*)t11+1)))(5,av2);}
  854. ^~~~
  855. chicken.c:1223:11: error: expected expression before ‘void’
  856. ((C_proc)(void*)(*((C_word*)t8+1)))(4,av2);}}}
  857. ^~~~
  858. chicken.c:1235:11: error: expected expression before ‘void’
  859. ((C_proc)(void*)(*((C_word*)t10+1)))(4,av2);}}
  860. ^~~~
  861. chicken.c:1244:11: error: expected expression before ‘void’
  862. ((C_proc)(void*)(*((C_word*)t10+1)))(4,av2);}}}}}}}}
  863. ^~~~
  864. chicken.c: In function ‘f_304’:
  865. chicken.c:1253:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  866. if(!C_demand(C_calculate_demand(0,c,1))){C_save_and_reclaim((void *)f_304,2,av);}
  867. ^
  868. In file included from chicken.c:11:0:
  869. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  870. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  871. ^~~~~~~~~~~~~~~~~~
  872. chicken.c:1253:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  873. if(!C_demand(C_calculate_demand(0,c,1))){C_save_and_reclaim((void *)f_304,2,av);}
  874. ^~
  875. In file included from chicken.c:11:0:
  876. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  877. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  878. ^~~~~~~~~~~~~~~~~~
  879. chicken.c:1264:3: error: ‘C_proc’ undeclared (first use in this function)
  880. ((C_proc)(void*)(*((C_word*)t2+1)))(2,av2);}}
  881. ^~~~~~
  882. chicken.c:1264:11: error: expected expression before ‘void’
  883. ((C_proc)(void*)(*((C_word*)t2+1)))(2,av2);}}
  884. ^~~~
  885. chicken.c: In function ‘f_301’:
  886. chicken.c:1274:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  887. if(!C_demand(C_calculate_demand(3,c,4))){C_save_and_reclaim((void *)f_301,2,av);}
  888. ^
  889. In file included from chicken.c:11:0:
  890. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  891. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  892. ^~~~~~~~~~~~~~~~~~
  893. chicken.c:1274:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  894. if(!C_demand(C_calculate_demand(3,c,4))){C_save_and_reclaim((void *)f_301,2,av);}
  895. ^~
  896. In file included from chicken.c:11:0:
  897. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  898. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  899. ^~~~~~~~~~~~~~~~~~
  900. chicken.c:1288:11: warning: passing argument 2 of ‘C_apply’ makes integer from pointer without a cast [-Wint-conversion]
  901. C_apply(5,av2);}}
  902. ^~~
  903. In file included from chicken.c:11:0:
  904. chicken.h:1827:26: note: expected ‘long int’ but argument is of type ‘long int *’
  905. C_fctexport void C_ccall C_apply(C_word c, C_word closure, C_word k, C_word fn, ...) C_noret;
  906. ^~~~~~~
  907. chicken.c:1288:1: error: too few arguments to function ‘C_apply’
  908. C_apply(5,av2);}}
  909. ^~~~~~~
  910. In file included from chicken.c:11:0:
  911. chicken.h:1827:26: note: declared here
  912. C_fctexport void C_ccall C_apply(C_word c, C_word closure, C_word k, C_word fn, ...) C_noret;
  913. ^~~~~~~
  914. chicken.c: In function ‘f_277’:
  915. chicken.c:1299:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  916. if(!C_demand(C_calculate_demand(6,c,2))){C_save_and_reclaim((void *)f_277,2,av);}
  917. ^
  918. In file included from chicken.c:11:0:
  919. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  920. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  921. ^~~~~~~~~~~~~~~~~~
  922. chicken.c:1299:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  923. if(!C_demand(C_calculate_demand(6,c,2))){C_save_and_reclaim((void *)f_277,2,av);}
  924. ^~
  925. In file included from chicken.c:11:0:
  926. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  927. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  928. ^~~~~~~~~~~~~~~~~~
  929. chicken.c:1313:3: error: ‘C_proc’ undeclared (first use in this function)
  930. ((C_proc)(void*)(*((C_word*)t4+1)))(2,av2);}}
  931. ^~~~~~
  932. chicken.c:1313:11: error: expected expression before ‘void’
  933. ((C_proc)(void*)(*((C_word*)t4+1)))(2,av2);}}
  934. ^~~~
  935. chicken.c: In function ‘f_358’:
  936. chicken.c:1324:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  937. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_358,2,av);}
  938. ^
  939. In file included from chicken.c:11:0:
  940. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  941. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  942. ^~~~~~~~~~~~~~~~~~
  943. chicken.c:1324:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  944. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_358,2,av);}
  945. ^~
  946. In file included from chicken.c:11:0:
  947. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  948. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  949. ^~~~~~~~~~~~~~~~~~
  950. chicken.c: In function ‘f_487’:
  951. chicken.c:1338:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  952. if(!C_demand(C_calculate_demand(0,c,3))){C_save_and_reclaim((void *)f_487,2,av);}
  953. ^
  954. In file included from chicken.c:11:0:
  955. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  956. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  957. ^~~~~~~~~~~~~~~~~~
  958. chicken.c:1338:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  959. if(!C_demand(C_calculate_demand(0,c,3))){C_save_and_reclaim((void *)f_487,2,av);}
  960. ^~
  961. In file included from chicken.c:11:0:
  962. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  963. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  964. ^~~~~~~~~~~~~~~~~~
  965. chicken.c:1351:3: error: ‘C_proc’ undeclared (first use in this function)
  966. ((C_proc)(void*)(*((C_word*)t2+1)))(4,av2);}}
  967. ^~~~~~
  968. chicken.c:1351:11: error: expected expression before ‘void’
  969. ((C_proc)(void*)(*((C_word*)t2+1)))(4,av2);}}
  970. ^~~~
  971. chicken.c: In function ‘f_428’:
  972. chicken.c:1362:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  973. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_428,2,av);}
  974. ^
  975. In file included from chicken.c:11:0:
  976. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  977. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  978. ^~~~~~~~~~~~~~~~~~
  979. chicken.c:1362:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  980. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_428,2,av);}
  981. ^~
  982. In file included from chicken.c:11:0:
  983. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  984. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  985. ^~~~~~~~~~~~~~~~~~
  986. chicken.c: In function ‘f_480’:
  987. chicken.c:1376:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  988. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_480,2,av);}
  989. ^
  990. In file included from chicken.c:11:0:
  991. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  992. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  993. ^~~~~~~~~~~~~~~~~~
  994. chicken.c:1376:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  995. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_480,2,av);}
  996. ^~
  997. In file included from chicken.c:11:0:
  998. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  999. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1000. ^~~~~~~~~~~~~~~~~~
  1001. chicken.c: In function ‘f_497’:
  1002. chicken.c:1390:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  1003. if(!C_demand(C_calculate_demand(4,c,2))){C_save_and_reclaim((void *)f_497,2,av);}
  1004. ^
  1005. In file included from chicken.c:11:0:
  1006. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  1007. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1008. ^~~~~~~~~~~~~~~~~~
  1009. chicken.c:1390:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  1010. if(!C_demand(C_calculate_demand(4,c,2))){C_save_and_reclaim((void *)f_497,2,av);}
  1011. ^~
  1012. In file included from chicken.c:11:0:
  1013. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  1014. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1015. ^~~~~~~~~~~~~~~~~~
  1016. chicken.c:1404:3: error: ‘C_proc’ undeclared (first use in this function)
  1017. ((C_proc)(void*)(*((C_word*)t4+1)))(2,av2);}}
  1018. ^~~~~~
  1019. chicken.c:1404:11: error: expected expression before ‘void’
  1020. ((C_proc)(void*)(*((C_word*)t4+1)))(2,av2);}}
  1021. ^~~~
  1022. chicken.c: In function ‘f_122’:
  1023. chicken.c:1414:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  1024. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_122,2,av);}
  1025. ^
  1026. In file included from chicken.c:11:0:
  1027. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  1028. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1029. ^~~~~~~~~~~~~~~~~~
  1030. chicken.c:1414:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  1031. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_122,2,av);}
  1032. ^~
  1033. In file included from chicken.c:11:0:
  1034. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  1035. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1036. ^~~~~~~~~~~~~~~~~~
  1037. chicken.c: In function ‘f_125’:
  1038. chicken.c:1435:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  1039. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_125,2,av);}
  1040. ^
  1041. In file included from chicken.c:11:0:
  1042. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  1043. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1044. ^~~~~~~~~~~~~~~~~~
  1045. chicken.c:1435:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  1046. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_125,2,av);}
  1047. ^~
  1048. In file included from chicken.c:11:0:
  1049. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  1050. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1051. ^~~~~~~~~~~~~~~~~~
  1052. chicken.c: In function ‘f_128’:
  1053. chicken.c:1456:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  1054. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_128,2,av);}
  1055. ^
  1056. In file included from chicken.c:11:0:
  1057. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  1058. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1059. ^~~~~~~~~~~~~~~~~~
  1060. chicken.c:1456:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  1061. if(!C_demand(C_calculate_demand(3,c,2))){C_save_and_reclaim((void *)f_128,2,av);}
  1062. ^~
  1063. In file included from chicken.c:11:0:
  1064. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  1065. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1066. ^~~~~~~~~~~~~~~~~~
  1067. chicken.c: In function ‘f_170’:
  1068. chicken.c:1480:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  1069. if(!C_demand(C_calculate_demand(5,c,5))){C_save_and_reclaim((void *)f_170,3,av);}
  1070. ^
  1071. In file included from chicken.c:11:0:
  1072. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  1073. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1074. ^~~~~~~~~~~~~~~~~~
  1075. chicken.c:1480:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  1076. if(!C_demand(C_calculate_demand(5,c,5))){C_save_and_reclaim((void *)f_170,3,av);}
  1077. ^~
  1078. In file included from chicken.c:11:0:
  1079. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  1080. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1081. ^~~~~~~~~~~~~~~~~~
  1082. chicken.c: In function ‘f_348’:
  1083. chicken.c:1497:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  1084. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_348,2,av);}
  1085. ^
  1086. In file included from chicken.c:11:0:
  1087. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  1088. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1089. ^~~~~~~~~~~~~~~~~~
  1090. chicken.c:1497:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  1091. if(!C_demand(C_calculate_demand(0,c,2))){C_save_and_reclaim((void *)f_348,2,av);}
  1092. ^~
  1093. In file included from chicken.c:11:0:
  1094. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  1095. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1096. ^~~~~~~~~~~~~~~~~~
  1097. chicken.c: In function ‘f_176’:
  1098. chicken.c:1534:3: error: ‘C_proc’ undeclared (first use in this function)
  1099. ((C_proc)(void*)(*((C_word*)t6+1)))(3,av2);}}
  1100. ^~~~~~
  1101. chicken.c:1534:11: error: expected expression before ‘void’
  1102. ((C_proc)(void*)(*((C_word*)t6+1)))(3,av2);}}
  1103. ^~~~
  1104. chicken.c: In function ‘f_505’:
  1105. chicken.c:1587:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  1106. if(!C_demand(C_calculate_demand(0,c,3))){C_save_and_reclaim((void *)f_505,2,av);}
  1107. ^
  1108. In file included from chicken.c:11:0:
  1109. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  1110. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1111. ^~~~~~~~~~~~~~~~~~
  1112. chicken.c:1587:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  1113. if(!C_demand(C_calculate_demand(0,c,3))){C_save_and_reclaim((void *)f_505,2,av);}
  1114. ^~
  1115. In file included from chicken.c:11:0:
  1116. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  1117. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1118. ^~~~~~~~~~~~~~~~~~
  1119. chicken.c:1601:3: error: ‘C_proc’ undeclared (first use in this function)
  1120. ((C_proc)(void*)(*((C_word*)t3+1)))(4,av2);}}
  1121. ^~~~~~
  1122. chicken.c:1601:11: error: expected expression before ‘void’
  1123. ((C_proc)(void*)(*((C_word*)t3+1)))(4,av2);}}
  1124. ^~~~
  1125. chicken.c: In function ‘f_507’:
  1126. chicken.c:1611:75: warning: passing argument 2 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [-Wint-conversion]
  1127. if(!C_demand(C_calculate_demand(0,c,1))){C_save_and_reclaim((void *)f_507,3,av);}
  1128. ^
  1129. In file included from chicken.c:11:0:
  1130. chicken.h:1775:18: note: expected ‘void *’ but argument is of type ‘int’
  1131. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1132. ^~~~~~~~~~~~~~~~~~
  1133. chicken.c:1611:77: warning: passing argument 3 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [-Wint-conversion]
  1134. if(!C_demand(C_calculate_demand(0,c,1))){C_save_and_reclaim((void *)f_507,3,av);}
  1135. ^~
  1136. In file included from chicken.c:11:0:
  1137. chicken.h:1775:18: note: expected ‘int’ but argument is of type ‘long int *’
  1138. C_fctexport void C_save_and_reclaim(void *trampoline, void *proc, int n, ...) C_noret;
  1139. ^~~~~~~~~~~~~~~~~~
  1140. chicken.c:1621:3: error: ‘C_proc’ undeclared (first use in this function)
  1141. ((C_proc)(void*)(*((C_word*)t3+1)))(2,av2);}}
  1142. ^~~~~~
  1143. chicken.c:1621:11: error: expected expression before ‘void’
  1144. ((C_proc)(void*)(*((C_word*)t3+1)))(2,av2);}}
  1145. ^~~~
  1146. chicken.c: In function ‘f_164’:
  1147. chicken.c:661:11: warning: ‘noreturn’ function does return
  1148. ((C_proc)(void*)(*((C_word*)t7+1)))(3,av2);}}
  1149. ^~~~
  1150. chicken.c: In function ‘f_519’:
  1151. chicken.c:720:11: warning: ‘noreturn’ function does return
  1152. ((C_proc)(void*)(*((C_word*)t2+1)))(3,av2);}}}
  1153. ^~~~
  1154. chicken.c: In function ‘f_515’:
  1155. chicken.c:683:11: warning: ‘noreturn’ function does return
  1156. ((C_proc)(void*)(*((C_word*)t2+1)))(4,av2);}}
  1157. ^~~~
  1158. chicken.c: In function ‘f_507’:
  1159. chicken.c:1621:11: warning: ‘noreturn’ function does return
  1160. ((C_proc)(void*)(*((C_word*)t3+1)))(2,av2);}}
  1161. ^~~~
  1162. chicken.c: In function ‘f_497’:
  1163. chicken.c:1404:11: warning: ‘noreturn’ function does return
  1164. ((C_proc)(void*)(*((C_word*)t4+1)))(2,av2);}}
  1165. ^~~~
  1166. chicken.c: In function ‘f_505’:
  1167. chicken.c:1601:11: warning: ‘noreturn’ function does return
  1168. ((C_proc)(void*)(*((C_word*)t3+1)))(4,av2);}}
  1169. ^~~~
  1170. chicken.c: In function ‘f_168’:
  1171. chicken.c:752:1: warning: ‘noreturn’ function does return
  1172. C_call_with_values(4,av2);}}
  1173. ^~~~~~~~~~~~~~~~~~
  1174. chicken.c: In function ‘f_301’:
  1175. chicken.c:1288:1: warning: ‘noreturn’ function does return
  1176. C_apply(5,av2);}}
  1177. ^~~~~~~
  1178. chicken.c: In function ‘f_304’:
  1179. chicken.c:1264:11: warning: ‘noreturn’ function does return
  1180. ((C_proc)(void*)(*((C_word*)t2+1)))(2,av2);}}
  1181. ^~~~
  1182. chicken.c: In function ‘f_309’:
  1183. chicken.c:1244:11: warning: ‘noreturn’ function does return
  1184. ((C_proc)(void*)(*((C_word*)t10+1)))(4,av2);}}}}}}}}
  1185. ^~~~
  1186. chicken.c: In function ‘f_487’:
  1187. chicken.c:1351:11: warning: ‘noreturn’ function does return
  1188. ((C_proc)(void*)(*((C_word*)t2+1)))(4,av2);}}
  1189. ^~~~
  1190. chicken.c: In function ‘f_285’:
  1191. chicken.c:560:11: warning: ‘noreturn’ function does return
  1192. ((C_proc)(void*)(*((C_word*)t3+1)))(2,av2);}}
  1193. ^~~~
  1194. chicken.c: In function ‘f_289’:
  1195. chicken.c:516:1: warning: ‘noreturn’ function does return
  1196. f_170(3,av2);}}}
  1197. ^~~~~
  1198. chicken.c: In function ‘f_277’:
  1199. chicken.c:1313:11: warning: ‘noreturn’ function does return
  1200. ((C_proc)(void*)(*((C_word*)t4+1)))(2,av2);}}
  1201. ^~~~
  1202. chicken.c: In function ‘f_283’:
  1203. chicken.c:223:11: warning: ‘noreturn’ function does return
  1204. ((C_proc)(void*)(*((C_word*)t2+1)))(2,av2);}}
  1205. ^~~~
  1206. chicken.c: In function ‘f_280’:
  1207. chicken.c:242:11: warning: ‘noreturn’ function does return
  1208. ((C_proc)(void*)(*((C_word*)t2+1)))(2,av2);}}
  1209. ^~~~
  1210. chicken.c: In function ‘f_176’:
  1211. chicken.c:1577:1: warning: ‘noreturn’ function does return
  1212. goto loop;}}}}
  1213. ^~~~
  1214. chicken.c: In function ‘f_190’:
  1215. chicken.c:371:1: warning: ‘noreturn’ function does return
  1216. C_values(4,av2);}}
  1217. ^~~~~~~~
  1218. chicken.c: In function ‘f_211’:
  1219. chicken.c:608:11: warning: ‘noreturn’ function does return
  1220. ((C_proc)(void*)(*((C_word*)t6+1)))(5,av2);}}}
  1221. ^~~~
  1222. chicken.c: In function ‘f_237’:
  1223. chicken.c:392:11: warning: ‘noreturn’ function does return
  1224. ((C_proc)(void*)(*((C_word*)t2+1)))(3,av2);}}
  1225. ^~~~
  1226. rules.make:177: recipe for target 'chicken-static.o' failed
  1227. make[4]: *** [chicken-static.o] Error 1
  1228. make[4]: Leaving directory '/home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core'
  1229. rules.make:676: recipe for target 'boot-chicken' failed
  1230. make[3]: *** [boot-chicken] Error 2
  1231. make[3]: Leaving directory '/home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core'
  1232. GNUmakefile:60: recipe for target 'boot-chicken' failed
  1233. make[2]: *** [boot-chicken] Error 2
  1234. make[2]: Leaving directory '/home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core'
  1235. Makefile:67: recipe for target '/home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core//chicken-boot' failed
  1236. make[1]: *** [/home/u2/Desktop/chicken-android-template-master/jni/chicken/chicken-core//chicken-boot] Error 2
  1237. make[1]: Leaving directory '/home/u2/Desktop/chicken-android-template-master/jni/chicken'
  1238. Makefile:30: recipe for target '/home/u2/Desktop/chicken-android-template-master/jni/chicken/host/org.call_cc.example/bin//android-chicken-install' failed
  1239. make: *** [/home/u2/Desktop/chicken-android-template-master/jni/chicken/host/org.call_cc.example/bin//android-chicken-install] Error 2
  1240. [u2@user1-pc chicken-android-template-master]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement