Advertisement
Adem87

Untitled

Feb 26th, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.66 KB | None | 0 0
  1. Adems-MacBook:mtree-1.0 adem$ ./configure --host=arm-apple-darwin13.0.0
  2. configure: WARNING: If you wanted to set the --build type, don't use --host.
  3.    If a cross compiler is detected then cross compile mode will be used.
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for arm-apple-darwin13.0.0-strip... no
  7. checking for strip... strip
  8. checking for a thread-safe mkdir -p... scripts/install-sh -c -d
  9. checking for gawk... no
  10. checking for mawk... no
  11. checking for nawk... no
  12. checking for awk... awk
  13. checking whether make sets $(MAKE)... yes
  14. checking whether make sets $(MAKE)... (cached) yes
  15. checking for arm-apple-darwin13.0.0-gcc... no
  16. checking for gcc... gcc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking for style of include used by make... GNU
  26. checking dependency style of gcc... gcc3
  27. checking for CRYPTO_thread_id in -lcrypto... yes
  28. checking how to run the C preprocessor... gcc -E
  29. checking for grep that handles long lines and -e... /usr/bin/grep
  30. checking for egrep... /usr/bin/grep -E
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking dirent.h usability... yes
  42. checking dirent.h presence... yes
  43. checking for dirent.h... yes
  44. checking err.h usability... yes
  45. checking err.h presence... yes
  46. checking for err.h... yes
  47. checking errno.h usability... yes
  48. checking errno.h presence... yes
  49. checking for errno.h... yes
  50. checking fcntl.h usability... yes
  51. checking fcntl.h presence... yes
  52. checking for fcntl.h... yes
  53. checking fnmatch.h usability... yes
  54. checking fnmatch.h presence... yes
  55. checking for fnmatch.h... yes
  56. checking fts.h usability... yes
  57. checking fts.h presence... yes
  58. checking for fts.h... yes
  59. checking grp.h usability... yes
  60. checking grp.h presence... yes
  61. checking for grp.h... yes
  62. checking limits.h usability... yes
  63. checking limits.h presence... yes
  64. checking for limits.h... yes
  65. checking pwd.h usability... yes
  66. checking pwd.h presence... yes
  67. checking for pwd.h... yes
  68. checking signal.h usability... yes
  69. checking signal.h presence... yes
  70. checking for signal.h... yes
  71. checking stdarg.h usability... yes
  72. checking stdarg.h presence... yes
  73. checking for stdarg.h... yes
  74. checking stddef.h usability... yes
  75. checking stddef.h presence... yes
  76. checking for stddef.h... yes
  77. checking for stdint.h... (cached) yes
  78. checking stdio.h usability... yes
  79. checking stdio.h presence... yes
  80. checking for stdio.h... yes
  81. checking for stdlib.h... (cached) yes
  82. checking for string.h... (cached) yes
  83. checking time.h usability... yes
  84. checking time.h presence... yes
  85. checking for time.h... yes
  86. checking for unistd.h... (cached) yes
  87. checking sys/cdefs.h usability... yes
  88. checking sys/cdefs.h presence... yes
  89. checking for sys/cdefs.h... yes
  90. checking sys/param.h usability... yes
  91. checking sys/param.h presence... yes
  92. checking for sys/param.h... yes
  93. checking sys/queue.h usability... yes
  94. checking sys/queue.h presence... yes
  95. checking for sys/queue.h... yes
  96. checking for sys/stat.h... (cached) yes
  97. checking sys/time.h usability... yes
  98. checking sys/time.h presence... yes
  99. checking for sys/time.h... yes
  100. checking for sys/types.h... (cached) yes
  101. checking openssl/md5.h usability... yes
  102. checking openssl/md5.h presence... yes
  103. checking for openssl/md5.h... yes
  104. checking openssl/sha.h usability... yes
  105. checking openssl/sha.h presence... yes
  106. checking for openssl/sha.h... yes
  107. checking openssl/ripemd.h usability... yes
  108. checking openssl/ripemd.h presence... yes
  109. checking for openssl/ripemd.h... yes
  110. configure: creating ./config.status
  111. config.status: creating Makefile
  112. config.status: creating config.h
  113. config.status: config.h is unchanged
  114. config.status: executing depfiles commands
  115. Adems-MacBook:mtree-1.0 adem$ make
  116. make  all-am
  117. gcc -DHAVE_CONFIG_H -I.     -g -O3 -pipe -Wall -Waggregate-return -Wcast-align -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wredundant-decls -Wreturn-type -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings -Wshadow -Wstrict-prototypes -Wcast-qual  -MT compare.o -MD -MP -MF .deps/compare.Tpo -c -o compare.o compare.c
  118. In file included from compare.c:62:
  119. vis.h:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘size_t’
  120. In file included from compare.c:65:
  121. extern.h:52: warning: redundant redeclaration of ‘compare’
  122. extern.h:40: warning: previous declaration of ‘compare’ was here
  123. extern.h:59: warning: redundant redeclaration of ‘getmode’
  124. /usr/include/unistd.h:700: warning: previous declaration of ‘getmode’ was here
  125. extern.h:60: warning: redundant redeclaration of ‘setmode’
  126. /usr/include/unistd.h:736: warning: previous declaration of ‘setmode’ was here
  127. compare.c: In function ‘compare’:
  128. compare.c:186: error: ‘struct stat’ has no member named ‘st_mtim’
  129. compare.c:187: error: ‘struct stat’ has no member named ‘st_mtim’
  130. compare.c:192: error: ‘struct stat’ has no member named ‘st_mtim’
  131. make[1]: *** [compare.o] Error 1
  132. make: *** [all] Error 2
  133. Adems-MacBook:mtree-1.0 adem$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement