Advertisement
Guest User

guile_make_error

a guest
May 5th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.33 KB | None | 0 0
  1. bash-4.1$ make
  2. make -C libguile scmconfig.h
  3. make[1]: Entering directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/libguile'
  4. GEN gen-scmconfig.o
  5. GEN gen-scmconfig
  6. GEN scmconfig.h
  7. make[1]: Leaving directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/libguile'
  8. make all-recursive
  9. make[1]: Entering directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11'
  10. Making all in lib
  11. make[2]: Entering directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/lib'
  12. GEN alloca.h
  13. GEN c++defs.h
  14. GEN warn-on-use.h
  15. GEN arg-nonnull.h
  16. GEN arpa/inet.h
  17. GEN configmake.h
  18. GEN dirent.h
  19. GEN fcntl.h
  20. GEN iconv.h
  21. GEN langinfo.h
  22. GEN locale.h
  23. GEN math.h
  24. GEN netdb.h
  25. GEN poll.h
  26. GEN signal.h
  27. GEN unused-parameter.h
  28. GEN stdalign.h
  29. GEN stdio.h
  30. GEN stdlib.h
  31. GEN string.h
  32. GEN sys/file.h
  33. GEN sys/select.h
  34. GEN sys/socket.h
  35. GEN sys/stat.h
  36. GEN sys/time.h
  37. GEN sys/times.h
  38. GEN sys/types.h
  39. GEN sys/uio.h
  40. GEN time.h
  41. GEN unistd.h
  42. GEN wchar.h
  43. GEN wctype.h
  44. make all-recursive
  45. make[3]: Entering directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/lib'
  46. make[4]: Entering directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/lib'
  47. CC binary-io.lo
  48. CC c-ctype.lo
  49. CC c-strcasecmp.lo
  50. CC c-strncasecmp.lo
  51. CC dirname-lgpl.lo
  52. CC basename-lgpl.lo
  53. CC stripslash.lo
  54. CC fd-hook.lo
  55. CC full-read.lo
  56. CC full-write.lo
  57. CC localcharset.lo
  58. CC malloca.lo
  59. CC math.lo
  60. CC nproc.lo
  61. CC pipe2.lo
  62. CC safe-read.lo
  63. CC safe-write.lo
  64. CC sockets.lo
  65. CC stat-time.lo
  66. CC strftime.lo
  67. CC striconveh.lo
  68. CC sys_socket.lo
  69. CC tempname.lo
  70. CC unistd.lo
  71. CC unistr/u8-mbtouc.lo
  72. CC unistr/u8-mbtouc-aux.lo
  73. CC unistr/u8-mbtouc-unsafe.lo
  74. CC unistr/u8-mbtouc-unsafe-aux.lo
  75. CC wctype-h.lo
  76. CC xsize.lo
  77. CC asnprintf.lo
  78. CC isfinite.lo
  79. CC isnand.lo
  80. CC isnanf.lo
  81. CC isnanl.lo
  82. CC printf-args.lo
  83. CC printf-parse.lo
  84. CC secure_getenv.lo
  85. CC vasnprintf.lo
  86. CCLD libgnu.la
  87. GEN charset.alias
  88. GEN ref-add.sed
  89. GEN ref-del.sed
  90. make[4]: Leaving directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/lib'
  91. make[3]: Leaving directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/lib'
  92. make[2]: Leaving directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/lib'
  93. Making all in meta
  94. make[2]: Entering directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/meta'
  95. guile="/Users/users/sarrvesh/AstroTools/guile/bin/`echo guile | /bin/sed -e 's,x,x,'`" ; \
  96. cat ./guile-config.in \
  97. | /bin/sed -e "s,@pkgconfigdir@,/Users/users/sarrvesh/AstroTools/guile/lib/pkgconfig,g" \
  98. -e "s,@""PKG_CONFIG@,/usr/bin/pkg-config,g" \
  99. -e "s,@installed_guile@,$guile,g" \
  100. > guile-config.out
  101. mv guile-config.out guile-config
  102. chmod +x guile-config
  103. make[2]: Leaving directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/meta'
  104. Making all in libguile
  105. make[2]: Entering directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/libguile'
  106. GEN libpath.h
  107. GEN vm-i-system.i
  108. GEN vm-i-scheme.i
  109. GEN vm-i-loader.i
  110. SNARF alist.x
  111. SNARF arbiters.x
  112. SNARF array-handle.x
  113. SNARF array-map.x
  114. SNARF arrays.x
  115. SNARF async.x
  116. SNARF backtrace.x
  117. SNARF boolean.x
  118. SNARF bitvectors.x
  119. SNARF bytevectors.x
  120. SNARF chars.x
  121. SNARF control.x
  122. SNARF continuations.x
  123. SNARF debug.x
  124. SNARF deprecated.x
  125. SNARF deprecation.x
  126. SNARF dynl.x
  127. SNARF dynwind.x
  128. SNARF eq.x
  129. SNARF error.x
  130. SNARF eval.x
  131. SNARF evalext.x
  132. SNARF expand.x
  133. SNARF extensions.x
  134. SNARF feature.x
  135. SNARF filesys.x
  136. SNARF fluids.x
  137. SNARF foreign.x
  138. SNARF fports.x
  139. SNARF gc-malloc.x
  140. SNARF gc.x
  141. SNARF gettext.x
  142. SNARF generalized-arrays.x
  143. SNARF generalized-vectors.x
  144. SNARF goops.x
  145. SNARF gsubr.x
  146. SNARF guardians.x
  147. SNARF hash.x
  148. SNARF hashtab.x
  149. SNARF hooks.x
  150. SNARF i18n.x
  151. SNARF init.x
  152. SNARF ioext.x
  153. SNARF keywords.x
  154. SNARF list.x
  155. SNARF load.x
  156. SNARF macros.x
  157. SNARF mallocs.x
  158. SNARF memoize.x
  159. SNARF modules.x
  160. SNARF numbers.x
  161. SNARF objprop.x
  162. SNARF options.x
  163. SNARF pairs.x
  164. SNARF ports.x
  165. SNARF print.x
  166. SNARF procprop.x
  167. SNARF procs.x
  168. SNARF promises.x
  169. SNARF r6rs-ports.x
  170. SNARF random.x
  171. SNARF rdelim.x
  172. SNARF read.x
  173. SNARF root.x
  174. SNARF rw.x
  175. SNARF scmsigs.x
  176. SNARF script.x
  177. SNARF simpos.x
  178. SNARF smob.x
  179. SNARF sort.x
  180. SNARF srcprop.x
  181. SNARF srfi-1.x
  182. SNARF srfi-4.x
  183. SNARF srfi-13.x
  184. SNARF srfi-14.x
  185. SNARF srfi-60.x
  186. SNARF stackchk.x
  187. SNARF stacks.x
  188. SNARF stime.x
  189. SNARF strings.x
  190. SNARF strorder.x
  191. SNARF strports.x
  192. SNARF struct.x
  193. SNARF symbols.x
  194. SNARF threads.x
  195. SNARF throw.x
  196. SNARF trees.x
  197. SNARF uniform.x
  198. SNARF values.x
  199. SNARF variable.x
  200. SNARF vectors.x
  201. SNARF version.x
  202. SNARF vports.x
  203. SNARF weaks.x
  204. SNARF frames.x
  205. SNARF instructions.x
  206. SNARF objcodes.x
  207. SNARF programs.x
  208. SNARF vm.x
  209. SNARF posix.x
  210. SNARF net_db.x
  211. SNARF socket.x
  212. SNARF regex-posix.x
  213. make all-am
  214. make[3]: Entering directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/libguile'
  215. CC libguile_2.0_la-alist.lo
  216. CC libguile_2.0_la-arbiters.lo
  217. CC libguile_2.0_la-array-handle.lo
  218. CC libguile_2.0_la-array-map.lo
  219. CC libguile_2.0_la-arrays.lo
  220. CC libguile_2.0_la-async.lo
  221. CC libguile_2.0_la-backtrace.lo
  222. CC libguile_2.0_la-boolean.lo
  223. CC libguile_2.0_la-bitvectors.lo
  224. CC libguile_2.0_la-bytevectors.lo
  225. CC libguile_2.0_la-chars.lo
  226. CC libguile_2.0_la-control.lo
  227. CC libguile_2.0_la-continuations.lo
  228. CC libguile_2.0_la-debug.lo
  229. CC libguile_2.0_la-deprecated.lo
  230. CC libguile_2.0_la-deprecation.lo
  231. CC libguile_2.0_la-dynwind.lo
  232. CC libguile_2.0_la-eq.lo
  233. CC libguile_2.0_la-error.lo
  234. CC libguile_2.0_la-eval.lo
  235. CC libguile_2.0_la-evalext.lo
  236. CC libguile_2.0_la-expand.lo
  237. CC libguile_2.0_la-extensions.lo
  238. CC libguile_2.0_la-feature.lo
  239. CC libguile_2.0_la-filesys.lo
  240. CC libguile_2.0_la-finalizers.lo
  241. finalizers.c:166: error: static declaration of 'GC_set_finalizer_notifier' follows non-static declaration
  242. /Users/users/sarrvesh/AstroTools/bdwgc/include/gc/gc.h:192: note: previous declaration of 'GC_set_finalizer_notifier' was here
  243. finalizers.c: In function 'GC_set_finalizer_notifier':
  244. finalizers.c:168: warning: 'GC_finalizer_notifier' is deprecated (declared at /Users/users/sarrvesh/AstroTools/bdwgc/include/gc/gc.h:182)
  245. make[3]: *** [libguile_2.0_la-finalizers.lo] Error 1
  246. make[3]: Leaving directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/libguile'
  247. make[2]: *** [all] Error 2
  248. make[2]: Leaving directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11/libguile'
  249. make[1]: *** [all-recursive] Error 1
  250. make[1]: Leaving directory `/Users/users/sarrvesh/AstroTools/guile-2.0.11'
  251. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement