Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. $ make
  2. make all-recursive
  3. make[1]: Entering directory `/c/Users/grr-build/Documents/src/file/5.03/file-5.03-src'
  4. Making all in src
  5. make[2]: Entering directory `/c/Users/grr-build/Documents/src/file/5.03/file-5.03-src/src'
  6. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DMAGIC='"/opt/windows_64//share/misc/magic"' -DENABLE_RELOCATABLE -DINSTALLPREFIX=\"/opt/windows_64/\" -DINSTALLDIR=\"/opt/w
  7. indows_64//bin\" -DEXEEXT=\".exe\" -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wsign-compare -Wreturn-type -
  8. Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter -g -O2 -MT magic.lo -MD -MP -MF .deps/magic.Tpo -c -o magic.lo magic.c
  9. gcc -DHAVE_CONFIG_H -I. -I.. -DMAGIC=\"/opt/windows_64//share/misc/magic\" -DENABLE_RELOCATABLE -DINSTALLPREFIX=\"/opt/windows_64/\" -DINSTALLDIR=\"/opt/windows_64//bin\" -DEXEEXT=\".exe\" -Wall -Wst
  10. rict-prototypes -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wsign-compare -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wunus
  11. ed-parameter -g -O2 -MT magic.lo -MD -MP -MF .deps/magic.Tpo -c magic.c -DDLL_EXPORT -DPIC -o .libs/magic.o
  12. In file included from file.h:63:0,
  13. from magic.c:28:
  14. file-nonposix.h:11:0: warning: "_stat" redefined [enabled by default]
  15. #define _stat _stati64
  16. ^
  17. In file included from c:\mingw\msys\1.0\opt\windows_64\x86_64-w64-mingw32\include\sys\stat.h:58:0,
  18. from file.h:53,
  19. from magic.c:28:
  20. c:\mingw\msys\1.0\opt\windows_64\x86_64-w64-mingw32\include\_mingw_stat64.h:13:0: note: this is the location of the previous definition
  21. #define _stat _stat64i32
  22. ^
  23. In file included from file.h:63:0,
  24. from magic.c:28:
  25. file-nonposix.h:12:0: warning: "stat" redefined [enabled by default]
  26. #define stat _stati64
  27. ^
  28. In file included from file.h:53:0,
  29. from magic.c:28:
  30. c:\mingw\msys\1.0\opt\windows_64\x86_64-w64-mingw32\include\sys\stat.h:258:0: note: this is the location of the previous definition
  31. #define stat _stat64
  32. ^
  33. In file included from file.h:63:0,
  34. from magic.c:28:
  35. file-nonposix.h:13:0: warning: "_fstat" redefined [enabled by default]
  36. #define _fstat _fstati64
  37. ^
  38. In file included from c:\mingw\msys\1.0\opt\windows_64\x86_64-w64-mingw32\include\sys\stat.h:58:0,
  39. from file.h:53,
  40. from magic.c:28:
  41. c:\mingw\msys\1.0\opt\windows_64\x86_64-w64-mingw32\include\_mingw_stat64.h:11:0: note: this is the location of the previous definition
  42. #define _fstat _fstat64i32
  43. ^
  44. In file included from file.h:63:0,
  45. from magic.c:28:
  46. file-nonposix.h:14:0: warning: "fstat" redefined [enabled by default]
  47. #define fstat _fstati64
  48. ^
  49. In file included from file.h:53:0,
  50. from magic.c:28:
  51. c:\mingw\msys\1.0\opt\windows_64\x86_64-w64-mingw32\include\sys\stat.h:259:0: note: this is the location of the previous definition
  52. #define fstat _fstat64
  53. ^
  54. In file included from file.h:63:0,
  55. from magic.c:28:
  56. file-nonposix.h:17:0: warning: "lseek" redefined [enabled by default]
  57. #define lseek _lseeki64
  58. ^
  59. In file included from c:\mingw\msys\1.0\opt\windows_64\x86_64-w64-mingw32\include\fcntl.h:8:0,
  60. from file.h:42,
  61. from magic.c:28:
  62. c:\mingw\msys\1.0\opt\windows_64\x86_64-w64-mingw32\include\io.h:335:0: note: this is the location of the previous definition
  63. #define lseek lseek64
  64. ^
  65. In file included from file.h:63:0,
  66. from magic.c:28:
  67. file-nonposix.h:19:8: error: redefinition of 'struct timespec'
  68. struct timespec
  69. ^
  70. In file included from ../regex.h:25:0,
  71. from file.h:49,
  72. from magic.c:28:
  73. c:\mingw\msys\1.0\opt\windows_64\x86_64-w64-mingw32\include\sys\types.h:89:8: note: originally defined here
  74. struct timespec {
  75. ^
  76. magic.c:90:1: warning: 'magic_open' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  77. magic_open(int flags)
  78. ^
  79. magic.c:158:1: warning: 'magic_close' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  80. magic_close(struct magic_set *ms)
  81. ^
  82. magic.c:171:1: warning: 'magic_load' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  83. magic_load(struct magic_set *ms, const char *magicfile)
  84. ^
  85. magic.c:183:1: warning: 'magic_compile' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  86. magic_compile(struct magic_set *ms, const char *magicfile)
  87. ^
  88. magic.c:191:1: warning: 'magic_check' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  89. magic_check(struct magic_set *ms, const char *magicfile)
  90. ^
  91. magic.c:237:1: warning: 'magic_descriptor' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  92. magic_descriptor(struct magic_set *ms, int fd)
  93. ^
  94. magic.c:246:1: warning: 'magic_file' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  95. magic_file(struct magic_set *ms, const char *inname)
  96. ^
  97. magic.c:348:1: warning: 'magic_buffer' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  98. magic_buffer(struct magic_set *ms, const void *buf, size_t nb)
  99. ^
  100. magic.c:364:1: warning: 'magic_error' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  101. magic_error(struct magic_set *ms)
  102. ^
  103. magic.c:370:1: warning: 'magic_errno' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  104. magic_errno(struct magic_set *ms)
  105. ^
  106. magic.c:376:1: warning: 'magic_setflags' redeclared without dllimport attribute after being referenced with dll linkage [enabled by default]
  107. magic_setflags(struct magic_set *ms, int flags)
  108. ^
  109. make[2]: *** [magic.lo] Error 1
  110. make[2]: Leaving directory `/c/Users/grr-build/Documents/src/file/5.03/file-5.03-src/src'
  111. make[1]: *** [all-recursive] Error 1
  112. make[1]: Leaving directory `/c/Users/grr-build/Documents/src/file/5.03/file-5.03-src'
  113. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement