Advertisement
AMDphreak

mingw32-make -f Makefile.bin

Sep 17th, 2018
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 8.60 KB | None | 0 0
  1. >mingw32-make -f Makefile.win
  2. g++ -Wall -g -O2  -D__WIN32 -Isrc -Itre-0.7.5-win32/lib -Ipthreads-win32 -D__WIN32 -Isrc -Itre-0.7.5-win32/lib -Ipthreads-win32 -c src/helpers.cpp src/syncqueue.cpp src/files.cpp src/scalpel.cpp src/dig.cpp src/prioque.cpp src/base_name.cpp src/input_reader.cpp -liberty -L. -Ltre-0.7.5-win32/lib -L pthreads-win32 -lpthreadGC2 -ltre-4
  3. src/helpers.cpp:531:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  4.                  "ERROR: Couldn't skip %"PRIu64 " bytes at the start of input file %s\n",
  5.                  ^
  6. src/helpers.cpp:546:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  7.              fprintf(stderr, "\nSkipped the first %"PRIu64 " bytes of %s...\n",
  8.                              ^
  9. In file included from src/scalpel.h:54:0,
  10.                  from src/helpers.cpp:23:
  11. pthreads-win32/pthread.h:307:8: error: redefinition of 'struct timespec'
  12.  struct timespec {
  13.         ^~~~~~~~
  14. In file included from src/scalpel.h:47:0,
  15.                  from src/helpers.cpp:23:
  16. c:\mingw\include\time.h:115:8: error: previous definition of 'struct timespec'
  17.  struct timespec
  18.         ^~~~~~~~
  19. In file included from src/syncqueue.h:29:0,
  20.                  from src/syncqueue.cpp:31:
  21. pthreads-win32/pthread.h:307:8: error: redefinition of 'struct timespec'
  22.  struct timespec {
  23.         ^~~~~~~~
  24. In file included from pthreads-win32/pthread.h:218:0,
  25.                  from src/syncqueue.h:29,
  26.                  from src/syncqueue.cpp:31:
  27. c:\mingw\include\time.h:115:8: error: previous definition of 'struct timespec'
  28.  struct timespec
  29.         ^~~~~~~~
  30. In file included from src/scalpel.h:54:0,
  31.                  from src/files.cpp:23:
  32. pthreads-win32/pthread.h:307:8: error: redefinition of 'struct timespec'
  33.  struct timespec {
  34.         ^~~~~~~~
  35. In file included from src/scalpel.h:47:0,
  36.                  from src/files.cpp:23:
  37. c:\mingw\include\time.h:115:8: error: previous definition of 'struct timespec'
  38.  struct timespec
  39.         ^~~~~~~~
  40. In file included from src/scalpel.h:54:0,
  41.                  from src/scalpel.cpp:23:
  42. pthreads-win32/pthread.h:307:8: error: redefinition of 'struct timespec'
  43.  struct timespec {
  44.         ^~~~~~~~
  45. In file included from src/scalpel.h:47:0,
  46.                  from src/scalpel.cpp:23:
  47. c:\mingw\include\time.h:115:8: error: previous definition of 'struct timespec'
  48.  struct timespec
  49.         ^~~~~~~~
  50. src/dig.cpp:381:35: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  51.          fprintf(state->auditFile, "\nSkipped the first %"PRIu64 "bytes of %s...\n",
  52.                                    ^
  53. src/dig.cpp:384:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  54.              fprintf(stdout, "\nSkipped the first %"PRIu64 "bytes of %s...\n",
  55.                              ^
  56. src/dig.cpp:621:33: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  57.                  fprintf(stdout, "A %s header was found at : %"PRIu64 "\n",
  58.                                  ^
  59. src/dig.cpp:650:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  60.                              "Memory reallocation performed, total header storage = %"PRIu64 "\n",
  61.                              ^
  62. src/dig.cpp:759:33: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  63.                  fprintf(stdout, "A %s footer was found at : %"PRIu64 "\n",
  64.                                  ^
  65. src/dig.cpp:787:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  66.                              "Memory reallocation performed, total footer storage = %"PRIu64 "\n",
  67.                              ^
  68. src/dig.cpp:994:33: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  69.                  fprintf(stdout, "Read %"PRIu64 " bytes from image file.\n", bytesread);
  70.                                  ^
  71. src/dig.cpp:1109:25: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  72.          fprintf(stdout, "Total file size is %"PRIu64 " bytes\n", filesize);
  73.                          ^
  74. src/dig.cpp:1540:25: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  75.          fprintf(stdout, "\" --> %"PRIu64 " files\n", currentneedle->numfilestocarve);
  76.                          ^
  77. src/dig.cpp:1918:25: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  78.          fprintf(stdout, "# of blocks in coverage blockmap is %"PRIu64 ".\n",
  79.                          ^
  80. src/dig.cpp:1973:25: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  81.          fprintf(stdout, "# of blocks in coverage blockmap is %"PRIu64 ".\n",
  82.                          ^
  83. src/dig.cpp:2377:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  84.                  "Coverage map decreased current file position by %"PRIu64 " bytes.\n",
  85.                  ^
  86. src/dig.cpp:2402:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  87.                  "Issuing coverage map-based READ, wants %"PRIu64 " bytes.\n",
  88.                  ^
  89. src/dig.cpp:2428:25: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  90.                          "fread using coverage map to skip %"PRIu64 " bytes.\n", bytestoskip);
  91.                          ^
  92. src/dig.cpp:2453:25: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  93.                          "fread using coverage map found %"PRIu64 " consecutive bytes.\n",
  94.                          ^
  95. src/dig.cpp:2468:37: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  96.                      fprintf(stdout, "fread using coverage map read %"PRIu64 " bytes.\n",
  97.                                      ^
  98. src/dig.cpp:2882:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  99.              if(fprintf(dbfile, "%"PRIu64 "\n", currentneedle->offsets.numheaders)
  100.                                 ^
  101. src/dig.cpp:2896:30: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  102.                      (dbfile, "%"PRIu64 "\n",
  103.                               ^
  104. src/dig.cpp:2916:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  105.              if(fprintf(dbfile, "%"PRIu64 "\n", currentneedle->offsets.numfooters)
  106.                                 ^
  107. src/dig.cpp:2928:30: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  108.                      (dbfile, "%"PRIu64 "\n",
  109.                               ^
  110. In file included from src/scalpel.h:54:0,
  111.                  from src/dig.cpp:24:
  112. pthreads-win32/pthread.h:307:8: error: redefinition of 'struct timespec'
  113.  struct timespec {
  114.         ^~~~~~~~
  115. In file included from src/scalpel.h:47:0,
  116.                  from src/dig.cpp:24:
  117. c:\mingw\include\time.h:115:8: error: previous definition of 'struct timespec'
  118.  struct timespec
  119.         ^~~~~~~~
  120. In file included from src/prioque.h:47:0,
  121.                  from src/prioque.cpp:40:
  122. pthreads-win32/pthread.h:307:8: error: redefinition of 'struct timespec'
  123.  struct timespec {
  124.         ^~~~~~~~
  125. In file included from pthreads-win32/pthread.h:218:0,
  126.                  from src/prioque.h:47,
  127.                  from src/prioque.cpp:40:
  128. c:\mingw\include\time.h:115:8: error: previous definition of 'struct timespec'
  129.  struct timespec
  130.         ^~~~~~~~
  131. In file included from src/scalpel.h:54:0,
  132.                  from src/input_reader.cpp:24:
  133. pthreads-win32/pthread.h:307:8: error: redefinition of 'struct timespec'
  134.  struct timespec {
  135.         ^~~~~~~~
  136. In file included from src/scalpel.h:47:0,
  137.                  from src/input_reader.cpp:24:
  138. c:\mingw\include\time.h:115:8: error: previous definition of 'struct timespec'
  139.  struct timespec
  140.         ^~~~~~~~
  141. Makefile.win:50: recipe for target 'libwin32_static' failed
  142. mingw32-make: *** [libwin32_static] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement