Advertisement
Guest User

libzip build errors

a guest
Aug 20th, 2015
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 39.07 KB | None | 0 0
  1. "C:\Program Files (x86)\JetBrains\CLion 1.1\bin\cmake\bin\cmake.exe" --build C:\Users\username\.clion11\system\cmake\generated\3644de42\3644de42\Debug --target all -- -j 8
  2. Scanning dependencies of target zip
  3. [  1%] Building C object lib/CMakeFiles/zip.dir/zip_add.c.obj
  4. [  2%] Building C object lib/CMakeFiles/zip.dir/zip_add_dir.c.obj
  5. [  3%] Building C object lib/CMakeFiles/zip.dir/zip_add_entry.c.obj
  6. [  4%] Building C object lib/CMakeFiles/zip.dir/zip_buffer.c.obj
  7. [  4%] Building C object lib/CMakeFiles/zip.dir/zip_close.c.obj
  8. [  5%] Building C object lib/CMakeFiles/zip.dir/zip_delete.c.obj
  9. [  6%] Building C object lib/CMakeFiles/zip.dir/zip_dir_add.c.obj
  10. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_add.c:36:0:
  11. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  12.  #define fileno  _fileno
  13.  ^
  14. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_add_dir.c:36:0:
  15. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  16.  #define fileno  _fileno
  17.  ^
  18. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  19.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  20.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_add.c:36:
  21. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  22.  #define fileno(__F) ((__F)->_file)
  23.  ^
  24. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  25.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  26.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_add_dir.c:36:
  27. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  28.  #define fileno(__F) ((__F)->_file)
  29.  ^
  30. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_add_entry.c:37:0:
  31. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  32.  #define fileno  _fileno
  33.  ^
  34. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  35.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  36.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_add_entry.c:37:
  37. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  38.  #define fileno(__F) ((__F)->_file)
  39.  ^
  40. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_buffer.c:37:0:
  41. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  42.  #define fileno  _fileno
  43.  ^
  44. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  45.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  46.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_buffer.c:37:
  47. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  48.  #define fileno(__F) ((__F)->_file)
  49.  ^
  50. [  7%] Building C object lib/CMakeFiles/zip.dir/zip_dirent.c.obj
  51. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_close.c:35:0:
  52. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  53.  #define fileno  _fileno
  54.  ^
  55. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  56.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  57.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_close.c:35:
  58. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  59.  #define fileno(__F) ((__F)->_file)
  60.  ^
  61. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_delete.c:35:0:
  62. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  63.  #define fileno  _fileno
  64.  ^
  65. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  66.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  67.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_delete.c:35:
  68. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  69.  #define fileno(__F) ((__F)->_file)
  70.  ^
  71. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_dir_add.c:38:0:
  72. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  73.  #define fileno  _fileno
  74.  ^
  75. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  76.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  77.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_dir_add.c:38:
  78. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  79.  #define fileno(__F) ((__F)->_file)
  80.  ^
  81. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_dirent.c:42:0:
  82. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  83.  #define fileno  _fileno
  84.  ^
  85. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_dirent.c:35:0:
  86. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  87.  #define fileno(__F) ((__F)->_file)
  88.  ^
  89. [  8%] Building C object lib/CMakeFiles/zip.dir/zip_discard.c.obj
  90. [  8%] Building C object lib/CMakeFiles/zip.dir/zip_entry.c.obj
  91. [  9%] Building C object lib/CMakeFiles/zip.dir/zip_err_str.c.obj
  92. [ 10%] Building C object lib/CMakeFiles/zip.dir/zip_error.c.obj
  93. [ 11%] Building C object lib/CMakeFiles/zip.dir/zip_error_clear.c.obj
  94. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_discard.c:37:0:
  95. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  96.  #define fileno  _fileno
  97.  ^
  98. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  99.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  100.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_discard.c:37:
  101. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  102.  #define fileno(__F) ((__F)->_file)
  103.  ^
  104. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_entry.c:35:0:
  105. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  106.  #define fileno  _fileno
  107.  ^
  108. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  109.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  110.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_entry.c:35:
  111. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  112.  #define fileno(__F) ((__F)->_file)
  113.  ^
  114. [ 12%] Building C object lib/CMakeFiles/zip.dir/zip_error_get.c.obj
  115. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_err_str.c:6:0:
  116. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  117.  #define fileno  _fileno
  118.  ^
  119. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  120.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  121.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_err_str.c:6:
  122. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  123.  #define fileno(__F) ((__F)->_file)
  124.  ^
  125. [ 13%] Building C object lib/CMakeFiles/zip.dir/zip_error_get_sys_type.c.obj
  126. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error.c:37:0:
  127. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  128.  #define fileno  _fileno
  129.  ^
  130. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  131.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  132.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error.c:37:
  133. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  134.  #define fileno(__F) ((__F)->_file)
  135.  ^
  136. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error_clear.c:35:0:
  137. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  138.  #define fileno  _fileno
  139.  ^
  140. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  141.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  142.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error_clear.c:35:
  143. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  144.  #define fileno(__F) ((__F)->_file)
  145.  ^
  146. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error_get.c:36:0:
  147. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  148.  #define fileno  _fileno
  149.  ^
  150. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  151.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  152.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error_get.c:36:
  153. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  154.  #define fileno(__F) ((__F)->_file)
  155.  ^
  156. [ 13%] Building C object lib/CMakeFiles/zip.dir/zip_error_strerror.c.obj
  157. [ 15%] Building C object lib/CMakeFiles/zip.dir/zip_error_to_str.c.obj
  158. [ 15%] Building C object lib/CMakeFiles/zip.dir/zip_extra_field.c.obj
  159. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error_get_sys_type.c:35:0:
  160. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  161.  #define fileno  _fileno
  162.  ^
  163. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  164.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  165.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error_get_sys_type.c:35:
  166. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  167.  #define fileno(__F) ((__F)->_file)
  168.  ^
  169. [ 16%] Building C object lib/CMakeFiles/zip.dir/zip_extra_field_api.c.obj
  170. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error_strerror.c:40:0:
  171. [ 17%] C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  172.  #define fileno  _fileno
  173. Building C object lib/CMakeFiles/zip.dir/zip_fclose.c.obj ^
  174.  
  175. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error_strerror.c:36:0:
  176. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  177.  #define fileno(__F) ((__F)->_file)
  178.  ^
  179. [ 17%] Building C object lib/CMakeFiles/zip.dir/zip_fdopen.c.obj
  180. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error_to_str.c:41:0:
  181. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  182.  #define fileno  _fileno
  183.  ^
  184. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_error_to_str.c:36:0:
  185. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  186.  #define fileno(__F) ((__F)->_file)
  187.  ^
  188. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_extra_field.c:35:0:
  189. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  190.  #define fileno  _fileno
  191.  ^
  192. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  193.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  194.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_extra_field.c:35:
  195. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  196.  #define fileno(__F) ((__F)->_file)
  197.  ^
  198. [ 18%] Building C object lib/CMakeFiles/zip.dir/zip_file_add.c.obj
  199. [ 19%] Building C object lib/CMakeFiles/zip.dir/zip_file_error_clear.c.obj
  200. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_extra_field_api.c:35:0:
  201. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  202.  #define fileno  _fileno
  203.  ^
  204. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  205.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  206.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_extra_field_api.c:35:
  207. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  208.  #define fileno(__F) ((__F)->_file)
  209.  ^
  210. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fclose.c:37:0:
  211. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  212.  #define fileno  _fileno
  213.  ^
  214. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  215.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  216.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fclose.c:37:
  217. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  218.  #define fileno(__F) ((__F)->_file)
  219.  ^
  220. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fdopen.c:35:0:
  221. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  222.  #define fileno  _fileno
  223.  ^
  224. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  225.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  226.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fdopen.c:35:
  227. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  228.  #define fileno(__F) ((__F)->_file)
  229.  ^
  230. [ 20%] Building C object lib/CMakeFiles/zip.dir/zip_file_error_get.c.obj
  231. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_add.c:35:0:
  232. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  233.  #define fileno  _fileno
  234.  ^
  235. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  236.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  237.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_add.c:35:
  238. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  239.  #define fileno(__F) ((__F)->_file)
  240.  ^
  241. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_error_clear.c:35:0:
  242. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  243.  #define fileno  _fileno
  244.  ^
  245. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  246.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  247.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_error_clear.c:35:
  248. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  249.  #define fileno(__F) ((__F)->_file)
  250.  ^
  251. [ 21%] Building C object lib/CMakeFiles/zip.dir/zip_file_get_comment.c.obj
  252. [ 21%] Building C object lib/CMakeFiles/zip.dir/zip_file_get_external_attributes.c.obj
  253. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_error_get.c:35:0:
  254. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  255.  #define fileno  _fileno
  256.  ^
  257. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  258.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  259.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_error_get.c:35:
  260. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  261.  #define fileno(__F) ((__F)->_file)
  262.  ^
  263. [ 22%] Building C object lib/CMakeFiles/zip.dir/zip_file_get_offset.c.obj
  264. [ 23%] Building C object lib/CMakeFiles/zip.dir/zip_file_rename.c.obj
  265. [ 24%] Building C object lib/CMakeFiles/zip.dir/zip_file_replace.c.obj
  266. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_get_comment.c:35:0:
  267. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  268.  #define fileno  _fileno
  269.  ^
  270. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  271.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  272.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_get_comment.c:35:
  273. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  274.  #define fileno(__F) ((__F)->_file)
  275.  ^
  276. [ 25%] Building C object lib/CMakeFiles/zip.dir/zip_file_set_comment.c.obj
  277. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_get_external_attributes.c:34:0:
  278. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  279.  #define fileno  _fileno
  280.  ^
  281. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  282.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  283.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_get_external_attributes.c:34:
  284. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  285.  #define fileno(__F) ((__F)->_file)
  286.  ^
  287. [ 25%] Building C object lib/CMakeFiles/zip.dir/zip_file_set_external_attributes.c.obj
  288. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_get_offset.c:42:0:
  289. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  290.  #define fileno  _fileno
  291.  ^
  292. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_get_offset.c:35:0:
  293. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  294.  #define fileno(__F) ((__F)->_file)
  295.  ^
  296. [ 26%] Building C object lib/CMakeFiles/zip.dir/zip_file_set_mtime.c.obj
  297. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_rename.c:37:0:
  298. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  299.  #define fileno  _fileno
  300.  ^
  301. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  302.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  303.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_rename.c:37:
  304. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  305.  #define fileno(__F) ((__F)->_file)
  306.  ^
  307. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_replace.c:35:0:
  308. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  309.  #define fileno  _fileno
  310.  ^
  311. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  312.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  313.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_replace.c:35:
  314. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  315.  #define fileno(__F) ((__F)->_file)
  316.  ^
  317. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_set_comment.c:37:0:
  318. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  319.  #define fileno  _fileno
  320.  ^
  321. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  322.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  323.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_set_comment.c:37:
  324. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  325.  #define fileno(__F) ((__F)->_file)
  326.  ^
  327. [ 27%] Building C object lib/CMakeFiles/zip.dir/zip_file_strerror.c.obj
  328. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_set_external_attributes.c:34:0:
  329. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  330.  #define fileno  _fileno
  331.  ^
  332. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  333.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  334.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_set_external_attributes.c:34:
  335. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  336.  #define fileno(__F) ((__F)->_file)
  337.  ^
  338. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_set_mtime.c:34:0:
  339. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  340.  #define fileno  _fileno
  341.  ^
  342. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  343.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  344.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_set_mtime.c:34:
  345. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  346.  #define fileno(__F) ((__F)->_file)
  347.  ^
  348. [ 28%] Building C object lib/CMakeFiles/zip.dir/zip_filerange_crc.c.obj
  349. [ 29%] Building C object lib/CMakeFiles/zip.dir/zip_fopen.c.obj
  350. [ 29%] Building C object lib/CMakeFiles/zip.dir/zip_fopen_encrypted.c.obj
  351. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_strerror.c:35:0:
  352. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  353.  #define fileno  _fileno
  354.  ^
  355. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  356.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  357.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_file_strerror.c:35:
  358. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  359.  #define fileno(__F) ((__F)->_file)
  360.  ^
  361. [ 30%] Building C object lib/CMakeFiles/zip.dir/zip_fopen_index.c.obj
  362. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_filerange_crc.c:38:0:
  363. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  364.  #define fileno  _fileno
  365.  ^
  366. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_filerange_crc.c:35:0:
  367. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  368.  #define fileno(__F) ((__F)->_file)
  369.  ^
  370. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fopen.c:35:0:
  371. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  372.  #define fileno  _fileno
  373.  ^
  374. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  375.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  376.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fopen.c:35:
  377. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  378.  #define fileno(__F) ((__F)->_file)
  379.  ^
  380. [ 31%] Building C object lib/CMakeFiles/zip.dir/zip_fopen_index_encrypted.c.obj
  381. [ 32%] Building C object lib/CMakeFiles/zip.dir/zip_fread.c.obj
  382. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fopen_encrypted.c:35:0:
  383. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  384.  #define fileno  _fileno
  385.  ^
  386. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  387.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  388.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fopen_encrypted.c:35:
  389. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  390.  #define fileno(__F) ((__F)->_file)
  391.  ^
  392. [ 33%] Building C object lib/CMakeFiles/zip.dir/zip_get_archive_comment.c.obj
  393. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fopen_index.c:39:0:
  394. [ 33%] C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  395.  #define fileno  _fileno
  396. Building C object lib/CMakeFiles/zip.dir/zip_get_archive_flag.c.obj ^
  397.  
  398. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fopen_index.c:36:0:
  399. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  400.  #define fileno(__F) ((__F)->_file)
  401.  ^
  402. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fread.c:35:0:
  403. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  404.  #define fileno  _fileno
  405.  ^
  406. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  407.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  408.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fread.c:35:
  409. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  410.  #define fileno(__F) ((__F)->_file)
  411.  ^
  412. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fopen_index_encrypted.c:39:0:
  413. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  414.  #define fileno  _fileno
  415.  ^
  416. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_fopen_index_encrypted.c:36:0:
  417. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  418.  #define fileno(__F) ((__F)->_file)
  419.  ^
  420. [ 34%] Building C object lib/CMakeFiles/zip.dir/zip_get_compression_implementation.c.obj
  421. [ 35%] Building C object lib/CMakeFiles/zip.dir/zip_get_file_comment.c.obj
  422. [ 36%] Building C object lib/CMakeFiles/zip.dir/zip_get_encryption_implementation.c.obj
  423. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_archive_comment.c:37:0:
  424. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  425.  #define fileno  _fileno
  426.  ^
  427. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  428.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  429.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_archive_comment.c:37:
  430. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  431.  #define fileno(__F) ((__F)->_file)
  432.  ^
  433. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_archive_flag.c:35:0:
  434. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  435.  #define fileno  _fileno
  436.  ^
  437. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  438.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  439.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_archive_flag.c:35:
  440. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  441.  #define fileno(__F) ((__F)->_file)
  442.  ^
  443. [ 37%] Building C object lib/CMakeFiles/zip.dir/zip_get_name.c.obj
  444. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_encryption_implementation.c:35:0:
  445. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  446.  #define fileno  _fileno
  447.  ^
  448. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  449.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  450.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_encryption_implementation.c:35:
  451. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  452.  #define fileno(__F) ((__F)->_file)
  453.  ^
  454. [ 38%] Building C object lib/CMakeFiles/zip.dir/zip_get_num_entries.c.obj
  455. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_file_comment.c:36:0:
  456. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  457.  #define fileno  _fileno
  458.  ^
  459. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  460.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  461.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_file_comment.c:36:
  462. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  463.  #define fileno(__F) ((__F)->_file)
  464.  ^
  465. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_compression_implementation.c:35:0:
  466. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  467.  #define fileno  _fileno
  468.  ^
  469. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  470.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  471.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_compression_implementation.c:35:
  472. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  473.  #define fileno(__F) ((__F)->_file)
  474.  ^
  475. [ 38%] Building C object lib/CMakeFiles/zip.dir/zip_get_num_files.c.obj
  476. [ 39%] Building C object lib/CMakeFiles/zip.dir/zip_io_util.c.obj
  477. [ 40%] Building C object lib/CMakeFiles/zip.dir/zip_memdup.c.obj
  478. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_name.c:37:0:
  479. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  480.  #define fileno  _fileno
  481.  ^
  482. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  483.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  484.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_name.c:37:
  485. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  486.  #define fileno(__F) ((__F)->_file)
  487.  ^
  488. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_num_entries.c:35:0:
  489. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  490.  #define fileno  _fileno
  491.  ^
  492. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  493.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  494.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_num_entries.c:35:
  495. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  496.  #define fileno(__F) ((__F)->_file)
  497.  ^
  498. [ 41%] Building C object lib/CMakeFiles/zip.dir/zip_name_locate.c.obj
  499. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_num_files.c:36:0:
  500. [ 42%] C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  501.  #define fileno  _fileno
  502. Building C object lib/CMakeFiles/zip.dir/zip_new.c.obj ^
  503.  
  504. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  505. [ 42%]                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  506. Building C object lib/CMakeFiles/zip.dir/zip_open.c.obj                 from C:\Users\username\Projects\libzip-1.0.1\lib\zip_get_num_files.c:36:
  507.  
  508. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  509.  #define fileno(__F) ((__F)->_file)
  510.  ^
  511. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_io_util.c:38:0:
  512. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  513.  #define fileno  _fileno
  514.  ^
  515. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  516.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  517.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_io_util.c:38:
  518. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  519.  #define fileno(__F) ((__F)->_file)
  520.  ^
  521. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_memdup.c:37:0:
  522. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  523.  #define fileno  _fileno
  524.  ^
  525. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  526.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  527.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_memdup.c:37:
  528. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  529.  #define fileno(__F) ((__F)->_file)
  530.  ^
  531. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_name_locate.c:40:0:
  532. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  533.  #define fileno  _fileno
  534.  ^
  535. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  536.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  537.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_name_locate.c:40:
  538. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  539.  #define fileno(__F) ((__F)->_file)
  540.  ^
  541. [ 43%] Building C object lib/CMakeFiles/zip.dir/zip_rename.c.obj
  542. [ 44%] Building C object lib/CMakeFiles/zip.dir/zip_replace.c.obj
  543. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_new.c:37:0:
  544. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  545.  #define fileno  _fileno
  546.  ^
  547. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  548.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  549.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_new.c:37:
  550. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  551.  #define fileno(__F) ((__F)->_file)
  552.  ^
  553. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_open.c:42:0:
  554. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  555.  #define fileno  _fileno
  556.  ^
  557. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_open.c:38:0:
  558. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  559.  #define fileno(__F) ((__F)->_file)
  560.  ^
  561. C:\Users\username\Projects\libzip-1.0.1\lib\zip_open.c: In function '_zip_open':
  562. C:\Users\username\Projects\libzip-1.0.1\lib\zip_open.c:195:36: error: 'EOPNOTSUPP' undeclared (first use in this function)
  563.   zip_error_set(error, ZIP_ER_SEEK, EOPNOTSUPP);
  564.                                     ^
  565. C:\Users\username\Projects\libzip-1.0.1\lib\zip_open.c:195:36: note: each undeclared identifier is reported only once for each function it appears in
  566. [ 45%] Building C object lib/CMakeFiles/zip.dir/zip_set_archive_comment.c.obj
  567. [ 46%] Building C object lib/CMakeFiles/zip.dir/zip_set_archive_flag.c.obj
  568. [ 46%] Building C object lib/CMakeFiles/zip.dir/zip_set_default_password.c.obj
  569. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_rename.c:38:0:
  570. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  571.  #define fileno  _fileno
  572.  ^
  573. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  574.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  575.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_rename.c:38:
  576. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  577.  #define fileno(__F) ((__F)->_file)
  578.  ^
  579. mingw32-make.exe[2]: *** [lib/CMakeFiles/zip.dir/zip_open.c.obj] Error 1
  580. mingw32-make.exe[2]: *** Waiting for unfinished jobs....
  581. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_replace.c:36:0:
  582. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  583.  #define fileno  _fileno
  584.  ^
  585. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  586.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  587.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_replace.c:36:
  588. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  589.  #define fileno(__F) ((__F)->_file)
  590.  ^
  591. lib\CMakeFiles\zip.dir\build.make:1337: recipe for target 'lib/CMakeFiles/zip.dir/zip_open.c.obj' failed
  592. [ 47%] Building C object lib/CMakeFiles/zip.dir/zip_set_file_comment.c.obj
  593. [ 48%] Building C object lib/CMakeFiles/zip.dir/zip_set_file_compression.c.obj
  594. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_set_archive_comment.c:37:0:
  595. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  596.  #define fileno  _fileno
  597.  ^
  598. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  599.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  600.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_set_archive_comment.c:37:
  601. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  602.  #define fileno(__F) ((__F)->_file)
  603.  ^
  604. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_set_archive_flag.c:35:0:
  605. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  606.  #define fileno  _fileno
  607.  ^
  608. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  609.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  610.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_set_archive_flag.c:35:
  611. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  612.  #define fileno(__F) ((__F)->_file)
  613.  ^
  614. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_set_default_password.c:38:0:
  615. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  616.  #define fileno  _fileno
  617.  ^
  618. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  619.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  620.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_set_default_password.c:38:
  621. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  622.  #define fileno(__F) ((__F)->_file)
  623.  ^
  624. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_set_file_comment.c:38:0:
  625. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  626.  #define fileno  _fileno
  627.  ^
  628. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  629.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  630.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_set_file_comment.c:38:
  631. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  632.  #define fileno(__F) ((__F)->_file)
  633.  ^
  634. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip_set_file_compression.c:35:0:
  635. C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:78:0: warning: "fileno" redefined [enabled by default]
  636.  #define fileno  _fileno
  637.  ^
  638. In file included from C:\Users\username\Projects\libzip-1.0.1\lib\zip.h:62:0,
  639.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zipint.h:56,
  640.                  from C:\Users\username\Projects\libzip-1.0.1\lib\zip_set_file_compression.c:35:
  641. c:\mingw\include\stdio.h:530:0: note: this is the location of the previous definition
  642.  #define fileno(__F) ((__F)->_file)
  643.  ^
  644. CMakeFiles\Makefile2:84: recipe for target 'lib/CMakeFiles/zip.dir/all' failed
  645. Makefile:126: recipe for target 'all' failed
  646. mingw32-make.exe[1]: *** [lib/CMakeFiles/zip.dir/all] Error 2
  647. mingw32-make.exe: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement