Guest User

Untitled

a guest
Dec 4th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 418.23 KB | None | 0 0
  1. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  3. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  5. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  6. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  7. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  8. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  9. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  10. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  11. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  12. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  13. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  14. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  15. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  16. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  17. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  18. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  19. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  20. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  21. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  22. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  23. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  24. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  25. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  26. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  27. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  28. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  29. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  30. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  31. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  32. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  33. Please choose the Technical Support command on the Visual C++
  34. Help menu, or open the Technical Support help file for more information
  35. check_cc -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
  36. BEGIN ./ffconf.kCCDVEEh.c
  37. 1 #include <time.h>
  38. 2 void *v = localtime_r;
  39. END ./ffconf.kCCDVEEh.c
  40. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  41. ffconf.kCCDVEEh.c
  42. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  43. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  44. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  45. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  46. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  47. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  48. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  49. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  50. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  51. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  52. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  53. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  54. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  55. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  56. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  57. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  58. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  59. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  60. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  61. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  62. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  63. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  64. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  65. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  66. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  67. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  68. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  69. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  70. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  71. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  72. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  73. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  74. Please choose the Technical Support command on the Visual C++
  75. Help menu, or open the Technical Support help file for more information
  76. check_host_cpp_condition features.h defined __UCLIBC__
  77. check_host_cpp
  78. BEGIN ./ffconf.kCCDVEEh.c
  79. 1 #include <features.h>
  80. 2 #if !(defined __UCLIBC__)
  81. 3 #error "unsatisfied condition: defined __UCLIBC__"
  82. 4 #endif
  83. END ./ffconf.kCCDVEEh.c
  84. cl -D_ISOC99_SOURCE -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  85. cl : Command line warning D9002 : ignoring unknown option '-O3'
  86. ffconf.kCCDVEEh.c
  87. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'features.h': No such file or directory
  88. check_host_cpp_condition features.h defined __GLIBC__
  89. check_host_cpp
  90. BEGIN ./ffconf.kCCDVEEh.c
  91. 1 #include <features.h>
  92. 2 #if !(defined __GLIBC__)
  93. 3 #error "unsatisfied condition: defined __GLIBC__"
  94. 4 #endif
  95. END ./ffconf.kCCDVEEh.c
  96. cl -D_ISOC99_SOURCE -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  97. cl : Command line warning D9002 : ignoring unknown option '-O3'
  98. ffconf.kCCDVEEh.c
  99. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'features.h': No such file or directory
  100. check_host_cpp_condition newlib.h defined _NEWLIB_VERSION
  101. check_host_cpp
  102. BEGIN ./ffconf.kCCDVEEh.c
  103. 1 #include <newlib.h>
  104. 2 #if !(defined _NEWLIB_VERSION)
  105. 3 #error "unsatisfied condition: defined _NEWLIB_VERSION"
  106. 4 #endif
  107. END ./ffconf.kCCDVEEh.c
  108. cl -D_ISOC99_SOURCE -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  109. cl : Command line warning D9002 : ignoring unknown option '-O3'
  110. ffconf.kCCDVEEh.c
  111. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'newlib.h': No such file or directory
  112. check_host_cpp_condition _mingw.h defined __MINGW64_VERSION_MAJOR
  113. check_host_cpp
  114. BEGIN ./ffconf.kCCDVEEh.c
  115. 1 #include <_mingw.h>
  116. 2 #if !(defined __MINGW64_VERSION_MAJOR)
  117. 3 #error "unsatisfied condition: defined __MINGW64_VERSION_MAJOR"
  118. 4 #endif
  119. END ./ffconf.kCCDVEEh.c
  120. cl -D_ISOC99_SOURCE -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  121. cl : Command line warning D9002 : ignoring unknown option '-O3'
  122. ffconf.kCCDVEEh.c
  123. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory
  124. check_host_cpp_condition _mingw.h defined __MINGW_VERSION
  125. check_host_cpp
  126. BEGIN ./ffconf.kCCDVEEh.c
  127. 1 #include <_mingw.h>
  128. 2 #if !(defined __MINGW_VERSION)
  129. 3 #error "unsatisfied condition: defined __MINGW_VERSION"
  130. 4 #endif
  131. END ./ffconf.kCCDVEEh.c
  132. cl -D_ISOC99_SOURCE -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  133. cl : Command line warning D9002 : ignoring unknown option '-O3'
  134. ffconf.kCCDVEEh.c
  135. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory
  136. check_host_cpp_condition _mingw.h defined __MINGW32_VERSION
  137. check_host_cpp
  138. BEGIN ./ffconf.kCCDVEEh.c
  139. 1 #include <_mingw.h>
  140. 2 #if !(defined __MINGW32_VERSION)
  141. 3 #error "unsatisfied condition: defined __MINGW32_VERSION"
  142. 4 #endif
  143. END ./ffconf.kCCDVEEh.c
  144. cl -D_ISOC99_SOURCE -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  145. cl : Command line warning D9002 : ignoring unknown option '-O3'
  146. ffconf.kCCDVEEh.c
  147. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: '_mingw.h': No such file or directory
  148. check_host_cpp_condition crtversion.h defined _VC_CRT_MAJOR_VERSION
  149. check_host_cpp
  150. BEGIN ./ffconf.kCCDVEEh.c
  151. 1 #include <crtversion.h>
  152. 2 #if !(defined _VC_CRT_MAJOR_VERSION)
  153. 3 #error "unsatisfied condition: defined _VC_CRT_MAJOR_VERSION"
  154. 4 #endif
  155. END ./ffconf.kCCDVEEh.c
  156. cl -D_ISOC99_SOURCE -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  157. cl : Command line warning D9002 : ignoring unknown option '-O3'
  158. ffconf.kCCDVEEh.c
  159. check_host_cpp_condition crtversion.h _VC_CRT_MAJOR_VERSION < 14
  160. check_host_cpp
  161. BEGIN ./ffconf.kCCDVEEh.c
  162. 1 #include <crtversion.h>
  163. 2 #if !(_VC_CRT_MAJOR_VERSION < 14)
  164. 3 #error "unsatisfied condition: _VC_CRT_MAJOR_VERSION < 14"
  165. 4 #endif
  166. END ./ffconf.kCCDVEEh.c
  167. cl -D_ISOC99_SOURCE -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  168. cl : Command line warning D9002 : ignoring unknown option '-O3'
  169. ffconf.kCCDVEEh.c
  170. ./ffconf.kCCDVEEh.c(3): fatal error C1189: #error: "unsatisfied condition: _VC_CRT_MAJOR_VERSION < 14"
  171. check_host_cpp_condition stdlib.h defined(_WIN32_WINNT)
  172. check_host_cpp
  173. BEGIN ./ffconf.kCCDVEEh.c
  174. 1 #include <stdlib.h>
  175. 2 #if !(defined(_WIN32_WINNT))
  176. 3 #error "unsatisfied condition: defined(_WIN32_WINNT)"
  177. 4 #endif
  178. END ./ffconf.kCCDVEEh.c
  179. cl -D_ISOC99_SOURCE -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  180. cl : Command line warning D9002 : ignoring unknown option '-O3'
  181. ffconf.kCCDVEEh.c
  182. ./ffconf.kCCDVEEh.c(3): fatal error C1189: #error: "unsatisfied condition: defined(_WIN32_WINNT)"
  183. check_host_cpp
  184. BEGIN ./ffconf.kCCDVEEh.c
  185. 1 #ifdef WINAPI_FAMILY
  186. 2 #include <winapifamily.h>
  187. 3 #if !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
  188. 4 #error not desktop
  189. 5 #endif
  190. 6 #endif
  191. END ./ffconf.kCCDVEEh.c
  192. cl -D_ISOC99_SOURCE -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  193. cl : Command line warning D9002 : ignoring unknown option '-O3'
  194. ffconf.kCCDVEEh.c
  195. check_host_cc
  196. BEGIN ./ffconf.kCCDVEEh.c
  197. 1 #include <time.h>
  198. 2 void *v = localtime_r;
  199. END ./ffconf.kCCDVEEh.c
  200. cl -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  201. cl : Command line warning D9002 : ignoring unknown option '-O3'
  202. ffconf.kCCDVEEh.c
  203. ./ffconf.kCCDVEEh.c(2): error C2065: 'localtime_r': undeclared identifier
  204. ./ffconf.kCCDVEEh.c(2): error C2099: initializer is not a constant
  205. check_host_cc -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
  206. BEGIN ./ffconf.kCCDVEEh.c
  207. 1 #include <time.h>
  208. 2 void *v = localtime_r;
  209. END ./ffconf.kCCDVEEh.c
  210. cl -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  211. cl : Command line warning D9002 : ignoring unknown option '-O3'
  212. ffconf.kCCDVEEh.c
  213. ./ffconf.kCCDVEEh.c(2): error C2065: 'localtime_r': undeclared identifier
  214. ./ffconf.kCCDVEEh.c(2): error C2099: initializer is not a constant
  215. check_compile_assert flt_lim float.h limits.h DBL_MAX == (double)DBL_MAX
  216. check_code cc float.h limits.h char c[2 * !!(DBL_MAX == (double)DBL_MAX) - 1]
  217. check_cc
  218. BEGIN ./ffconf.kCCDVEEh.c
  219. 1 #include <float.h>
  220. 2 #include <limits.h>
  221. 3 int main(void) { char c[2 * !!(DBL_MAX == (double)DBL_MAX) - 1]; return 0; }
  222. END ./ffconf.kCCDVEEh.c
  223. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  224. ffconf.kCCDVEEh.c
  225. check_cpp_condition stdlib.h defined(__PIC__) || defined(__pic__) || defined(PIC)
  226. check_cpp
  227. BEGIN ./ffconf.kCCDVEEh.c
  228. 1 #include <stdlib.h>
  229. 2 #if !(defined(__PIC__) || defined(__pic__) || defined(PIC))
  230. 3 #error "unsatisfied condition: defined(__PIC__) || defined(__pic__) || defined(PIC)"
  231. 4 #endif
  232. END ./ffconf.kCCDVEEh.c
  233. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  234. ffconf.kCCDVEEh.c
  235. ./ffconf.kCCDVEEh.c(3): fatal error C1189: #error: "unsatisfied condition: defined(__PIC__) || defined(__pic__) || defined(PIC)"
  236. check_cflags -fomit-frame-pointer
  237. test_cflags -fomit-frame-pointer
  238. check_cc
  239. BEGIN ./ffconf.kCCDVEEh.c
  240. 1 int x;
  241. END ./ffconf.kCCDVEEh.c
  242. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  243. ffconf.kCCDVEEh.c
  244. check_cc
  245. BEGIN ./ffconf.kCCDVEEh.c
  246. 1 int ff_extern;
  247. END ./ffconf.kCCDVEEh.c
  248. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  249. ffconf.kCCDVEEh.c
  250. check_cc
  251. BEGIN ./ffconf.kCCDVEEh.c
  252. 1 void foo(void) { __asm__ volatile ("" ::); }
  253. END ./ffconf.kCCDVEEh.c
  254. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  255. ffconf.kCCDVEEh.c
  256. ./ffconf.kCCDVEEh.c(1): error C2065: '__asm__': undeclared identifier
  257. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ';' before 'volatile'
  258. check_cc
  259. BEGIN ./ffconf.kCCDVEEh.c
  260. 1 void foo(char * restrict p);
  261. END ./ffconf.kCCDVEEh.c
  262. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  263. ffconf.kCCDVEEh.c
  264. ./ffconf.kCCDVEEh.c(1): error C2146: syntax error: missing ')' before identifier 'p'
  265. ./ffconf.kCCDVEEh.c(1): error C2061: syntax error: identifier 'p'
  266. ./ffconf.kCCDVEEh.c(1): error C2059: syntax error: ';'
  267. ./ffconf.kCCDVEEh.c(1): error C2059: syntax error: ')'
  268. check_cc
  269. BEGIN ./ffconf.kCCDVEEh.c
  270. 1 void foo(char * __restrict__ p);
  271. END ./ffconf.kCCDVEEh.c
  272. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  273. ffconf.kCCDVEEh.c
  274. ./ffconf.kCCDVEEh.c(1): error C2146: syntax error: missing ')' before identifier 'p'
  275. ./ffconf.kCCDVEEh.c(1): error C2061: syntax error: identifier 'p'
  276. ./ffconf.kCCDVEEh.c(1): error C2059: syntax error: ';'
  277. ./ffconf.kCCDVEEh.c(1): error C2059: syntax error: ')'
  278. check_cc
  279. BEGIN ./ffconf.kCCDVEEh.c
  280. 1 void foo(char * __restrict p);
  281. END ./ffconf.kCCDVEEh.c
  282. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  283. ffconf.kCCDVEEh.c
  284. check_cc
  285. BEGIN ./ffconf.kCCDVEEh.c
  286. 1 void foo(void) { _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") }
  287. END ./ffconf.kCCDVEEh.c
  288. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  289. ffconf.kCCDVEEh.c
  290. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ';' before '}'
  291. check_cc
  292. BEGIN ./ffconf.kCCDVEEh.c
  293. 1 struct { int x; } __attribute__((packed)) x;
  294. END ./ffconf.kCCDVEEh.c
  295. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  296. ffconf.kCCDVEEh.c
  297. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ')' before '('
  298. ./ffconf.kCCDVEEh.c(1): error C2059: syntax error: ')'
  299. ./ffconf.kCCDVEEh.c(1): error C2146: syntax error: missing ')' before identifier 'x'
  300. ./ffconf.kCCDVEEh.c(1): error C2091: function returns function
  301. ./ffconf.kCCDVEEh.c(1): error C2061: syntax error: identifier 'x'
  302. ./ffconf.kCCDVEEh.c(1): error C2059: syntax error: ';'
  303. check_cc
  304. BEGIN ./ffconf.kCCDVEEh.c
  305. 1 union { int x; } __attribute__((may_alias)) x;
  306. END ./ffconf.kCCDVEEh.c
  307. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  308. ffconf.kCCDVEEh.c
  309. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ')' before '('
  310. ./ffconf.kCCDVEEh.c(1): error C2059: syntax error: ')'
  311. ./ffconf.kCCDVEEh.c(1): error C2146: syntax error: missing ')' before identifier 'x'
  312. ./ffconf.kCCDVEEh.c(1): error C2091: function returns function
  313. ./ffconf.kCCDVEEh.c(1): error C2061: syntax error: identifier 'x'
  314. ./ffconf.kCCDVEEh.c(1): error C2059: syntax error: ';'
  315. check_cc
  316. BEGIN ./ffconf.kCCDVEEh.c
  317. 1 unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
  318. END ./ffconf.kCCDVEEh.c
  319. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  320. ffconf.kCCDVEEh.c
  321. check_inline_asm inline_asm_labels "1:\n"
  322. check_cc
  323. BEGIN ./ffconf.kCCDVEEh.c
  324. 1 void foo(void){ __asm__ volatile("1:\n"); }
  325. END ./ffconf.kCCDVEEh.c
  326. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  327. ffconf.kCCDVEEh.c
  328. ./ffconf.kCCDVEEh.c(1): error C2065: '__asm__': undeclared identifier
  329. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ';' before 'volatile'
  330. check_inline_asm inline_asm_nonlocal_labels "Label:\n"
  331. check_cc
  332. BEGIN ./ffconf.kCCDVEEh.c
  333. 1 void foo(void){ __asm__ volatile("Label:\n"); }
  334. END ./ffconf.kCCDVEEh.c
  335. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  336. ffconf.kCCDVEEh.c
  337. ./ffconf.kCCDVEEh.c(1): error C2065: '__asm__': undeclared identifier
  338. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ';' before 'volatile'
  339. check_builtin rdtsc intrin.h __rdtsc()
  340. check_code ld intrin.h __rdtsc() cc
  341. check_ld cc
  342. check_cc
  343. BEGIN ./ffconf.kCCDVEEh.c
  344. 1 #include <intrin.h>
  345. 2 int main(void) { __rdtsc(); return 0; }
  346. END ./ffconf.kCCDVEEh.c
  347. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  348. ffconf.kCCDVEEh.c
  349. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  350. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  351. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  352. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  353. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  354. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  355. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  356. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  357. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  358. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  359. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  360. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  361. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  362. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  363. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  364. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  365. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  366. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  367. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  368. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  369. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  370. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  371. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  372. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  373. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  374. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  375. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  376. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  377. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  378. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  379. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  380. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  381. Please choose the Technical Support command on the Visual C++
  382. Help menu, or open the Technical Support help file for more information
  383. check_builtin mm_empty mmintrin.h _mm_empty()
  384. check_code ld mmintrin.h _mm_empty() cc
  385. check_ld cc
  386. check_cc
  387. BEGIN ./ffconf.kCCDVEEh.c
  388. 1 #include <mmintrin.h>
  389. 2 int main(void) { _mm_empty(); return 0; }
  390. END ./ffconf.kCCDVEEh.c
  391. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  392. ffconf.kCCDVEEh.c
  393. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  394. Microsoft (R) Incremental Linker Version 14.00.23506.0
  395. Copyright (C) Microsoft Corporation. All rights reserved.
  396.  
  397. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  398. check_ld cc
  399. check_cc
  400. BEGIN ./ffconf.kCCDVEEh.c
  401. 1 #include <signal.h>
  402. 2 static void sighandler(int sig){
  403. 3 raise(SIGTERM);
  404. 4 }
  405. 5 int foo(void){
  406. 6 volatile int i=0;
  407. 7 __asm__ volatile ("xorl %%ebp, %%ebp" ::: "%ebp");
  408. 8 return i;
  409. 9 }
  410. 10 int (*func_ptr)(void) = foo;
  411. 11 int main(void){
  412. 12 signal(SIGILL, sighandler);
  413. 13 signal(SIGFPE, sighandler);
  414. 14 signal(SIGSEGV, sighandler);
  415. 15 #ifdef SIGBUS
  416. 16 signal(SIGBUS, sighandler);
  417. 17 #endif
  418. 18 return func_ptr();
  419. 19 }
  420. END ./ffconf.kCCDVEEh.c
  421. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  422. ffconf.kCCDVEEh.c
  423. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  424. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  425. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  426. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  427. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  428. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  429. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  430. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  431. C:/environtment/msys64/usr/include\sys/_stdint.h(19): error C2085: 'int8_t': not in formal parameter list
  432. C:/environtment/msys64/usr/include\sys/_stdint.h(20): error C2085: 'uint8_t': not in formal parameter list
  433. C:/environtment/msys64/usr/include\sys/_stdint.h(25): error C2085: 'int16_t': not in formal parameter list
  434. C:/environtment/msys64/usr/include\sys/_stdint.h(26): error C2085: 'uint16_t': not in formal parameter list
  435. C:/environtment/msys64/usr/include\sys/_stdint.h(31): error C2085: 'int32_t': not in formal parameter list
  436. C:/environtment/msys64/usr/include\sys/_stdint.h(32): error C2085: 'uint32_t': not in formal parameter list
  437. C:/environtment/msys64/usr/include\sys/_stdint.h(37): error C2085: 'int64_t': not in formal parameter list
  438. C:/environtment/msys64/usr/include\sys/_stdint.h(38): error C2085: 'uint64_t': not in formal parameter list
  439. C:/environtment/msys64/usr/include\sys/_stdint.h(42): error C2082: redefinition of formal parameter 'intptr_t'
  440. C:/environtment/msys64/usr/include\sys/_stdint.h(43): error C2082: redefinition of formal parameter 'uintptr_t'
  441. C:/environtment/msys64/usr/include\machine/types.h(19): error C2085: '__off_t': not in formal parameter list
  442. C:/environtment/msys64/usr/include\machine/types.h(20): error C2085: '__pid_t': not in formal parameter list
  443. C:/environtment/msys64/usr/include\machine/types.h(24): error C2085: '__loff_t': not in formal parameter list
  444. C:/environtment/msys64/usr/include\machine/types.h(28): error C2085: '__suseconds_t': not in formal parameter list
  445. C:/environtment/msys64/usr/include\sys/types.h(95): error C2085: 'u_char': not in formal parameter list
  446. C:/environtment/msys64/usr/include\sys/types.h(99): error C2085: 'u_short': not in formal parameter list
  447. C:/environtment/msys64/usr/include\sys/types.h(103): error C2085: 'u_int': not in formal parameter list
  448. C:/environtment/msys64/usr/include\sys/types.h(107): error C2085: 'u_long': not in formal parameter list
  449. C:/environtment/msys64/usr/include\sys/types.h(113): error C2085: 'ushort': not in formal parameter list
  450. C:/environtment/msys64/usr/include\sys/types.h(114): error C2085: 'uint': not in formal parameter list
  451. C:/environtment/msys64/usr/include\sys/types.h(115): error C2085: 'ulong': not in formal parameter list
  452. C:/environtment/msys64/usr/include\sys/types.h(119): error C2085: 'clock_t': not in formal parameter list
  453. C:/environtment/msys64/usr/include\sys/types.h(124): error C2082: redefinition of formal parameter 'time_t'
  454. C:/environtment/msys64/usr/include\sys/types.h(129): error C2085: 'daddr_t': not in formal parameter list
  455. C:/environtment/msys64/usr/include\sys/types.h(133): error C2085: 'caddr_t': not in formal parameter list
  456. C:/environtment/msys64/usr/include\sys/types.h(142): error C2085: 'ino_t': not in formal parameter list
  457. C:/environtment/msys64/usr/include\sys/types.h(171): error C2085: 'off_t': not in formal parameter list
  458. C:/environtment/msys64/usr/include\sys/types.h(172): error C2085: 'dev_t': not in formal parameter list
  459. C:/environtment/msys64/usr/include\sys/types.h(173): error C2085: 'uid_t': not in formal parameter list
  460. C:/environtment/msys64/usr/include\sys/types.h(174): error C2085: 'gid_t': not in formal parameter list
  461. C:/environtment/msys64/usr/include\sys/types.h(180): error C2085: 'pid_t': not in formal parameter list
  462. C:/environtment/msys64/usr/include\sys/types.h(188): error C2085: 'key_t': not in formal parameter list
  463. C:/environtment/msys64/usr/include\sys/types.h(190): error C2085: '_ssize_t': not in formal parameter list
  464. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  465. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  466. Please choose the Technical Support command on the Visual C++
  467. Help menu, or open the Technical Support help file for more information
  468. check_inline_asm ebx_available ""::"b"(0)
  469. check_cc
  470. BEGIN ./ffconf.kCCDVEEh.c
  471. 1 void foo(void){ __asm__ volatile(""::"b"(0)); }
  472. END ./ffconf.kCCDVEEh.c
  473. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  474. ffconf.kCCDVEEh.c
  475. ./ffconf.kCCDVEEh.c(1): error C2065: '__asm__': undeclared identifier
  476. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ';' before 'volatile'
  477. check_inline_asm xmm_clobbers "":::"%xmm0"
  478. check_cc
  479. BEGIN ./ffconf.kCCDVEEh.c
  480. 1 void foo(void){ __asm__ volatile("":::"%xmm0"); }
  481. END ./ffconf.kCCDVEEh.c
  482. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  483. ffconf.kCCDVEEh.c
  484. ./ffconf.kCCDVEEh.c(1): error C2065: '__asm__': undeclared identifier
  485. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ';' before 'volatile'
  486. check_inline_asm inline_asm_direct_symbol_refs "movl _test, %eax"
  487. check_cc
  488. BEGIN ./ffconf.kCCDVEEh.c
  489. 1 void foo(void){ __asm__ volatile("movl _test, %eax"); }
  490. END ./ffconf.kCCDVEEh.c
  491. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  492. ffconf.kCCDVEEh.c
  493. ./ffconf.kCCDVEEh.c(1): error C2065: '__asm__': undeclared identifier
  494. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ';' before 'volatile'
  495. check_inline_asm inline_asm_direct_symbol_refs "movl _test(%rip), %eax"
  496. check_cc
  497. BEGIN ./ffconf.kCCDVEEh.c
  498. 1 void foo(void){ __asm__ volatile("movl _test(%rip), %eax"); }
  499. END ./ffconf.kCCDVEEh.c
  500. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  501. ffconf.kCCDVEEh.c
  502. ./ffconf.kCCDVEEh.c(1): error C2065: '__asm__': undeclared identifier
  503. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ';' before 'volatile'
  504. check_inline_asm ssse3_inline "pabsw %xmm0, %xmm0"
  505. check_cc
  506. BEGIN ./ffconf.kCCDVEEh.c
  507. 1 void foo(void){ __asm__ volatile("pabsw %xmm0, %xmm0"); }
  508. END ./ffconf.kCCDVEEh.c
  509. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  510. ffconf.kCCDVEEh.c
  511. ./ffconf.kCCDVEEh.c(1): error C2065: '__asm__': undeclared identifier
  512. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ';' before 'volatile'
  513. check_inline_asm mmxext_inline "pmaxub %mm0, %mm1"
  514. check_cc
  515. BEGIN ./ffconf.kCCDVEEh.c
  516. 1 void foo(void){ __asm__ volatile("pmaxub %mm0, %mm1"); }
  517. END ./ffconf.kCCDVEEh.c
  518. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  519. ffconf.kCCDVEEh.c
  520. ./ffconf.kCCDVEEh.c(1): error C2065: '__asm__': undeclared identifier
  521. ./ffconf.kCCDVEEh.c(1): error C2143: syntax error: missing ';' before 'volatile'
  522. yasm --version
  523. yasm 1.3.0
  524. Compiled on Jun 30 2015.
  525. Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.
  526. Run yasm --license for licensing overview and summary.
  527. check_yasm movbe ecx, [5]
  528. BEGIN ./ffconf.y5NcMSee.S
  529. 1 movbe ecx, [5]
  530. END ./ffconf.y5NcMSee.S
  531. yasm -f win32 -DPIC -DPREFIX -Werror -o ./ffconf.IN6Igw0F.o ./ffconf.y5NcMSee.S
  532. : error: warnings being treated as errors
  533. check_yasm vextracti128 xmm0, ymm0, 0
  534. BEGIN ./ffconf.y5NcMSee.S
  535. 1 vextracti128 xmm0, ymm0, 0
  536. END ./ffconf.y5NcMSee.S
  537. yasm -f win32 -DPIC -DPREFIX -Werror -o ./ffconf.IN6Igw0F.o ./ffconf.y5NcMSee.S
  538. : error: warnings being treated as errors
  539. check_yasm vpmacsdd xmm0, xmm1, xmm2, xmm3
  540. BEGIN ./ffconf.y5NcMSee.S
  541. 1 vpmacsdd xmm0, xmm1, xmm2, xmm3
  542. END ./ffconf.y5NcMSee.S
  543. yasm -f win32 -DPIC -DPREFIX -Werror -o ./ffconf.IN6Igw0F.o ./ffconf.y5NcMSee.S
  544. : error: warnings being treated as errors
  545. check_yasm vfmaddps ymm0, ymm1, ymm2, ymm3
  546. BEGIN ./ffconf.y5NcMSee.S
  547. 1 vfmaddps ymm0, ymm1, ymm2, ymm3
  548. END ./ffconf.y5NcMSee.S
  549. yasm -f win32 -DPIC -DPREFIX -Werror -o ./ffconf.IN6Igw0F.o ./ffconf.y5NcMSee.S
  550. : error: warnings being treated as errors
  551. check_yasm CPU amdnop
  552. BEGIN ./ffconf.y5NcMSee.S
  553. 1 CPU amdnop
  554. END ./ffconf.y5NcMSee.S
  555. yasm -f win32 -DPIC -DPREFIX -Werror -o ./ffconf.IN6Igw0F.o ./ffconf.y5NcMSee.S
  556. : error: warnings being treated as errors
  557. check_code cc arm_neon.h int16x8_t test = vdupq_n_s16(0)
  558. check_cc
  559. BEGIN ./ffconf.kCCDVEEh.c
  560. 1 #include <arm_neon.h>
  561. 2 int main(void) { int16x8_t test = vdupq_n_s16(0); return 0; }
  562. END ./ffconf.kCCDVEEh.c
  563. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  564. ffconf.kCCDVEEh.c
  565. C:/environtment/msys64/usr/include\sys/_intsup.h(74): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
  566. check_ldflags -Wl,--as-needed
  567. test_ldflags -Wl,--as-needed
  568. check_ld cc -Wl,--as-needed
  569. check_cc -Wl,--as-needed
  570. BEGIN ./ffconf.kCCDVEEh.c
  571. 1 int main(void){ return 0; }
  572. END ./ffconf.kCCDVEEh.c
  573. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -Wl,--as-needed -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  574. cl : Command line error D8021 : invalid numeric argument '/Wl,--as-needed'
  575. check_ldflags -Wl,-z,noexecstack
  576. test_ldflags -Wl,-z,noexecstack
  577. check_ld cc -Wl,-z,noexecstack
  578. check_cc -Wl,-z,noexecstack
  579. BEGIN ./ffconf.kCCDVEEh.c
  580. 1 int main(void){ return 0; }
  581. END ./ffconf.kCCDVEEh.c
  582. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -Wl,-z,noexecstack -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  583. cl : Command line error D8021 : invalid numeric argument '/Wl,-z,noexecstack'
  584. check_func dlopen
  585. check_ld cc
  586. check_cc
  587. BEGIN ./ffconf.kCCDVEEh.c
  588. 1 extern int dlopen();
  589. 2 int main(void){ dlopen(); }
  590. END ./ffconf.kCCDVEEh.c
  591. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  592. ffconf.kCCDVEEh.c
  593. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  594. Microsoft (R) Incremental Linker Version 14.00.23506.0
  595. Copyright (C) Microsoft Corporation. All rights reserved.
  596.  
  597. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  598. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _dlopen referenced in function _main
  599. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  600. check_func dlopen -ldl
  601. check_ld cc -ldl
  602. check_cc
  603. BEGIN ./ffconf.kCCDVEEh.c
  604. 1 extern int dlopen();
  605. 2 int main(void){ dlopen(); }
  606. END ./ffconf.kCCDVEEh.c
  607. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  608. ffconf.kCCDVEEh.c
  609. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o dl.lib
  610. Microsoft (R) Incremental Linker Version 14.00.23506.0
  611. Copyright (C) Microsoft Corporation. All rights reserved.
  612.  
  613. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  614. LINK : fatal error LNK1181: cannot open input file 'dl.lib'
  615. check_func getaddrinfo
  616. check_ld cc
  617. check_cc
  618. BEGIN ./ffconf.kCCDVEEh.c
  619. 1 extern int getaddrinfo();
  620. 2 int main(void){ getaddrinfo(); }
  621. END ./ffconf.kCCDVEEh.c
  622. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  623. ffconf.kCCDVEEh.c
  624. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  625. Microsoft (R) Incremental Linker Version 14.00.23506.0
  626. Copyright (C) Microsoft Corporation. All rights reserved.
  627.  
  628. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  629. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _getaddrinfo referenced in function _main
  630. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  631. check_func inet_aton
  632. check_ld cc
  633. check_cc
  634. BEGIN ./ffconf.kCCDVEEh.c
  635. 1 extern int inet_aton();
  636. 2 int main(void){ inet_aton(); }
  637. END ./ffconf.kCCDVEEh.c
  638. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  639. ffconf.kCCDVEEh.c
  640. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  641. Microsoft (R) Incremental Linker Version 14.00.23506.0
  642. Copyright (C) Microsoft Corporation. All rights reserved.
  643.  
  644. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  645. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _inet_aton referenced in function _main
  646. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  647. check_type netdb.h struct addrinfo
  648. check_code cc netdb.h struct addrinfo v
  649. check_cc
  650. BEGIN ./ffconf.kCCDVEEh.c
  651. 1 #include <netdb.h>
  652. 2 int main(void) { struct addrinfo v; return 0; }
  653. END ./ffconf.kCCDVEEh.c
  654. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  655. ffconf.kCCDVEEh.c
  656. C:/environtment/msys64/usr/include\sys/_intsup.h(74): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
  657. check_type netinet/in.h struct group_source_req -D_BSD_SOURCE
  658. check_code cc netinet/in.h struct group_source_req v -D_BSD_SOURCE
  659. check_cc -D_BSD_SOURCE
  660. BEGIN ./ffconf.kCCDVEEh.c
  661. 1 #include <netinet/in.h>
  662. 2 int main(void) { struct group_source_req v; return 0; }
  663. END ./ffconf.kCCDVEEh.c
  664. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -D_BSD_SOURCE -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  665. ffconf.kCCDVEEh.c
  666. C:/environtment/msys64/usr/include\sys/_intsup.h(74): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
  667. check_type netinet/in.h struct ip_mreq_source -D_BSD_SOURCE
  668. check_code cc netinet/in.h struct ip_mreq_source v -D_BSD_SOURCE
  669. check_cc -D_BSD_SOURCE
  670. BEGIN ./ffconf.kCCDVEEh.c
  671. 1 #include <netinet/in.h>
  672. 2 int main(void) { struct ip_mreq_source v; return 0; }
  673. END ./ffconf.kCCDVEEh.c
  674. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -D_BSD_SOURCE -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  675. ffconf.kCCDVEEh.c
  676. C:/environtment/msys64/usr/include\sys/_intsup.h(74): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
  677. check_type netinet/in.h struct ipv6_mreq -D_DARWIN_C_SOURCE
  678. check_code cc netinet/in.h struct ipv6_mreq v -D_DARWIN_C_SOURCE
  679. check_cc -D_DARWIN_C_SOURCE
  680. BEGIN ./ffconf.kCCDVEEh.c
  681. 1 #include <netinet/in.h>
  682. 2 int main(void) { struct ipv6_mreq v; return 0; }
  683. END ./ffconf.kCCDVEEh.c
  684. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -D_DARWIN_C_SOURCE -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  685. ffconf.kCCDVEEh.c
  686. C:/environtment/msys64/usr/include\sys/_intsup.h(74): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
  687. check_type poll.h struct pollfd
  688. check_code cc poll.h struct pollfd v
  689. check_cc
  690. BEGIN ./ffconf.kCCDVEEh.c
  691. 1 #include <poll.h>
  692. 2 int main(void) { struct pollfd v; return 0; }
  693. END ./ffconf.kCCDVEEh.c
  694. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  695. ffconf.kCCDVEEh.c
  696. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  697. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  698. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  699. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  700. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  701. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  702. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  703. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  704. C:/environtment/msys64/usr/include\sys/_stdint.h(19): error C2085: 'int8_t': not in formal parameter list
  705. C:/environtment/msys64/usr/include\sys/_stdint.h(20): error C2085: 'uint8_t': not in formal parameter list
  706. C:/environtment/msys64/usr/include\sys/_stdint.h(25): error C2085: 'int16_t': not in formal parameter list
  707. C:/environtment/msys64/usr/include\sys/_stdint.h(26): error C2085: 'uint16_t': not in formal parameter list
  708. C:/environtment/msys64/usr/include\sys/_stdint.h(31): error C2085: 'int32_t': not in formal parameter list
  709. C:/environtment/msys64/usr/include\sys/_stdint.h(32): error C2085: 'uint32_t': not in formal parameter list
  710. C:/environtment/msys64/usr/include\sys/_stdint.h(37): error C2085: 'int64_t': not in formal parameter list
  711. C:/environtment/msys64/usr/include\sys/_stdint.h(38): error C2085: 'uint64_t': not in formal parameter list
  712. C:/environtment/msys64/usr/include\sys/_stdint.h(42): error C2082: redefinition of formal parameter 'intptr_t'
  713. C:/environtment/msys64/usr/include\sys/_stdint.h(43): error C2082: redefinition of formal parameter 'uintptr_t'
  714. C:/environtment/msys64/usr/include\machine/types.h(19): error C2085: '__off_t': not in formal parameter list
  715. C:/environtment/msys64/usr/include\machine/types.h(20): error C2085: '__pid_t': not in formal parameter list
  716. C:/environtment/msys64/usr/include\machine/types.h(24): error C2085: '__loff_t': not in formal parameter list
  717. C:/environtment/msys64/usr/include\machine/types.h(28): error C2085: '__suseconds_t': not in formal parameter list
  718. C:/environtment/msys64/usr/include\sys/types.h(95): error C2085: 'u_char': not in formal parameter list
  719. C:/environtment/msys64/usr/include\sys/types.h(99): error C2085: 'u_short': not in formal parameter list
  720. C:/environtment/msys64/usr/include\sys/types.h(103): error C2085: 'u_int': not in formal parameter list
  721. C:/environtment/msys64/usr/include\sys/types.h(107): error C2085: 'u_long': not in formal parameter list
  722. C:/environtment/msys64/usr/include\sys/types.h(113): error C2085: 'ushort': not in formal parameter list
  723. C:/environtment/msys64/usr/include\sys/types.h(114): error C2085: 'uint': not in formal parameter list
  724. C:/environtment/msys64/usr/include\sys/types.h(115): error C2085: 'ulong': not in formal parameter list
  725. C:/environtment/msys64/usr/include\sys/types.h(119): error C2085: 'clock_t': not in formal parameter list
  726. C:/environtment/msys64/usr/include\sys/types.h(124): error C2082: redefinition of formal parameter 'time_t'
  727. C:/environtment/msys64/usr/include\sys/types.h(129): error C2085: 'daddr_t': not in formal parameter list
  728. C:/environtment/msys64/usr/include\sys/types.h(133): error C2085: 'caddr_t': not in formal parameter list
  729. C:/environtment/msys64/usr/include\sys/types.h(142): error C2085: 'ino_t': not in formal parameter list
  730. C:/environtment/msys64/usr/include\sys/types.h(171): error C2085: 'off_t': not in formal parameter list
  731. C:/environtment/msys64/usr/include\sys/types.h(172): error C2085: 'dev_t': not in formal parameter list
  732. C:/environtment/msys64/usr/include\sys/types.h(173): error C2085: 'uid_t': not in formal parameter list
  733. C:/environtment/msys64/usr/include\sys/types.h(174): error C2085: 'gid_t': not in formal parameter list
  734. C:/environtment/msys64/usr/include\sys/types.h(180): error C2085: 'pid_t': not in formal parameter list
  735. C:/environtment/msys64/usr/include\sys/types.h(188): error C2085: 'key_t': not in formal parameter list
  736. C:/environtment/msys64/usr/include\sys/types.h(190): error C2085: '_ssize_t': not in formal parameter list
  737. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  738. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  739. Please choose the Technical Support command on the Visual C++
  740. Help menu, or open the Technical Support help file for more information
  741. check_type netinet/sctp.h struct sctp_event_subscribe
  742. check_code cc netinet/sctp.h struct sctp_event_subscribe v
  743. check_cc
  744. BEGIN ./ffconf.kCCDVEEh.c
  745. 1 #include <netinet/sctp.h>
  746. 2 int main(void) { struct sctp_event_subscribe v; return 0; }
  747. END ./ffconf.kCCDVEEh.c
  748. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  749. ffconf.kCCDVEEh.c
  750. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'netinet/sctp.h': No such file or directory
  751. check_struct sys/types.h sys/socket.h struct sockaddr sa_len
  752. check_code cc sys/types.h sys/socket.h const void *p = &((struct sockaddr *)0)->sa_len
  753. check_cc
  754. BEGIN ./ffconf.kCCDVEEh.c
  755. 1 #include <sys/types.h>
  756. 2 #include <sys/socket.h>
  757. 3 int main(void) { const void *p = &((struct sockaddr *)0)->sa_len; return 0; }
  758. END ./ffconf.kCCDVEEh.c
  759. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  760. ffconf.kCCDVEEh.c
  761. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  762. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  763. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  764. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  765. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  766. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  767. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  768. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  769. C:/environtment/msys64/usr/include\sys/_stdint.h(19): error C2085: 'int8_t': not in formal parameter list
  770. C:/environtment/msys64/usr/include\sys/_stdint.h(20): error C2085: 'uint8_t': not in formal parameter list
  771. C:/environtment/msys64/usr/include\sys/_stdint.h(25): error C2085: 'int16_t': not in formal parameter list
  772. C:/environtment/msys64/usr/include\sys/_stdint.h(26): error C2085: 'uint16_t': not in formal parameter list
  773. C:/environtment/msys64/usr/include\sys/_stdint.h(31): error C2085: 'int32_t': not in formal parameter list
  774. C:/environtment/msys64/usr/include\sys/_stdint.h(32): error C2085: 'uint32_t': not in formal parameter list
  775. C:/environtment/msys64/usr/include\sys/_stdint.h(37): error C2085: 'int64_t': not in formal parameter list
  776. C:/environtment/msys64/usr/include\sys/_stdint.h(38): error C2085: 'uint64_t': not in formal parameter list
  777. C:/environtment/msys64/usr/include\sys/_stdint.h(42): error C2082: redefinition of formal parameter 'intptr_t'
  778. C:/environtment/msys64/usr/include\sys/_stdint.h(43): error C2082: redefinition of formal parameter 'uintptr_t'
  779. C:/environtment/msys64/usr/include\machine/types.h(19): error C2085: '__off_t': not in formal parameter list
  780. C:/environtment/msys64/usr/include\machine/types.h(20): error C2085: '__pid_t': not in formal parameter list
  781. C:/environtment/msys64/usr/include\machine/types.h(24): error C2085: '__loff_t': not in formal parameter list
  782. C:/environtment/msys64/usr/include\machine/types.h(28): error C2085: '__suseconds_t': not in formal parameter list
  783. C:/environtment/msys64/usr/include\sys/types.h(95): error C2085: 'u_char': not in formal parameter list
  784. C:/environtment/msys64/usr/include\sys/types.h(99): error C2085: 'u_short': not in formal parameter list
  785. C:/environtment/msys64/usr/include\sys/types.h(103): error C2085: 'u_int': not in formal parameter list
  786. C:/environtment/msys64/usr/include\sys/types.h(107): error C2085: 'u_long': not in formal parameter list
  787. C:/environtment/msys64/usr/include\sys/types.h(113): error C2085: 'ushort': not in formal parameter list
  788. C:/environtment/msys64/usr/include\sys/types.h(114): error C2085: 'uint': not in formal parameter list
  789. C:/environtment/msys64/usr/include\sys/types.h(115): error C2085: 'ulong': not in formal parameter list
  790. C:/environtment/msys64/usr/include\sys/types.h(119): error C2085: 'clock_t': not in formal parameter list
  791. C:/environtment/msys64/usr/include\sys/types.h(124): error C2082: redefinition of formal parameter 'time_t'
  792. C:/environtment/msys64/usr/include\sys/types.h(129): error C2085: 'daddr_t': not in formal parameter list
  793. C:/environtment/msys64/usr/include\sys/types.h(133): error C2085: 'caddr_t': not in formal parameter list
  794. C:/environtment/msys64/usr/include\sys/types.h(142): error C2085: 'ino_t': not in formal parameter list
  795. C:/environtment/msys64/usr/include\sys/types.h(171): error C2085: 'off_t': not in formal parameter list
  796. C:/environtment/msys64/usr/include\sys/types.h(172): error C2085: 'dev_t': not in formal parameter list
  797. C:/environtment/msys64/usr/include\sys/types.h(173): error C2085: 'uid_t': not in formal parameter list
  798. C:/environtment/msys64/usr/include\sys/types.h(174): error C2085: 'gid_t': not in formal parameter list
  799. C:/environtment/msys64/usr/include\sys/types.h(180): error C2085: 'pid_t': not in formal parameter list
  800. C:/environtment/msys64/usr/include\sys/types.h(188): error C2085: 'key_t': not in formal parameter list
  801. C:/environtment/msys64/usr/include\sys/types.h(190): error C2085: '_ssize_t': not in formal parameter list
  802. C:/environtment/msys64/usr/include\sys/types.h(190): error C2146: syntax error: missing ',' before identifier '<Unknown>'
  803. C:/environtment/msys64/usr/include\sys/types.h(204): error C2085: 'mode_t': not in formal parameter list
  804. C:/environtment/msys64/usr/include\sys/types.h(209): error C2085: 'nlink_t': not in formal parameter list
  805. C:/environtment/msys64/usr/include\sys/types.h(231): error C2085: 'fd_mask': not in formal parameter list
  806. C:/environtment/msys64/usr/include\sys/types.h(240): error C2061: syntax error: identifier 'fd_mask'
  807. C:/environtment/msys64/usr/include\sys/types.h(241): error C2059: syntax error: '}'
  808. C:/environtment/msys64/usr/include\sys/types.h(274): error C2061: syntax error: identifier 'suseconds_t'
  809. C:/environtment/msys64/usr/include\sys/types.h(274): error C2059: syntax error: ';'
  810. C:/environtment/msys64/usr/include\sys/_intsup.h(74): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
  811. check_type netinet/in.h struct sockaddr_in6
  812. check_code cc netinet/in.h struct sockaddr_in6 v
  813. check_cc
  814. BEGIN ./ffconf.kCCDVEEh.c
  815. 1 #include <netinet/in.h>
  816. 2 int main(void) { struct sockaddr_in6 v; return 0; }
  817. END ./ffconf.kCCDVEEh.c
  818. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  819. ffconf.kCCDVEEh.c
  820. C:/environtment/msys64/usr/include\sys/_intsup.h(74): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
  821. check_type sys/types.h sys/socket.h struct sockaddr_storage
  822. check_code cc sys/types.h sys/socket.h struct sockaddr_storage v
  823. check_cc
  824. BEGIN ./ffconf.kCCDVEEh.c
  825. 1 #include <sys/types.h>
  826. 2 #include <sys/socket.h>
  827. 3 int main(void) { struct sockaddr_storage v; return 0; }
  828. END ./ffconf.kCCDVEEh.c
  829. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  830. ffconf.kCCDVEEh.c
  831. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  832. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  833. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  834. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  835. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  836. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  837. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  838. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  839. C:/environtment/msys64/usr/include\sys/_stdint.h(19): error C2085: 'int8_t': not in formal parameter list
  840. C:/environtment/msys64/usr/include\sys/_stdint.h(20): error C2085: 'uint8_t': not in formal parameter list
  841. C:/environtment/msys64/usr/include\sys/_stdint.h(25): error C2085: 'int16_t': not in formal parameter list
  842. C:/environtment/msys64/usr/include\sys/_stdint.h(26): error C2085: 'uint16_t': not in formal parameter list
  843. C:/environtment/msys64/usr/include\sys/_stdint.h(31): error C2085: 'int32_t': not in formal parameter list
  844. C:/environtment/msys64/usr/include\sys/_stdint.h(32): error C2085: 'uint32_t': not in formal parameter list
  845. C:/environtment/msys64/usr/include\sys/_stdint.h(37): error C2085: 'int64_t': not in formal parameter list
  846. C:/environtment/msys64/usr/include\sys/_stdint.h(38): error C2085: 'uint64_t': not in formal parameter list
  847. C:/environtment/msys64/usr/include\sys/_stdint.h(42): error C2082: redefinition of formal parameter 'intptr_t'
  848. C:/environtment/msys64/usr/include\sys/_stdint.h(43): error C2082: redefinition of formal parameter 'uintptr_t'
  849. C:/environtment/msys64/usr/include\machine/types.h(19): error C2085: '__off_t': not in formal parameter list
  850. C:/environtment/msys64/usr/include\machine/types.h(20): error C2085: '__pid_t': not in formal parameter list
  851. C:/environtment/msys64/usr/include\machine/types.h(24): error C2085: '__loff_t': not in formal parameter list
  852. C:/environtment/msys64/usr/include\machine/types.h(28): error C2085: '__suseconds_t': not in formal parameter list
  853. C:/environtment/msys64/usr/include\sys/types.h(95): error C2085: 'u_char': not in formal parameter list
  854. C:/environtment/msys64/usr/include\sys/types.h(99): error C2085: 'u_short': not in formal parameter list
  855. C:/environtment/msys64/usr/include\sys/types.h(103): error C2085: 'u_int': not in formal parameter list
  856. C:/environtment/msys64/usr/include\sys/types.h(107): error C2085: 'u_long': not in formal parameter list
  857. C:/environtment/msys64/usr/include\sys/types.h(113): error C2085: 'ushort': not in formal parameter list
  858. C:/environtment/msys64/usr/include\sys/types.h(114): error C2085: 'uint': not in formal parameter list
  859. C:/environtment/msys64/usr/include\sys/types.h(115): error C2085: 'ulong': not in formal parameter list
  860. C:/environtment/msys64/usr/include\sys/types.h(119): error C2085: 'clock_t': not in formal parameter list
  861. C:/environtment/msys64/usr/include\sys/types.h(124): error C2082: redefinition of formal parameter 'time_t'
  862. C:/environtment/msys64/usr/include\sys/types.h(129): error C2085: 'daddr_t': not in formal parameter list
  863. C:/environtment/msys64/usr/include\sys/types.h(133): error C2085: 'caddr_t': not in formal parameter list
  864. C:/environtment/msys64/usr/include\sys/types.h(142): error C2085: 'ino_t': not in formal parameter list
  865. C:/environtment/msys64/usr/include\sys/types.h(171): error C2085: 'off_t': not in formal parameter list
  866. C:/environtment/msys64/usr/include\sys/types.h(172): error C2085: 'dev_t': not in formal parameter list
  867. C:/environtment/msys64/usr/include\sys/types.h(173): error C2085: 'uid_t': not in formal parameter list
  868. C:/environtment/msys64/usr/include\sys/types.h(174): error C2085: 'gid_t': not in formal parameter list
  869. C:/environtment/msys64/usr/include\sys/types.h(180): error C2085: 'pid_t': not in formal parameter list
  870. C:/environtment/msys64/usr/include\sys/types.h(188): error C2085: 'key_t': not in formal parameter list
  871. C:/environtment/msys64/usr/include\sys/types.h(190): error C2085: '_ssize_t': not in formal parameter list
  872. C:/environtment/msys64/usr/include\sys/types.h(190): error C2146: syntax error: missing ',' before identifier '<Unknown>'
  873. C:/environtment/msys64/usr/include\sys/types.h(204): error C2085: 'mode_t': not in formal parameter list
  874. C:/environtment/msys64/usr/include\sys/types.h(209): error C2085: 'nlink_t': not in formal parameter list
  875. C:/environtment/msys64/usr/include\sys/types.h(231): error C2085: 'fd_mask': not in formal parameter list
  876. C:/environtment/msys64/usr/include\sys/types.h(240): error C2061: syntax error: identifier 'fd_mask'
  877. C:/environtment/msys64/usr/include\sys/types.h(241): error C2059: syntax error: '}'
  878. C:/environtment/msys64/usr/include\sys/types.h(274): error C2061: syntax error: identifier 'suseconds_t'
  879. C:/environtment/msys64/usr/include\sys/types.h(274): error C2059: syntax error: ';'
  880. C:/environtment/msys64/usr/include\sys/_intsup.h(74): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
  881. check_type sys/types.h sys/socket.h socklen_t
  882. check_code cc sys/types.h sys/socket.h socklen_t v
  883. check_cc
  884. BEGIN ./ffconf.kCCDVEEh.c
  885. 1 #include <sys/types.h>
  886. 2 #include <sys/socket.h>
  887. 3 int main(void) { socklen_t v; return 0; }
  888. END ./ffconf.kCCDVEEh.c
  889. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  890. ffconf.kCCDVEEh.c
  891. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  892. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  893. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  894. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  895. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  896. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  897. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  898. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  899. C:/environtment/msys64/usr/include\sys/_stdint.h(19): error C2085: 'int8_t': not in formal parameter list
  900. C:/environtment/msys64/usr/include\sys/_stdint.h(20): error C2085: 'uint8_t': not in formal parameter list
  901. C:/environtment/msys64/usr/include\sys/_stdint.h(25): error C2085: 'int16_t': not in formal parameter list
  902. C:/environtment/msys64/usr/include\sys/_stdint.h(26): error C2085: 'uint16_t': not in formal parameter list
  903. C:/environtment/msys64/usr/include\sys/_stdint.h(31): error C2085: 'int32_t': not in formal parameter list
  904. C:/environtment/msys64/usr/include\sys/_stdint.h(32): error C2085: 'uint32_t': not in formal parameter list
  905. C:/environtment/msys64/usr/include\sys/_stdint.h(37): error C2085: 'int64_t': not in formal parameter list
  906. C:/environtment/msys64/usr/include\sys/_stdint.h(38): error C2085: 'uint64_t': not in formal parameter list
  907. C:/environtment/msys64/usr/include\sys/_stdint.h(42): error C2082: redefinition of formal parameter 'intptr_t'
  908. C:/environtment/msys64/usr/include\sys/_stdint.h(43): error C2082: redefinition of formal parameter 'uintptr_t'
  909. C:/environtment/msys64/usr/include\machine/types.h(19): error C2085: '__off_t': not in formal parameter list
  910. C:/environtment/msys64/usr/include\machine/types.h(20): error C2085: '__pid_t': not in formal parameter list
  911. C:/environtment/msys64/usr/include\machine/types.h(24): error C2085: '__loff_t': not in formal parameter list
  912. C:/environtment/msys64/usr/include\machine/types.h(28): error C2085: '__suseconds_t': not in formal parameter list
  913. C:/environtment/msys64/usr/include\sys/types.h(95): error C2085: 'u_char': not in formal parameter list
  914. C:/environtment/msys64/usr/include\sys/types.h(99): error C2085: 'u_short': not in formal parameter list
  915. C:/environtment/msys64/usr/include\sys/types.h(103): error C2085: 'u_int': not in formal parameter list
  916. C:/environtment/msys64/usr/include\sys/types.h(107): error C2085: 'u_long': not in formal parameter list
  917. C:/environtment/msys64/usr/include\sys/types.h(113): error C2085: 'ushort': not in formal parameter list
  918. C:/environtment/msys64/usr/include\sys/types.h(114): error C2085: 'uint': not in formal parameter list
  919. C:/environtment/msys64/usr/include\sys/types.h(115): error C2085: 'ulong': not in formal parameter list
  920. C:/environtment/msys64/usr/include\sys/types.h(119): error C2085: 'clock_t': not in formal parameter list
  921. C:/environtment/msys64/usr/include\sys/types.h(124): error C2082: redefinition of formal parameter 'time_t'
  922. C:/environtment/msys64/usr/include\sys/types.h(129): error C2085: 'daddr_t': not in formal parameter list
  923. C:/environtment/msys64/usr/include\sys/types.h(133): error C2085: 'caddr_t': not in formal parameter list
  924. C:/environtment/msys64/usr/include\sys/types.h(142): error C2085: 'ino_t': not in formal parameter list
  925. C:/environtment/msys64/usr/include\sys/types.h(171): error C2085: 'off_t': not in formal parameter list
  926. C:/environtment/msys64/usr/include\sys/types.h(172): error C2085: 'dev_t': not in formal parameter list
  927. C:/environtment/msys64/usr/include\sys/types.h(173): error C2085: 'uid_t': not in formal parameter list
  928. C:/environtment/msys64/usr/include\sys/types.h(174): error C2085: 'gid_t': not in formal parameter list
  929. C:/environtment/msys64/usr/include\sys/types.h(180): error C2085: 'pid_t': not in formal parameter list
  930. C:/environtment/msys64/usr/include\sys/types.h(188): error C2085: 'key_t': not in formal parameter list
  931. C:/environtment/msys64/usr/include\sys/types.h(190): error C2085: '_ssize_t': not in formal parameter list
  932. C:/environtment/msys64/usr/include\sys/types.h(190): error C2146: syntax error: missing ',' before identifier '<Unknown>'
  933. C:/environtment/msys64/usr/include\sys/types.h(204): error C2085: 'mode_t': not in formal parameter list
  934. C:/environtment/msys64/usr/include\sys/types.h(209): error C2085: 'nlink_t': not in formal parameter list
  935. C:/environtment/msys64/usr/include\sys/types.h(231): error C2085: 'fd_mask': not in formal parameter list
  936. C:/environtment/msys64/usr/include\sys/types.h(240): error C2061: syntax error: identifier 'fd_mask'
  937. C:/environtment/msys64/usr/include\sys/types.h(241): error C2059: syntax error: '}'
  938. C:/environtment/msys64/usr/include\sys/types.h(274): error C2061: syntax error: identifier 'suseconds_t'
  939. C:/environtment/msys64/usr/include\sys/types.h(274): error C2059: syntax error: ';'
  940. C:/environtment/msys64/usr/include\sys/_intsup.h(74): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
  941. check_header arpa/inet.h
  942. check_cpp
  943. BEGIN ./ffconf.kCCDVEEh.c
  944. 1 #include <arpa/inet.h>
  945. 2 int x;
  946. END ./ffconf.kCCDVEEh.c
  947. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  948. ffconf.kCCDVEEh.c
  949. C:/environtment/msys64/usr/include\sys/_intsup.h(74): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
  950. check_header winsock2.h
  951. check_cpp
  952. BEGIN ./ffconf.kCCDVEEh.c
  953. 1 #include <winsock2.h>
  954. 2 int x;
  955. END ./ffconf.kCCDVEEh.c
  956. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  957. ffconf.kCCDVEEh.c
  958. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  959. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  960. check_func_headers winsock2.h closesocket -lws2
  961. check_ld cc -lws2
  962. check_cc
  963. BEGIN ./ffconf.kCCDVEEh.c
  964. 1 #include <winsock2.h>
  965. 2 long check_closesocket(void) { return (long) closesocket; }
  966. 3 int main(void) { return 0; }
  967. END ./ffconf.kCCDVEEh.c
  968. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  969. ffconf.kCCDVEEh.c
  970. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  971. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  972. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  973. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  974. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  975. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  976. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  977. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  978. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  979. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  980. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  981. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  982. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  983. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  984. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  985. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  986. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  987. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  988. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  989. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  990. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  991. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  992. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  993. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  994. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  995. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  996. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  997. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  998. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  999. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1000. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1001. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1002. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1003. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1004. Please choose the Technical Support command on the Visual C++
  1005. Help menu, or open the Technical Support help file for more information
  1006. check_func_headers winsock2.h closesocket -lws2_32
  1007. check_ld cc -lws2_32
  1008. check_cc
  1009. BEGIN ./ffconf.kCCDVEEh.c
  1010. 1 #include <winsock2.h>
  1011. 2 long check_closesocket(void) { return (long) closesocket; }
  1012. 3 int main(void) { return 0; }
  1013. END ./ffconf.kCCDVEEh.c
  1014. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1015. ffconf.kCCDVEEh.c
  1016. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1017. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1018. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1019. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1020. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1021. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1022. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1023. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1024. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1025. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1026. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1027. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1028. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1029. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1030. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1031. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1032. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1033. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1034. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1035. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1036. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1037. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1038. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1039. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1040. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1041. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1042. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1043. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1044. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1045. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1046. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1047. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1048. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1049. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1050. Please choose the Technical Support command on the Visual C++
  1051. Help menu, or open the Technical Support help file for more information
  1052. check_func_headers ws2tcpip.h getaddrinfo
  1053. check_ld cc
  1054. check_cc
  1055. BEGIN ./ffconf.kCCDVEEh.c
  1056. 1 #include <ws2tcpip.h>
  1057. 2 long check_getaddrinfo(void) { return (long) getaddrinfo; }
  1058. 3 int main(void) { return 0; }
  1059. END ./ffconf.kCCDVEEh.c
  1060. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1061. ffconf.kCCDVEEh.c
  1062. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1063. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1064. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1065. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1066. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1067. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1068. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1069. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1070. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1071. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1072. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1073. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1074. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1075. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1076. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1077. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1078. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1079. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1080. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1081. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1082. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1083. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1084. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1085. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1086. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1087. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1088. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1089. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1090. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1091. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1092. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1093. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1094. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1095. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1096. Please choose the Technical Support command on the Visual C++
  1097. Help menu, or open the Technical Support help file for more information
  1098. check_type ws2tcpip.h socklen_t
  1099. check_code cc ws2tcpip.h socklen_t v
  1100. check_cc
  1101. BEGIN ./ffconf.kCCDVEEh.c
  1102. 1 #include <ws2tcpip.h>
  1103. 2 int main(void) { socklen_t v; return 0; }
  1104. END ./ffconf.kCCDVEEh.c
  1105. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1106. ffconf.kCCDVEEh.c
  1107. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1108. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1109. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1110. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1111. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1112. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1113. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1114. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1115. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1116. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1117. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1118. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1119. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1120. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1121. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1122. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1123. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1124. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1125. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1126. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1127. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1128. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1129. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1130. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1131. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1132. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1133. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1134. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1135. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1136. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1137. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1138. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1139. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1140. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1141. Please choose the Technical Support command on the Visual C++
  1142. Help menu, or open the Technical Support help file for more information
  1143. check_type ws2tcpip.h struct addrinfo
  1144. check_code cc ws2tcpip.h struct addrinfo v
  1145. check_cc
  1146. BEGIN ./ffconf.kCCDVEEh.c
  1147. 1 #include <ws2tcpip.h>
  1148. 2 int main(void) { struct addrinfo v; return 0; }
  1149. END ./ffconf.kCCDVEEh.c
  1150. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1151. ffconf.kCCDVEEh.c
  1152. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1153. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1154. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1155. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1156. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1157. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1158. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1159. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1160. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1161. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1162. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1163. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1164. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1165. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1166. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1167. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1168. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1169. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1170. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1171. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1172. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1173. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1174. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1175. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1176. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1177. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1178. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1179. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1180. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1181. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1182. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1183. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1184. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1185. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1186. Please choose the Technical Support command on the Visual C++
  1187. Help menu, or open the Technical Support help file for more information
  1188. check_type ws2tcpip.h struct group_source_req
  1189. check_code cc ws2tcpip.h struct group_source_req v
  1190. check_cc
  1191. BEGIN ./ffconf.kCCDVEEh.c
  1192. 1 #include <ws2tcpip.h>
  1193. 2 int main(void) { struct group_source_req v; return 0; }
  1194. END ./ffconf.kCCDVEEh.c
  1195. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1196. ffconf.kCCDVEEh.c
  1197. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1198. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1199. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1200. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1201. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1202. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1203. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1204. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1205. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1206. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1207. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1208. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1209. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1210. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1211. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1212. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1213. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1214. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1215. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1216. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1217. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1218. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1219. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1220. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1221. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1222. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1223. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1224. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1225. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1226. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1227. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1228. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1229. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1230. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1231. Please choose the Technical Support command on the Visual C++
  1232. Help menu, or open the Technical Support help file for more information
  1233. check_type ws2tcpip.h struct ip_mreq_source
  1234. check_code cc ws2tcpip.h struct ip_mreq_source v
  1235. check_cc
  1236. BEGIN ./ffconf.kCCDVEEh.c
  1237. 1 #include <ws2tcpip.h>
  1238. 2 int main(void) { struct ip_mreq_source v; return 0; }
  1239. END ./ffconf.kCCDVEEh.c
  1240. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1241. ffconf.kCCDVEEh.c
  1242. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1243. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1244. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1245. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1246. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1247. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1248. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1249. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1250. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1251. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1252. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1253. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1254. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1255. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1256. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1257. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1258. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1259. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1260. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1261. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1262. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1263. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1264. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1265. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1266. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1267. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1268. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1269. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1270. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1271. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1272. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1273. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1274. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1275. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1276. Please choose the Technical Support command on the Visual C++
  1277. Help menu, or open the Technical Support help file for more information
  1278. check_type ws2tcpip.h struct ipv6_mreq
  1279. check_code cc ws2tcpip.h struct ipv6_mreq v
  1280. check_cc
  1281. BEGIN ./ffconf.kCCDVEEh.c
  1282. 1 #include <ws2tcpip.h>
  1283. 2 int main(void) { struct ipv6_mreq v; return 0; }
  1284. END ./ffconf.kCCDVEEh.c
  1285. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1286. ffconf.kCCDVEEh.c
  1287. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1288. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1289. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1290. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1291. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1292. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1293. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1294. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1295. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1296. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1297. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1298. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1299. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1300. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1301. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1302. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1303. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1304. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1305. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1306. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1307. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1308. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1309. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1310. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1311. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1312. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1313. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1314. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1315. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1316. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1317. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1318. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1319. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1320. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1321. Please choose the Technical Support command on the Visual C++
  1322. Help menu, or open the Technical Support help file for more information
  1323. check_type winsock2.h struct pollfd
  1324. check_code cc winsock2.h struct pollfd v
  1325. check_cc
  1326. BEGIN ./ffconf.kCCDVEEh.c
  1327. 1 #include <winsock2.h>
  1328. 2 int main(void) { struct pollfd v; return 0; }
  1329. END ./ffconf.kCCDVEEh.c
  1330. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1331. ffconf.kCCDVEEh.c
  1332. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1333. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1334. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1335. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1336. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1337. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1338. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1339. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1340. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1341. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1342. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1343. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1344. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1345. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1346. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1347. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1348. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1349. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1350. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1351. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1352. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1353. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1354. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1355. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1356. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1357. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1358. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1359. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1360. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1361. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1362. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1363. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1364. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1365. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1366. Please choose the Technical Support command on the Visual C++
  1367. Help menu, or open the Technical Support help file for more information
  1368. check_struct winsock2.h struct sockaddr sa_len
  1369. check_code cc winsock2.h const void *p = &((struct sockaddr *)0)->sa_len
  1370. check_cc
  1371. BEGIN ./ffconf.kCCDVEEh.c
  1372. 1 #include <winsock2.h>
  1373. 2 int main(void) { const void *p = &((struct sockaddr *)0)->sa_len; return 0; }
  1374. END ./ffconf.kCCDVEEh.c
  1375. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1376. ffconf.kCCDVEEh.c
  1377. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1378. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1379. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1380. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1381. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1382. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1383. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1384. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1385. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1386. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1387. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1388. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1389. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1390. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1391. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1392. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1393. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1394. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1395. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1396. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1397. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1398. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1399. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1400. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1401. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1402. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1403. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1404. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1405. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1406. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1407. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1408. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1409. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1410. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1411. Please choose the Technical Support command on the Visual C++
  1412. Help menu, or open the Technical Support help file for more information
  1413. check_type ws2tcpip.h struct sockaddr_in6
  1414. check_code cc ws2tcpip.h struct sockaddr_in6 v
  1415. check_cc
  1416. BEGIN ./ffconf.kCCDVEEh.c
  1417. 1 #include <ws2tcpip.h>
  1418. 2 int main(void) { struct sockaddr_in6 v; return 0; }
  1419. END ./ffconf.kCCDVEEh.c
  1420. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1421. ffconf.kCCDVEEh.c
  1422. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1423. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1424. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1425. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1426. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1427. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1428. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1429. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1430. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1431. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1432. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1433. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1434. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1435. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1436. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1437. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1438. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1439. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1440. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1441. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1442. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1443. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1444. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1445. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1446. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1447. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1448. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1449. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1450. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1451. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1452. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1453. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1454. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1455. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1456. Please choose the Technical Support command on the Visual C++
  1457. Help menu, or open the Technical Support help file for more information
  1458. check_type ws2tcpip.h struct sockaddr_storage
  1459. check_code cc ws2tcpip.h struct sockaddr_storage v
  1460. check_cc
  1461. BEGIN ./ffconf.kCCDVEEh.c
  1462. 1 #include <ws2tcpip.h>
  1463. 2 int main(void) { struct sockaddr_storage v; return 0; }
  1464. END ./ffconf.kCCDVEEh.c
  1465. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1466. ffconf.kCCDVEEh.c
  1467. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1468. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1469. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1470. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1471. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1472. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1473. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1474. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1475. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1476. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1477. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1478. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1479. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1480. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1481. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1482. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1483. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1484. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1485. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1486. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1487. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1488. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1489. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1490. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1491. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1492. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1493. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1494. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1495. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1496. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1497. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1498. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1499. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1500. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1501. Please choose the Technical Support command on the Visual C++
  1502. Help menu, or open the Technical Support help file for more information
  1503. check_builtin atomic_cas_ptr atomic.h void **ptr; void *oldval, *newval; atomic_cas_ptr(ptr, oldval, newval)
  1504. check_code ld atomic.h void **ptr; void *oldval, *newval; atomic_cas_ptr(ptr, oldval, newval) cc
  1505. check_ld cc
  1506. check_cc
  1507. BEGIN ./ffconf.kCCDVEEh.c
  1508. 1 #include <atomic.h>
  1509. 2 int main(void) { void **ptr; void *oldval, *newval; atomic_cas_ptr(ptr, oldval, newval); return 0; }
  1510. END ./ffconf.kCCDVEEh.c
  1511. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1512. ffconf.kCCDVEEh.c
  1513. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'atomic.h': No such file or directory
  1514. check_builtin atomic_compare_exchange int *ptr, *oldval; int newval; __atomic_compare_exchange_n(ptr, oldval, newval, 0, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST)
  1515. check_code ld int *ptr, *oldval; int newval; __atomic_compare_exchange_n(ptr, oldval, newval, 0, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) cc
  1516. check_ld cc
  1517. check_cc
  1518. BEGIN ./ffconf.kCCDVEEh.c
  1519. 1 int main(void) { int *ptr, *oldval; int newval; __atomic_compare_exchange_n(ptr, oldval, newval, 0, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); return 0; }
  1520. END ./ffconf.kCCDVEEh.c
  1521. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1522. ffconf.kCCDVEEh.c
  1523. ./ffconf.kCCDVEEh.c(1): error C2065: '__ATOMIC_SEQ_CST': undeclared identifier
  1524. check_builtin machine_rw_barrier mbarrier.h __machine_rw_barrier()
  1525. check_code ld mbarrier.h __machine_rw_barrier() cc
  1526. check_ld cc
  1527. check_cc
  1528. BEGIN ./ffconf.kCCDVEEh.c
  1529. 1 #include <mbarrier.h>
  1530. 2 int main(void) { __machine_rw_barrier(); return 0; }
  1531. END ./ffconf.kCCDVEEh.c
  1532. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1533. ffconf.kCCDVEEh.c
  1534. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'mbarrier.h': No such file or directory
  1535. check_builtin MemoryBarrier windows.h MemoryBarrier()
  1536. check_code ld windows.h MemoryBarrier() cc
  1537. check_ld cc
  1538. check_cc
  1539. BEGIN ./ffconf.kCCDVEEh.c
  1540. 1 #include <windows.h>
  1541. 2 int main(void) { MemoryBarrier(); return 0; }
  1542. END ./ffconf.kCCDVEEh.c
  1543. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1544. ffconf.kCCDVEEh.c
  1545. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  1546. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  1547. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1548. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1549. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1550. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1551. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1552. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1553. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1554. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1555. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1556. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1557. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1558. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1559. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1560. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1561. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1562. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1563. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1564. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1565. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1566. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1567. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1568. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1569. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1570. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1571. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1572. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1573. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1574. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1575. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1576. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1577. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1578. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1579. Please choose the Technical Support command on the Visual C++
  1580. Help menu, or open the Technical Support help file for more information
  1581. check_builtin sarestart signal.h SA_RESTART
  1582. check_code ld signal.h SA_RESTART cc
  1583. check_ld cc
  1584. check_cc
  1585. BEGIN ./ffconf.kCCDVEEh.c
  1586. 1 #include <signal.h>
  1587. 2 int main(void) { SA_RESTART; return 0; }
  1588. END ./ffconf.kCCDVEEh.c
  1589. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1590. ffconf.kCCDVEEh.c
  1591. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1592. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1593. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1594. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1595. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1596. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1597. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1598. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1599. C:/environtment/msys64/usr/include\sys/_stdint.h(19): error C2085: 'int8_t': not in formal parameter list
  1600. C:/environtment/msys64/usr/include\sys/_stdint.h(20): error C2085: 'uint8_t': not in formal parameter list
  1601. C:/environtment/msys64/usr/include\sys/_stdint.h(25): error C2085: 'int16_t': not in formal parameter list
  1602. C:/environtment/msys64/usr/include\sys/_stdint.h(26): error C2085: 'uint16_t': not in formal parameter list
  1603. C:/environtment/msys64/usr/include\sys/_stdint.h(31): error C2085: 'int32_t': not in formal parameter list
  1604. C:/environtment/msys64/usr/include\sys/_stdint.h(32): error C2085: 'uint32_t': not in formal parameter list
  1605. C:/environtment/msys64/usr/include\sys/_stdint.h(37): error C2085: 'int64_t': not in formal parameter list
  1606. C:/environtment/msys64/usr/include\sys/_stdint.h(38): error C2085: 'uint64_t': not in formal parameter list
  1607. C:/environtment/msys64/usr/include\sys/_stdint.h(42): error C2082: redefinition of formal parameter 'intptr_t'
  1608. C:/environtment/msys64/usr/include\sys/_stdint.h(43): error C2082: redefinition of formal parameter 'uintptr_t'
  1609. C:/environtment/msys64/usr/include\machine/types.h(19): error C2085: '__off_t': not in formal parameter list
  1610. C:/environtment/msys64/usr/include\machine/types.h(20): error C2085: '__pid_t': not in formal parameter list
  1611. C:/environtment/msys64/usr/include\machine/types.h(24): error C2085: '__loff_t': not in formal parameter list
  1612. C:/environtment/msys64/usr/include\machine/types.h(28): error C2085: '__suseconds_t': not in formal parameter list
  1613. C:/environtment/msys64/usr/include\sys/types.h(95): error C2085: 'u_char': not in formal parameter list
  1614. C:/environtment/msys64/usr/include\sys/types.h(99): error C2085: 'u_short': not in formal parameter list
  1615. C:/environtment/msys64/usr/include\sys/types.h(103): error C2085: 'u_int': not in formal parameter list
  1616. C:/environtment/msys64/usr/include\sys/types.h(107): error C2085: 'u_long': not in formal parameter list
  1617. C:/environtment/msys64/usr/include\sys/types.h(113): error C2085: 'ushort': not in formal parameter list
  1618. C:/environtment/msys64/usr/include\sys/types.h(114): error C2085: 'uint': not in formal parameter list
  1619. C:/environtment/msys64/usr/include\sys/types.h(115): error C2085: 'ulong': not in formal parameter list
  1620. C:/environtment/msys64/usr/include\sys/types.h(119): error C2085: 'clock_t': not in formal parameter list
  1621. C:/environtment/msys64/usr/include\sys/types.h(124): error C2082: redefinition of formal parameter 'time_t'
  1622. C:/environtment/msys64/usr/include\sys/types.h(129): error C2085: 'daddr_t': not in formal parameter list
  1623. C:/environtment/msys64/usr/include\sys/types.h(133): error C2085: 'caddr_t': not in formal parameter list
  1624. C:/environtment/msys64/usr/include\sys/types.h(142): error C2085: 'ino_t': not in formal parameter list
  1625. C:/environtment/msys64/usr/include\sys/types.h(171): error C2085: 'off_t': not in formal parameter list
  1626. C:/environtment/msys64/usr/include\sys/types.h(172): error C2085: 'dev_t': not in formal parameter list
  1627. C:/environtment/msys64/usr/include\sys/types.h(173): error C2085: 'uid_t': not in formal parameter list
  1628. C:/environtment/msys64/usr/include\sys/types.h(174): error C2085: 'gid_t': not in formal parameter list
  1629. C:/environtment/msys64/usr/include\sys/types.h(180): error C2085: 'pid_t': not in formal parameter list
  1630. C:/environtment/msys64/usr/include\sys/types.h(188): error C2085: 'key_t': not in formal parameter list
  1631. C:/environtment/msys64/usr/include\sys/types.h(190): error C2085: '_ssize_t': not in formal parameter list
  1632. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1633. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1634. Please choose the Technical Support command on the Visual C++
  1635. Help menu, or open the Technical Support help file for more information
  1636. check_builtin sync_val_compare_and_swap int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval)
  1637. check_code ld int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval) cc
  1638. check_ld cc
  1639. check_cc
  1640. BEGIN ./ffconf.kCCDVEEh.c
  1641. 1 int main(void) { int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval); return 0; }
  1642. END ./ffconf.kCCDVEEh.c
  1643. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1644. ffconf.kCCDVEEh.c
  1645. c:\environtment\msys64\home\tim\ffmpeg\ffconf.kccdveeh.c(1) : warning C4700: uninitialized local variable 'newval' used
  1646. c:\environtment\msys64\home\tim\ffmpeg\ffconf.kccdveeh.c(1) : warning C4700: uninitialized local variable 'oldval' used
  1647. c:\environtment\msys64\home\tim\ffmpeg\ffconf.kccdveeh.c(1) : warning C4700: uninitialized local variable 'ptr' used
  1648. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  1649. Microsoft (R) Incremental Linker Version 14.00.23506.0
  1650. Copyright (C) Microsoft Corporation. All rights reserved.
  1651.  
  1652. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  1653. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol ___sync_val_compare_and_swap referenced in function _main
  1654. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  1655. check_builtin gmtime_r time.h time_t *time; struct tm *tm; gmtime_r(time, tm)
  1656. check_code ld time.h time_t *time; struct tm *tm; gmtime_r(time, tm) cc
  1657. check_ld cc
  1658. check_cc
  1659. BEGIN ./ffconf.kCCDVEEh.c
  1660. 1 #include <time.h>
  1661. 2 int main(void) { time_t *time; struct tm *tm; gmtime_r(time, tm); return 0; }
  1662. END ./ffconf.kCCDVEEh.c
  1663. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1664. ffconf.kCCDVEEh.c
  1665. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1666. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1667. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1668. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1669. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1670. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1671. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1672. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1673. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1674. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1675. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1676. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1677. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1678. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1679. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1680. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1681. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1682. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1683. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1684. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1685. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1686. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1687. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1688. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1689. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1690. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1691. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1692. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1693. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1694. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1695. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1696. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1697. Please choose the Technical Support command on the Visual C++
  1698. Help menu, or open the Technical Support help file for more information
  1699. check_builtin localtime_r time.h time_t *time; struct tm *tm; localtime_r(time, tm)
  1700. check_code ld time.h time_t *time; struct tm *tm; localtime_r(time, tm) cc
  1701. check_ld cc
  1702. check_cc
  1703. BEGIN ./ffconf.kCCDVEEh.c
  1704. 1 #include <time.h>
  1705. 2 int main(void) { time_t *time; struct tm *tm; localtime_r(time, tm); return 0; }
  1706. END ./ffconf.kCCDVEEh.c
  1707. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1708. ffconf.kCCDVEEh.c
  1709. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1710. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1711. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1712. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1713. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1714. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1715. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1716. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1717. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1718. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1719. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1720. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1721. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1722. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1723. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1724. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1725. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1726. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1727. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1728. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1729. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1730. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1731. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1732. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1733. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1734. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1735. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1736. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1737. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1738. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1739. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1740. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1741. Please choose the Technical Support command on the Visual C++
  1742. Help menu, or open the Technical Support help file for more information
  1743. check_func_headers malloc.h _aligned_malloc
  1744. check_ld cc
  1745. check_cc
  1746. BEGIN ./ffconf.kCCDVEEh.c
  1747. 1 #include <malloc.h>
  1748. 2 long check__aligned_malloc(void) { return (long) _aligned_malloc; }
  1749. 3 int main(void) { return 0; }
  1750. END ./ffconf.kCCDVEEh.c
  1751. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1752. ffconf.kCCDVEEh.c
  1753. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1754. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1755. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1756. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1757. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1758. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1759. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1760. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1761. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1762. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1763. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1764. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1765. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1766. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1767. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1768. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1769. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1770. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1771. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1772. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1773. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1774. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1775. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1776. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1777. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1778. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1779. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1780. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1781. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1782. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1783. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1784. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1785. Please choose the Technical Support command on the Visual C++
  1786. Help menu, or open the Technical Support help file for more information
  1787. check_func memalign
  1788. check_ld cc
  1789. check_cc
  1790. BEGIN ./ffconf.kCCDVEEh.c
  1791. 1 extern int memalign();
  1792. 2 int main(void){ memalign(); }
  1793. END ./ffconf.kCCDVEEh.c
  1794. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1795. ffconf.kCCDVEEh.c
  1796. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  1797. Microsoft (R) Incremental Linker Version 14.00.23506.0
  1798. Copyright (C) Microsoft Corporation. All rights reserved.
  1799.  
  1800. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  1801. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _memalign referenced in function _main
  1802. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  1803. check_func posix_memalign
  1804. check_ld cc
  1805. check_cc
  1806. BEGIN ./ffconf.kCCDVEEh.c
  1807. 1 extern int posix_memalign();
  1808. 2 int main(void){ posix_memalign(); }
  1809. END ./ffconf.kCCDVEEh.c
  1810. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1811. ffconf.kCCDVEEh.c
  1812. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  1813. Microsoft (R) Incremental Linker Version 14.00.23506.0
  1814. Copyright (C) Microsoft Corporation. All rights reserved.
  1815.  
  1816. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  1817. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _posix_memalign referenced in function _main
  1818. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  1819. check_func access
  1820. check_ld cc
  1821. check_cc
  1822. BEGIN ./ffconf.kCCDVEEh.c
  1823. 1 extern int access();
  1824. 2 int main(void){ access(); }
  1825. END ./ffconf.kCCDVEEh.c
  1826. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1827. ffconf.kCCDVEEh.c
  1828. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  1829. Microsoft (R) Incremental Linker Version 14.00.23506.0
  1830. Copyright (C) Microsoft Corporation. All rights reserved.
  1831.  
  1832. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  1833. check_func_headers time.h clock_gettime
  1834. check_ld cc
  1835. check_cc
  1836. BEGIN ./ffconf.kCCDVEEh.c
  1837. 1 #include <time.h>
  1838. 2 long check_clock_gettime(void) { return (long) clock_gettime; }
  1839. 3 int main(void) { return 0; }
  1840. END ./ffconf.kCCDVEEh.c
  1841. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1842. ffconf.kCCDVEEh.c
  1843. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1844. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1845. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1846. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1847. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1848. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1849. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1850. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1851. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1852. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1853. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1854. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1855. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1856. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1857. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1858. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1859. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1860. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1861. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1862. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1863. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1864. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1865. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1866. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1867. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1868. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1869. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1870. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1871. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1872. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1873. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1874. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1875. Please choose the Technical Support command on the Visual C++
  1876. Help menu, or open the Technical Support help file for more information
  1877. check_func_headers time.h clock_gettime -lrt
  1878. check_ld cc -lrt
  1879. check_cc
  1880. BEGIN ./ffconf.kCCDVEEh.c
  1881. 1 #include <time.h>
  1882. 2 long check_clock_gettime(void) { return (long) clock_gettime; }
  1883. 3 int main(void) { return 0; }
  1884. END ./ffconf.kCCDVEEh.c
  1885. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1886. ffconf.kCCDVEEh.c
  1887. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  1888. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  1889. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  1890. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  1891. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  1892. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  1893. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  1894. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  1895. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  1896. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  1897. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  1898. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  1899. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  1900. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  1901. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  1902. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  1903. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  1904. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  1905. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  1906. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  1907. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  1908. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  1909. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  1910. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  1911. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  1912. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  1913. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  1914. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  1915. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  1916. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  1917. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  1918. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  1919. Please choose the Technical Support command on the Visual C++
  1920. Help menu, or open the Technical Support help file for more information
  1921. check_func fcntl
  1922. check_ld cc
  1923. check_cc
  1924. BEGIN ./ffconf.kCCDVEEh.c
  1925. 1 extern int fcntl();
  1926. 2 int main(void){ fcntl(); }
  1927. END ./ffconf.kCCDVEEh.c
  1928. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1929. ffconf.kCCDVEEh.c
  1930. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  1931. Microsoft (R) Incremental Linker Version 14.00.23506.0
  1932. Copyright (C) Microsoft Corporation. All rights reserved.
  1933.  
  1934. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  1935. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _fcntl referenced in function _main
  1936. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  1937. check_func fork
  1938. check_ld cc
  1939. check_cc
  1940. BEGIN ./ffconf.kCCDVEEh.c
  1941. 1 extern int fork();
  1942. 2 int main(void){ fork(); }
  1943. END ./ffconf.kCCDVEEh.c
  1944. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1945. ffconf.kCCDVEEh.c
  1946. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  1947. Microsoft (R) Incremental Linker Version 14.00.23506.0
  1948. Copyright (C) Microsoft Corporation. All rights reserved.
  1949.  
  1950. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  1951. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _fork referenced in function _main
  1952. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  1953. check_func gethrtime
  1954. check_ld cc
  1955. check_cc
  1956. BEGIN ./ffconf.kCCDVEEh.c
  1957. 1 extern int gethrtime();
  1958. 2 int main(void){ gethrtime(); }
  1959. END ./ffconf.kCCDVEEh.c
  1960. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1961. ffconf.kCCDVEEh.c
  1962. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  1963. Microsoft (R) Incremental Linker Version 14.00.23506.0
  1964. Copyright (C) Microsoft Corporation. All rights reserved.
  1965.  
  1966. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  1967. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _gethrtime referenced in function _main
  1968. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  1969. check_func getopt
  1970. check_ld cc
  1971. check_cc
  1972. BEGIN ./ffconf.kCCDVEEh.c
  1973. 1 extern int getopt();
  1974. 2 int main(void){ getopt(); }
  1975. END ./ffconf.kCCDVEEh.c
  1976. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1977. ffconf.kCCDVEEh.c
  1978. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  1979. Microsoft (R) Incremental Linker Version 14.00.23506.0
  1980. Copyright (C) Microsoft Corporation. All rights reserved.
  1981.  
  1982. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  1983. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _getopt referenced in function _main
  1984. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  1985. check_func getrusage
  1986. check_ld cc
  1987. check_cc
  1988. BEGIN ./ffconf.kCCDVEEh.c
  1989. 1 extern int getrusage();
  1990. 2 int main(void){ getrusage(); }
  1991. END ./ffconf.kCCDVEEh.c
  1992. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  1993. ffconf.kCCDVEEh.c
  1994. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  1995. Microsoft (R) Incremental Linker Version 14.00.23506.0
  1996. Copyright (C) Microsoft Corporation. All rights reserved.
  1997.  
  1998. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  1999. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _getrusage referenced in function _main
  2000. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2001. check_func gettimeofday
  2002. check_ld cc
  2003. check_cc
  2004. BEGIN ./ffconf.kCCDVEEh.c
  2005. 1 extern int gettimeofday();
  2006. 2 int main(void){ gettimeofday(); }
  2007. END ./ffconf.kCCDVEEh.c
  2008. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2009. ffconf.kCCDVEEh.c
  2010. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2011. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2012. Copyright (C) Microsoft Corporation. All rights reserved.
  2013.  
  2014. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2015. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _gettimeofday referenced in function _main
  2016. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2017. check_func isatty
  2018. check_ld cc
  2019. check_cc
  2020. BEGIN ./ffconf.kCCDVEEh.c
  2021. 1 extern int isatty();
  2022. 2 int main(void){ isatty(); }
  2023. END ./ffconf.kCCDVEEh.c
  2024. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2025. ffconf.kCCDVEEh.c
  2026. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2027. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2028. Copyright (C) Microsoft Corporation. All rights reserved.
  2029.  
  2030. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2031. check_func mach_absolute_time
  2032. check_ld cc
  2033. check_cc
  2034. BEGIN ./ffconf.kCCDVEEh.c
  2035. 1 extern int mach_absolute_time();
  2036. 2 int main(void){ mach_absolute_time(); }
  2037. END ./ffconf.kCCDVEEh.c
  2038. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2039. ffconf.kCCDVEEh.c
  2040. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2041. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2042. Copyright (C) Microsoft Corporation. All rights reserved.
  2043.  
  2044. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2045. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _mach_absolute_time referenced in function _main
  2046. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2047. check_func mkstemp
  2048. check_ld cc
  2049. check_cc
  2050. BEGIN ./ffconf.kCCDVEEh.c
  2051. 1 extern int mkstemp();
  2052. 2 int main(void){ mkstemp(); }
  2053. END ./ffconf.kCCDVEEh.c
  2054. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2055. ffconf.kCCDVEEh.c
  2056. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2057. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2058. Copyright (C) Microsoft Corporation. All rights reserved.
  2059.  
  2060. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2061. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _mkstemp referenced in function _main
  2062. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2063. check_func mmap
  2064. check_ld cc
  2065. check_cc
  2066. BEGIN ./ffconf.kCCDVEEh.c
  2067. 1 extern int mmap();
  2068. 2 int main(void){ mmap(); }
  2069. END ./ffconf.kCCDVEEh.c
  2070. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2071. ffconf.kCCDVEEh.c
  2072. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2073. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2074. Copyright (C) Microsoft Corporation. All rights reserved.
  2075.  
  2076. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2077. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _mmap referenced in function _main
  2078. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2079. check_func mprotect
  2080. check_ld cc
  2081. check_cc
  2082. BEGIN ./ffconf.kCCDVEEh.c
  2083. 1 extern int mprotect();
  2084. 2 int main(void){ mprotect(); }
  2085. END ./ffconf.kCCDVEEh.c
  2086. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2087. ffconf.kCCDVEEh.c
  2088. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2089. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2090. Copyright (C) Microsoft Corporation. All rights reserved.
  2091.  
  2092. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2093. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _mprotect referenced in function _main
  2094. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2095. check_func_headers time.h nanosleep
  2096. check_ld cc
  2097. check_cc
  2098. BEGIN ./ffconf.kCCDVEEh.c
  2099. 1 #include <time.h>
  2100. 2 long check_nanosleep(void) { return (long) nanosleep; }
  2101. 3 int main(void) { return 0; }
  2102. END ./ffconf.kCCDVEEh.c
  2103. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2104. ffconf.kCCDVEEh.c
  2105. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2106. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2107. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2108. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2109. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2110. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2111. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2112. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2113. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2114. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2115. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2116. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2117. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2118. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2119. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2120. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2121. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2122. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2123. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2124. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2125. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2126. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2127. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2128. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2129. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2130. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2131. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2132. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2133. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2134. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2135. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2136. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2137. Please choose the Technical Support command on the Visual C++
  2138. Help menu, or open the Technical Support help file for more information
  2139. check_func_headers time.h nanosleep -lrt
  2140. check_ld cc -lrt
  2141. check_cc
  2142. BEGIN ./ffconf.kCCDVEEh.c
  2143. 1 #include <time.h>
  2144. 2 long check_nanosleep(void) { return (long) nanosleep; }
  2145. 3 int main(void) { return 0; }
  2146. END ./ffconf.kCCDVEEh.c
  2147. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2148. ffconf.kCCDVEEh.c
  2149. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2150. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2151. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2152. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2153. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2154. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2155. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2156. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2157. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2158. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2159. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2160. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2161. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2162. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2163. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2164. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2165. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2166. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2167. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2168. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2169. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2170. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2171. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2172. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2173. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2174. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2175. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2176. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2177. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2178. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2179. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2180. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2181. Please choose the Technical Support command on the Visual C++
  2182. Help menu, or open the Technical Support help file for more information
  2183. check_func sched_getaffinity
  2184. check_ld cc
  2185. check_cc
  2186. BEGIN ./ffconf.kCCDVEEh.c
  2187. 1 extern int sched_getaffinity();
  2188. 2 int main(void){ sched_getaffinity(); }
  2189. END ./ffconf.kCCDVEEh.c
  2190. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2191. ffconf.kCCDVEEh.c
  2192. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2193. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2194. Copyright (C) Microsoft Corporation. All rights reserved.
  2195.  
  2196. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2197. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _sched_getaffinity referenced in function _main
  2198. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2199. check_func setrlimit
  2200. check_ld cc
  2201. check_cc
  2202. BEGIN ./ffconf.kCCDVEEh.c
  2203. 1 extern int setrlimit();
  2204. 2 int main(void){ setrlimit(); }
  2205. END ./ffconf.kCCDVEEh.c
  2206. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2207. ffconf.kCCDVEEh.c
  2208. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2209. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2210. Copyright (C) Microsoft Corporation. All rights reserved.
  2211.  
  2212. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2213. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _setrlimit referenced in function _main
  2214. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2215. check_struct sys/stat.h struct stat st_mtim.tv_nsec -D_BSD_SOURCE
  2216. check_code cc sys/stat.h const void *p = &((struct stat *)0)->st_mtim.tv_nsec -D_BSD_SOURCE
  2217. check_cc -D_BSD_SOURCE
  2218. BEGIN ./ffconf.kCCDVEEh.c
  2219. 1 #include <sys/stat.h>
  2220. 2 int main(void) { const void *p = &((struct stat *)0)->st_mtim.tv_nsec; return 0; }
  2221. END ./ffconf.kCCDVEEh.c
  2222. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -D_BSD_SOURCE -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2223. ffconf.kCCDVEEh.c
  2224. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2225. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2226. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2227. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2228. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2229. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2230. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2231. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2232. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2233. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2234. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2235. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2236. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2237. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2238. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2239. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2240. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2241. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2242. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2243. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2244. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2245. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2246. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2247. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2248. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2249. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2250. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2251. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2252. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2253. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2254. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2255. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2256. Please choose the Technical Support command on the Visual C++
  2257. Help menu, or open the Technical Support help file for more information
  2258. check_func strerror_r
  2259. check_ld cc
  2260. check_cc
  2261. BEGIN ./ffconf.kCCDVEEh.c
  2262. 1 extern int strerror_r();
  2263. 2 int main(void){ strerror_r(); }
  2264. END ./ffconf.kCCDVEEh.c
  2265. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2266. ffconf.kCCDVEEh.c
  2267. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2268. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2269. Copyright (C) Microsoft Corporation. All rights reserved.
  2270.  
  2271. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2272. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _strerror_r referenced in function _main
  2273. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2274. check_func sysconf
  2275. check_ld cc
  2276. check_cc
  2277. BEGIN ./ffconf.kCCDVEEh.c
  2278. 1 extern int sysconf();
  2279. 2 int main(void){ sysconf(); }
  2280. END ./ffconf.kCCDVEEh.c
  2281. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2282. ffconf.kCCDVEEh.c
  2283. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2284. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2285. Copyright (C) Microsoft Corporation. All rights reserved.
  2286.  
  2287. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2288. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _sysconf referenced in function _main
  2289. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2290. check_func sysctl
  2291. check_ld cc
  2292. check_cc
  2293. BEGIN ./ffconf.kCCDVEEh.c
  2294. 1 extern int sysctl();
  2295. 2 int main(void){ sysctl(); }
  2296. END ./ffconf.kCCDVEEh.c
  2297. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2298. ffconf.kCCDVEEh.c
  2299. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2300. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2301. Copyright (C) Microsoft Corporation. All rights reserved.
  2302.  
  2303. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2304. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _sysctl referenced in function _main
  2305. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2306. check_func usleep
  2307. check_ld cc
  2308. check_cc
  2309. BEGIN ./ffconf.kCCDVEEh.c
  2310. 1 extern int usleep();
  2311. 2 int main(void){ usleep(); }
  2312. END ./ffconf.kCCDVEEh.c
  2313. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2314. ffconf.kCCDVEEh.c
  2315. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2316. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2317. Copyright (C) Microsoft Corporation. All rights reserved.
  2318.  
  2319. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2320. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _usleep referenced in function _main
  2321. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  2322. check_func_headers conio.h kbhit
  2323. check_ld cc
  2324. check_cc
  2325. BEGIN ./ffconf.kCCDVEEh.c
  2326. 1 #include <conio.h>
  2327. 2 long check_kbhit(void) { return (long) kbhit; }
  2328. 3 int main(void) { return 0; }
  2329. END ./ffconf.kCCDVEEh.c
  2330. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2331. ffconf.kCCDVEEh.c
  2332. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  2333. Microsoft (R) Incremental Linker Version 14.00.23506.0
  2334. Copyright (C) Microsoft Corporation. All rights reserved.
  2335.  
  2336. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  2337. check_func_headers io.h setmode
  2338. check_ld cc
  2339. check_cc
  2340. BEGIN ./ffconf.kCCDVEEh.c
  2341. 1 #include <io.h>
  2342. 2 long check_setmode(void) { return (long) setmode; }
  2343. 3 int main(void) { return 0; }
  2344. END ./ffconf.kCCDVEEh.c
  2345. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2346. ffconf.kCCDVEEh.c
  2347. ./ffconf.kCCDVEEh.c(2): error C2065: 'setmode': undeclared identifier
  2348. check_func_headers lzo/lzo1x.h lzo1x_999_compress
  2349. check_ld cc
  2350. check_cc
  2351. BEGIN ./ffconf.kCCDVEEh.c
  2352. 1 #include <lzo/lzo1x.h>
  2353. 2 long check_lzo1x_999_compress(void) { return (long) lzo1x_999_compress; }
  2354. 3 int main(void) { return 0; }
  2355. END ./ffconf.kCCDVEEh.c
  2356. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2357. ffconf.kCCDVEEh.c
  2358. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'lzo/lzo1x.h': No such file or directory
  2359. check_func_headers stdlib.h getenv
  2360. check_ld cc
  2361. check_cc
  2362. BEGIN ./ffconf.kCCDVEEh.c
  2363. 1 #include <stdlib.h>
  2364. 2 long check_getenv(void) { return (long) getenv; }
  2365. 3 int main(void) { return 0; }
  2366. END ./ffconf.kCCDVEEh.c
  2367. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2368. ffconf.kCCDVEEh.c
  2369. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2370. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2371. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2372. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2373. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2374. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2375. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2376. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2377. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2378. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2379. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2380. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2381. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2382. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2383. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2384. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2385. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2386. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2387. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2388. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2389. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2390. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2391. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2392. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2393. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2394. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2395. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2396. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2397. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2398. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2399. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2400. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2401. Please choose the Technical Support command on the Visual C++
  2402. Help menu, or open the Technical Support help file for more information
  2403. check_func_headers sys/stat.h lstat
  2404. check_ld cc
  2405. check_cc
  2406. BEGIN ./ffconf.kCCDVEEh.c
  2407. 1 #include <sys/stat.h>
  2408. 2 long check_lstat(void) { return (long) lstat; }
  2409. 3 int main(void) { return 0; }
  2410. END ./ffconf.kCCDVEEh.c
  2411. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2412. ffconf.kCCDVEEh.c
  2413. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2414. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2415. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2416. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2417. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2418. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2419. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2420. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2421. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2422. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2423. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2424. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2425. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2426. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2427. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2428. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2429. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2430. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2431. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2432. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2433. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2434. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2435. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2436. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2437. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2438. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2439. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2440. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2441. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2442. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2443. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2444. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2445. Please choose the Technical Support command on the Visual C++
  2446. Help menu, or open the Technical Support help file for more information
  2447. check_func_headers windows.h CoTaskMemFree -lole32
  2448. check_ld cc -lole32
  2449. check_cc
  2450. BEGIN ./ffconf.kCCDVEEh.c
  2451. 1 #include <windows.h>
  2452. 2 long check_CoTaskMemFree(void) { return (long) CoTaskMemFree; }
  2453. 3 int main(void) { return 0; }
  2454. END ./ffconf.kCCDVEEh.c
  2455. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2456. ffconf.kCCDVEEh.c
  2457. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  2458. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  2459. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2460. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2461. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2462. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2463. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2464. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2465. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2466. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2467. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2468. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2469. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2470. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2471. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2472. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2473. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2474. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2475. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2476. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2477. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2478. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2479. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2480. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2481. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2482. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2483. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2484. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2485. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2486. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2487. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2488. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2489. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2490. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2491. Please choose the Technical Support command on the Visual C++
  2492. Help menu, or open the Technical Support help file for more information
  2493. check_func_headers windows.h GetProcessAffinityMask
  2494. check_ld cc
  2495. check_cc
  2496. BEGIN ./ffconf.kCCDVEEh.c
  2497. 1 #include <windows.h>
  2498. 2 long check_GetProcessAffinityMask(void) { return (long) GetProcessAffinityMask; }
  2499. 3 int main(void) { return 0; }
  2500. END ./ffconf.kCCDVEEh.c
  2501. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2502. ffconf.kCCDVEEh.c
  2503. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  2504. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  2505. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2506. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2507. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2508. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2509. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2510. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2511. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2512. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2513. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2514. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2515. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2516. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2517. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2518. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2519. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2520. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2521. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2522. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2523. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2524. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2525. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2526. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2527. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2528. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2529. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2530. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2531. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2532. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2533. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2534. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2535. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2536. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2537. Please choose the Technical Support command on the Visual C++
  2538. Help menu, or open the Technical Support help file for more information
  2539. check_func_headers windows.h GetProcessTimes
  2540. check_ld cc
  2541. check_cc
  2542. BEGIN ./ffconf.kCCDVEEh.c
  2543. 1 #include <windows.h>
  2544. 2 long check_GetProcessTimes(void) { return (long) GetProcessTimes; }
  2545. 3 int main(void) { return 0; }
  2546. END ./ffconf.kCCDVEEh.c
  2547. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2548. ffconf.kCCDVEEh.c
  2549. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  2550. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  2551. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2552. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2553. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2554. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2555. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2556. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2557. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2558. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2559. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2560. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2561. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2562. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2563. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2564. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2565. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2566. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2567. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2568. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2569. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2570. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2571. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2572. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2573. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2574. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2575. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2576. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2577. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2578. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2579. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2580. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2581. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2582. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2583. Please choose the Technical Support command on the Visual C++
  2584. Help menu, or open the Technical Support help file for more information
  2585. check_func_headers windows.h GetSystemTimeAsFileTime
  2586. check_ld cc
  2587. check_cc
  2588. BEGIN ./ffconf.kCCDVEEh.c
  2589. 1 #include <windows.h>
  2590. 2 long check_GetSystemTimeAsFileTime(void) { return (long) GetSystemTimeAsFileTime; }
  2591. 3 int main(void) { return 0; }
  2592. END ./ffconf.kCCDVEEh.c
  2593. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2594. ffconf.kCCDVEEh.c
  2595. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  2596. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  2597. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2598. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2599. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2600. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2601. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2602. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2603. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2604. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2605. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2606. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2607. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2608. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2609. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2610. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2611. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2612. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2613. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2614. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2615. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2616. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2617. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2618. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2619. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2620. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2621. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2622. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2623. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2624. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2625. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2626. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2627. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2628. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2629. Please choose the Technical Support command on the Visual C++
  2630. Help menu, or open the Technical Support help file for more information
  2631. check_func_headers windows.h MapViewOfFile
  2632. check_ld cc
  2633. check_cc
  2634. BEGIN ./ffconf.kCCDVEEh.c
  2635. 1 #include <windows.h>
  2636. 2 long check_MapViewOfFile(void) { return (long) MapViewOfFile; }
  2637. 3 int main(void) { return 0; }
  2638. END ./ffconf.kCCDVEEh.c
  2639. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2640. ffconf.kCCDVEEh.c
  2641. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  2642. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  2643. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2644. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2645. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2646. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2647. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2648. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2649. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2650. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2651. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2652. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2653. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2654. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2655. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2656. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2657. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2658. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2659. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2660. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2661. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2662. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2663. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2664. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2665. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2666. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2667. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2668. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2669. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2670. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2671. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2672. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2673. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2674. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2675. Please choose the Technical Support command on the Visual C++
  2676. Help menu, or open the Technical Support help file for more information
  2677. check_func_headers windows.h PeekNamedPipe
  2678. check_ld cc
  2679. check_cc
  2680. BEGIN ./ffconf.kCCDVEEh.c
  2681. 1 #include <windows.h>
  2682. 2 long check_PeekNamedPipe(void) { return (long) PeekNamedPipe; }
  2683. 3 int main(void) { return 0; }
  2684. END ./ffconf.kCCDVEEh.c
  2685. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2686. ffconf.kCCDVEEh.c
  2687. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  2688. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  2689. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2690. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2691. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2692. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2693. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2694. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2695. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2696. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2697. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2698. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2699. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2700. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2701. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2702. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2703. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2704. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2705. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2706. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2707. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2708. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2709. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2710. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2711. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2712. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2713. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2714. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2715. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2716. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2717. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2718. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2719. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2720. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2721. Please choose the Technical Support command on the Visual C++
  2722. Help menu, or open the Technical Support help file for more information
  2723. check_func_headers windows.h SetConsoleTextAttribute
  2724. check_ld cc
  2725. check_cc
  2726. BEGIN ./ffconf.kCCDVEEh.c
  2727. 1 #include <windows.h>
  2728. 2 long check_SetConsoleTextAttribute(void) { return (long) SetConsoleTextAttribute; }
  2729. 3 int main(void) { return 0; }
  2730. END ./ffconf.kCCDVEEh.c
  2731. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2732. ffconf.kCCDVEEh.c
  2733. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  2734. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  2735. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2736. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2737. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2738. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2739. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2740. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2741. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2742. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2743. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2744. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2745. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2746. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2747. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2748. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2749. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2750. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2751. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2752. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2753. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2754. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2755. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2756. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2757. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2758. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2759. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2760. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2761. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2762. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2763. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2764. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2765. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2766. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2767. Please choose the Technical Support command on the Visual C++
  2768. Help menu, or open the Technical Support help file for more information
  2769. check_func_headers windows.h SetConsoleCtrlHandler
  2770. check_ld cc
  2771. check_cc
  2772. BEGIN ./ffconf.kCCDVEEh.c
  2773. 1 #include <windows.h>
  2774. 2 long check_SetConsoleCtrlHandler(void) { return (long) SetConsoleCtrlHandler; }
  2775. 3 int main(void) { return 0; }
  2776. END ./ffconf.kCCDVEEh.c
  2777. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2778. ffconf.kCCDVEEh.c
  2779. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  2780. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  2781. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2782. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2783. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2784. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2785. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2786. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2787. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2788. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2789. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2790. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2791. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2792. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2793. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2794. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2795. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2796. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2797. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2798. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2799. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2800. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2801. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2802. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2803. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2804. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2805. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2806. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2807. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2808. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2809. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2810. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2811. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2812. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2813. Please choose the Technical Support command on the Visual C++
  2814. Help menu, or open the Technical Support help file for more information
  2815. check_func_headers windows.h Sleep
  2816. check_ld cc
  2817. check_cc
  2818. BEGIN ./ffconf.kCCDVEEh.c
  2819. 1 #include <windows.h>
  2820. 2 long check_Sleep(void) { return (long) Sleep; }
  2821. 3 int main(void) { return 0; }
  2822. END ./ffconf.kCCDVEEh.c
  2823. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2824. ffconf.kCCDVEEh.c
  2825. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  2826. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  2827. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2828. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2829. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2830. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2831. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2832. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2833. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2834. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2835. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2836. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2837. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2838. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2839. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2840. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2841. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2842. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2843. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2844. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2845. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2846. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2847. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2848. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2849. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2850. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2851. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2852. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2853. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2854. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2855. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2856. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2857. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2858. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2859. Please choose the Technical Support command on the Visual C++
  2860. Help menu, or open the Technical Support help file for more information
  2861. check_func_headers windows.h VirtualAlloc
  2862. check_ld cc
  2863. check_cc
  2864. BEGIN ./ffconf.kCCDVEEh.c
  2865. 1 #include <windows.h>
  2866. 2 long check_VirtualAlloc(void) { return (long) VirtualAlloc; }
  2867. 3 int main(void) { return 0; }
  2868. END ./ffconf.kCCDVEEh.c
  2869. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2870. ffconf.kCCDVEEh.c
  2871. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  2872. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  2873. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2874. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2875. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2876. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2877. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2878. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2879. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2880. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2881. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2882. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2883. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2884. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2885. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2886. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2887. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2888. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2889. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2890. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2891. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2892. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2893. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2894. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2895. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2896. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2897. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2898. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2899. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2900. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2901. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2902. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2903. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2904. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2905. Please choose the Technical Support command on the Visual C++
  2906. Help menu, or open the Technical Support help file for more information
  2907. check_struct windows.h CONDITION_VARIABLE Ptr
  2908. check_code cc windows.h const void *p = &((CONDITION_VARIABLE *)0)->Ptr
  2909. check_cc
  2910. BEGIN ./ffconf.kCCDVEEh.c
  2911. 1 #include <windows.h>
  2912. 2 int main(void) { const void *p = &((CONDITION_VARIABLE *)0)->Ptr; return 0; }
  2913. END ./ffconf.kCCDVEEh.c
  2914. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2915. ffconf.kCCDVEEh.c
  2916. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  2917. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  2918. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2919. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2920. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2921. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2922. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2923. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2924. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2925. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2926. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  2927. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  2928. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  2929. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  2930. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  2931. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  2932. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  2933. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  2934. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  2935. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  2936. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  2937. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  2938. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  2939. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  2940. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  2941. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  2942. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  2943. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  2944. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  2945. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  2946. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  2947. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  2948. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  2949. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  2950. Please choose the Technical Support command on the Visual C++
  2951. Help menu, or open the Technical Support help file for more information
  2952. check_func_headers glob.h glob
  2953. check_ld cc
  2954. check_cc
  2955. BEGIN ./ffconf.kCCDVEEh.c
  2956. 1 #include <glob.h>
  2957. 2 long check_glob(void) { return (long) glob; }
  2958. 3 int main(void) { return 0; }
  2959. END ./ffconf.kCCDVEEh.c
  2960. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  2961. ffconf.kCCDVEEh.c
  2962. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  2963. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  2964. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  2965. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  2966. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  2967. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  2968. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  2969. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  2970. C:/environtment/msys64/usr/include\sys/_stdint.h(19): error C2085: 'int8_t': not in formal parameter list
  2971. C:/environtment/msys64/usr/include\sys/_stdint.h(20): error C2085: 'uint8_t': not in formal parameter list
  2972. C:/environtment/msys64/usr/include\sys/_stdint.h(25): error C2085: 'int16_t': not in formal parameter list
  2973. C:/environtment/msys64/usr/include\sys/_stdint.h(26): error C2085: 'uint16_t': not in formal parameter list
  2974. C:/environtment/msys64/usr/include\sys/_stdint.h(31): error C2085: 'int32_t': not in formal parameter list
  2975. C:/environtment/msys64/usr/include\sys/_stdint.h(32): error C2085: 'uint32_t': not in formal parameter list
  2976. C:/environtment/msys64/usr/include\sys/_stdint.h(37): error C2085: 'int64_t': not in formal parameter list
  2977. C:/environtment/msys64/usr/include\sys/_stdint.h(38): error C2085: 'uint64_t': not in formal parameter list
  2978. C:/environtment/msys64/usr/include\sys/_stdint.h(42): error C2082: redefinition of formal parameter 'intptr_t'
  2979. C:/environtment/msys64/usr/include\sys/_stdint.h(43): error C2082: redefinition of formal parameter 'uintptr_t'
  2980. C:/environtment/msys64/usr/include\machine/types.h(19): error C2085: '__off_t': not in formal parameter list
  2981. C:/environtment/msys64/usr/include\machine/types.h(20): error C2085: '__pid_t': not in formal parameter list
  2982. C:/environtment/msys64/usr/include\machine/types.h(24): error C2085: '__loff_t': not in formal parameter list
  2983. C:/environtment/msys64/usr/include\machine/types.h(28): error C2085: '__suseconds_t': not in formal parameter list
  2984. C:/environtment/msys64/usr/include\sys/types.h(95): error C2085: 'u_char': not in formal parameter list
  2985. C:/environtment/msys64/usr/include\sys/types.h(99): error C2085: 'u_short': not in formal parameter list
  2986. C:/environtment/msys64/usr/include\sys/types.h(103): error C2085: 'u_int': not in formal parameter list
  2987. C:/environtment/msys64/usr/include\sys/types.h(107): error C2085: 'u_long': not in formal parameter list
  2988. C:/environtment/msys64/usr/include\sys/types.h(113): error C2085: 'ushort': not in formal parameter list
  2989. C:/environtment/msys64/usr/include\sys/types.h(114): error C2085: 'uint': not in formal parameter list
  2990. C:/environtment/msys64/usr/include\sys/types.h(115): error C2085: 'ulong': not in formal parameter list
  2991. C:/environtment/msys64/usr/include\sys/types.h(119): error C2085: 'clock_t': not in formal parameter list
  2992. C:/environtment/msys64/usr/include\sys/types.h(124): error C2082: redefinition of formal parameter 'time_t'
  2993. C:/environtment/msys64/usr/include\sys/types.h(129): error C2085: 'daddr_t': not in formal parameter list
  2994. C:/environtment/msys64/usr/include\sys/types.h(133): error C2085: 'caddr_t': not in formal parameter list
  2995. C:/environtment/msys64/usr/include\sys/types.h(142): error C2085: 'ino_t': not in formal parameter list
  2996. C:/environtment/msys64/usr/include\sys/types.h(171): error C2085: 'off_t': not in formal parameter list
  2997. C:/environtment/msys64/usr/include\sys/types.h(172): error C2085: 'dev_t': not in formal parameter list
  2998. C:/environtment/msys64/usr/include\sys/types.h(173): error C2085: 'uid_t': not in formal parameter list
  2999. C:/environtment/msys64/usr/include\sys/types.h(174): error C2085: 'gid_t': not in formal parameter list
  3000. C:/environtment/msys64/usr/include\sys/types.h(180): error C2085: 'pid_t': not in formal parameter list
  3001. C:/environtment/msys64/usr/include\sys/types.h(188): error C2085: 'key_t': not in formal parameter list
  3002. C:/environtment/msys64/usr/include\sys/types.h(190): error C2085: '_ssize_t': not in formal parameter list
  3003. C:/environtment/msys64/usr/include\sys/types.h(190): error C2146: syntax error: missing ',' before identifier ''
  3004. C:/environtment/msys64/usr/include\sys/types.h(204): error C2085: 'mode_t': not in formal parameter list
  3005. C:/environtment/msys64/usr/include\sys/types.h(209): error C2085: 'nlink_t': not in formal parameter list
  3006. C:/environtment/msys64/usr/include\sys/types.h(231): error C2085: 'fd_mask': not in formal parameter list
  3007. C:/environtment/msys64/usr/include\sys/types.h(240): error C2061: syntax error: identifier 'fd_mask'
  3008. C:/environtment/msys64/usr/include\sys/types.h(241): error C2059: syntax error: '}'
  3009. C:/environtment/msys64/usr/include\sys/types.h(274): error C2061: syntax error: identifier 'suseconds_t'
  3010. C:/environtment/msys64/usr/include\sys/types.h(274): error C2059: syntax error: ';'
  3011. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  3012. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  3013. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  3014. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  3015. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  3016. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  3017. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  3018. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  3019. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  3020. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  3021. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  3022. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  3023. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  3024. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  3025. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  3026. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  3027. Please choose the Technical Support command on the Visual C++
  3028. Help menu, or open the Technical Support help file for more information
  3029. check_func_headers X11/Xlib.h X11/extensions/Xvlib.h XvGetPortAttribute -lXv -lX11 -lXext
  3030. check_ld cc -lXv -lX11 -lXext
  3031. check_cc
  3032. BEGIN ./ffconf.kCCDVEEh.c
  3033. 1 #include <X11/Xlib.h>
  3034. 2 #include <X11/extensions/Xvlib.h>
  3035. 3 long check_XvGetPortAttribute(void) { return (long) XvGetPortAttribute; }
  3036. 4 int main(void) { return 0; }
  3037. END ./ffconf.kCCDVEEh.c
  3038. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3039. ffconf.kCCDVEEh.c
  3040. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'X11/Xlib.h': No such file or directory
  3041. check_header direct.h
  3042. check_cpp
  3043. BEGIN ./ffconf.kCCDVEEh.c
  3044. 1 #include <direct.h>
  3045. 2 int x;
  3046. END ./ffconf.kCCDVEEh.c
  3047. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3048. ffconf.kCCDVEEh.c
  3049. check_header dirent.h
  3050. check_cpp
  3051. BEGIN ./ffconf.kCCDVEEh.c
  3052. 1 #include <dirent.h>
  3053. 2 int x;
  3054. END ./ffconf.kCCDVEEh.c
  3055. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3056. ffconf.kCCDVEEh.c
  3057. check_header dlfcn.h
  3058. check_cpp
  3059. BEGIN ./ffconf.kCCDVEEh.c
  3060. 1 #include <dlfcn.h>
  3061. 2 int x;
  3062. END ./ffconf.kCCDVEEh.c
  3063. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3064. ffconf.kCCDVEEh.c
  3065. check_header d3d11.h
  3066. check_cpp
  3067. BEGIN ./ffconf.kCCDVEEh.c
  3068. 1 #include <d3d11.h>
  3069. 2 int x;
  3070. END ./ffconf.kCCDVEEh.c
  3071. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3072. ffconf.kCCDVEEh.c
  3073. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  3074. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  3075. check_header dxva.h
  3076. check_cpp
  3077. BEGIN ./ffconf.kCCDVEEh.c
  3078. 1 #include <dxva.h>
  3079. 2 int x;
  3080. END ./ffconf.kCCDVEEh.c
  3081. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3082. ffconf.kCCDVEEh.c
  3083. check_header dxva2api.h -D_WIN32_WINNT=0x0600
  3084. check_cpp -D_WIN32_WINNT=0x0600
  3085. BEGIN ./ffconf.kCCDVEEh.c
  3086. 1 #include <dxva2api.h>
  3087. 2 int x;
  3088. END ./ffconf.kCCDVEEh.c
  3089. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -D_WIN32_WINNT=0x0600 -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3090. ffconf.kCCDVEEh.c
  3091. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  3092. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  3093. check_header io.h
  3094. check_cpp
  3095. BEGIN ./ffconf.kCCDVEEh.c
  3096. 1 #include <io.h>
  3097. 2 int x;
  3098. END ./ffconf.kCCDVEEh.c
  3099. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3100. ffconf.kCCDVEEh.c
  3101. check_header libcrystalhd/libcrystalhd_if.h
  3102. check_cpp
  3103. BEGIN ./ffconf.kCCDVEEh.c
  3104. 1 #include <libcrystalhd/libcrystalhd_if.h>
  3105. 2 int x;
  3106. END ./ffconf.kCCDVEEh.c
  3107. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3108. ffconf.kCCDVEEh.c
  3109. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'libcrystalhd/libcrystalhd_if.h': No such file or directory
  3110. check_header mach/mach_time.h
  3111. check_cpp
  3112. BEGIN ./ffconf.kCCDVEEh.c
  3113. 1 #include <mach/mach_time.h>
  3114. 2 int x;
  3115. END ./ffconf.kCCDVEEh.c
  3116. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3117. ffconf.kCCDVEEh.c
  3118. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'mach/mach_time.h': No such file or directory
  3119. check_header malloc.h
  3120. check_cpp
  3121. BEGIN ./ffconf.kCCDVEEh.c
  3122. 1 #include <malloc.h>
  3123. 2 int x;
  3124. END ./ffconf.kCCDVEEh.c
  3125. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3126. ffconf.kCCDVEEh.c
  3127. check_header net/udplite.h
  3128. check_cpp
  3129. BEGIN ./ffconf.kCCDVEEh.c
  3130. 1 #include <net/udplite.h>
  3131. 2 int x;
  3132. END ./ffconf.kCCDVEEh.c
  3133. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3134. ffconf.kCCDVEEh.c
  3135. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'net/udplite.h': No such file or directory
  3136. check_header poll.h
  3137. check_cpp
  3138. BEGIN ./ffconf.kCCDVEEh.c
  3139. 1 #include <poll.h>
  3140. 2 int x;
  3141. END ./ffconf.kCCDVEEh.c
  3142. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3143. ffconf.kCCDVEEh.c
  3144. check_header sys/mman.h
  3145. check_cpp
  3146. BEGIN ./ffconf.kCCDVEEh.c
  3147. 1 #include <sys/mman.h>
  3148. 2 int x;
  3149. END ./ffconf.kCCDVEEh.c
  3150. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3151. ffconf.kCCDVEEh.c
  3152. check_header sys/param.h
  3153. check_cpp
  3154. BEGIN ./ffconf.kCCDVEEh.c
  3155. 1 #include <sys/param.h>
  3156. 2 int x;
  3157. END ./ffconf.kCCDVEEh.c
  3158. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3159. ffconf.kCCDVEEh.c
  3160. check_header sys/resource.h
  3161. check_cpp
  3162. BEGIN ./ffconf.kCCDVEEh.c
  3163. 1 #include <sys/resource.h>
  3164. 2 int x;
  3165. END ./ffconf.kCCDVEEh.c
  3166. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3167. ffconf.kCCDVEEh.c
  3168. check_header sys/select.h
  3169. check_cpp
  3170. BEGIN ./ffconf.kCCDVEEh.c
  3171. 1 #include <sys/select.h>
  3172. 2 int x;
  3173. END ./ffconf.kCCDVEEh.c
  3174. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3175. ffconf.kCCDVEEh.c
  3176. check_header sys/time.h
  3177. check_cpp
  3178. BEGIN ./ffconf.kCCDVEEh.c
  3179. 1 #include <sys/time.h>
  3180. 2 int x;
  3181. END ./ffconf.kCCDVEEh.c
  3182. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3183. ffconf.kCCDVEEh.c
  3184. check_header sys/un.h
  3185. check_cpp
  3186. BEGIN ./ffconf.kCCDVEEh.c
  3187. 1 #include <sys/un.h>
  3188. 2 int x;
  3189. END ./ffconf.kCCDVEEh.c
  3190. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3191. ffconf.kCCDVEEh.c
  3192. C:/environtment/msys64/usr/include\sys/_intsup.h(74): fatal error C1189: #error: "Unable to determine type definition of intptr_t"
  3193. check_header termios.h
  3194. check_cpp
  3195. BEGIN ./ffconf.kCCDVEEh.c
  3196. 1 #include <termios.h>
  3197. 2 int x;
  3198. END ./ffconf.kCCDVEEh.c
  3199. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3200. ffconf.kCCDVEEh.c
  3201. check_header unistd.h
  3202. check_cpp
  3203. BEGIN ./ffconf.kCCDVEEh.c
  3204. 1 #include <unistd.h>
  3205. 2 int x;
  3206. END ./ffconf.kCCDVEEh.c
  3207. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3208. ffconf.kCCDVEEh.c
  3209. check_header valgrind/valgrind.h
  3210. check_cpp
  3211. BEGIN ./ffconf.kCCDVEEh.c
  3212. 1 #include <valgrind/valgrind.h>
  3213. 2 int x;
  3214. END ./ffconf.kCCDVEEh.c
  3215. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3216. ffconf.kCCDVEEh.c
  3217. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'valgrind/valgrind.h': No such file or directory
  3218. check_header vdpau/vdpau.h
  3219. check_cpp
  3220. BEGIN ./ffconf.kCCDVEEh.c
  3221. 1 #include <vdpau/vdpau.h>
  3222. 2 int x;
  3223. END ./ffconf.kCCDVEEh.c
  3224. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3225. ffconf.kCCDVEEh.c
  3226. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'vdpau/vdpau.h': No such file or directory
  3227. check_header vdpau/vdpau_x11.h
  3228. check_cpp
  3229. BEGIN ./ffconf.kCCDVEEh.c
  3230. 1 #include <vdpau/vdpau_x11.h>
  3231. 2 int x;
  3232. END ./ffconf.kCCDVEEh.c
  3233. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3234. ffconf.kCCDVEEh.c
  3235. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'vdpau/vdpau_x11.h': No such file or directory
  3236. check_header VideoDecodeAcceleration/VDADecoder.h
  3237. check_cpp
  3238. BEGIN ./ffconf.kCCDVEEh.c
  3239. 1 #include <VideoDecodeAcceleration/VDADecoder.h>
  3240. 2 int x;
  3241. END ./ffconf.kCCDVEEh.c
  3242. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3243. ffconf.kCCDVEEh.c
  3244. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'VideoDecodeAcceleration/VDADecoder.h': No such file or directory
  3245. check_header VideoToolbox/VideoToolbox.h
  3246. check_cpp
  3247. BEGIN ./ffconf.kCCDVEEh.c
  3248. 1 #include <VideoToolbox/VideoToolbox.h>
  3249. 2 int x;
  3250. END ./ffconf.kCCDVEEh.c
  3251. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3252. ffconf.kCCDVEEh.c
  3253. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'VideoToolbox/VideoToolbox.h': No such file or directory
  3254. check_header windows.h
  3255. check_cpp
  3256. BEGIN ./ffconf.kCCDVEEh.c
  3257. 1 #include <windows.h>
  3258. 2 int x;
  3259. END ./ffconf.kCCDVEEh.c
  3260. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3261. ffconf.kCCDVEEh.c
  3262. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  3263. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  3264. check_header X11/extensions/XvMClib.h
  3265. check_cpp
  3266. BEGIN ./ffconf.kCCDVEEh.c
  3267. 1 #include <X11/extensions/XvMClib.h>
  3268. 2 int x;
  3269. END ./ffconf.kCCDVEEh.c
  3270. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3271. ffconf.kCCDVEEh.c
  3272. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'X11/extensions/XvMClib.h': No such file or directory
  3273. check_header asm/types.h
  3274. check_cpp
  3275. BEGIN ./ffconf.kCCDVEEh.c
  3276. 1 #include <asm/types.h>
  3277. 2 int x;
  3278. END ./ffconf.kCCDVEEh.c
  3279. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3280. ffconf.kCCDVEEh.c
  3281. check_lib2 windows.h shellapi.h CommandLineToArgvW -lshell32
  3282. check_func_headers windows.h shellapi.h CommandLineToArgvW -lshell32
  3283. check_ld cc -lshell32
  3284. check_cc
  3285. BEGIN ./ffconf.kCCDVEEh.c
  3286. 1 #include <windows.h>
  3287. 2 #include <shellapi.h>
  3288. 3 long check_CommandLineToArgvW(void) { return (long) CommandLineToArgvW; }
  3289. 4 int main(void) { return 0; }
  3290. END ./ffconf.kCCDVEEh.c
  3291. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3292. ffconf.kCCDVEEh.c
  3293. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  3294. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  3295. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  3296. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  3297. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  3298. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  3299. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  3300. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  3301. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  3302. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  3303. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  3304. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  3305. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  3306. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  3307. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  3308. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  3309. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  3310. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  3311. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  3312. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  3313. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  3314. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  3315. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  3316. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  3317. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  3318. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  3319. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  3320. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  3321. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  3322. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  3323. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  3324. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  3325. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  3326. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  3327. Please choose the Technical Support command on the Visual C++
  3328. Help menu, or open the Technical Support help file for more information
  3329. check_lib2 windows.h wincrypt.h CryptGenRandom -ladvapi32
  3330. check_func_headers windows.h wincrypt.h CryptGenRandom -ladvapi32
  3331. check_ld cc -ladvapi32
  3332. check_cc
  3333. BEGIN ./ffconf.kCCDVEEh.c
  3334. 1 #include <windows.h>
  3335. 2 #include <wincrypt.h>
  3336. 3 long check_CryptGenRandom(void) { return (long) CryptGenRandom; }
  3337. 4 int main(void) { return 0; }
  3338. END ./ffconf.kCCDVEEh.c
  3339. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3340. ffconf.kCCDVEEh.c
  3341. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  3342. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  3343. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  3344. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  3345. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  3346. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  3347. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  3348. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  3349. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  3350. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  3351. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  3352. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  3353. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  3354. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  3355. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  3356. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  3357. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  3358. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  3359. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  3360. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  3361. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  3362. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  3363. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  3364. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  3365. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  3366. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  3367. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  3368. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  3369. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  3370. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  3371. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  3372. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  3373. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  3374. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  3375. Please choose the Technical Support command on the Visual C++
  3376. Help menu, or open the Technical Support help file for more information
  3377. check_lib2 windows.h psapi.h GetProcessMemoryInfo -lpsapi
  3378. check_func_headers windows.h psapi.h GetProcessMemoryInfo -lpsapi
  3379. check_ld cc -lpsapi
  3380. check_cc
  3381. BEGIN ./ffconf.kCCDVEEh.c
  3382. 1 #include <windows.h>
  3383. 2 #include <psapi.h>
  3384. 3 long check_GetProcessMemoryInfo(void) { return (long) GetProcessMemoryInfo; }
  3385. 4 int main(void) { return 0; }
  3386. END ./ffconf.kCCDVEEh.c
  3387. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3388. ffconf.kCCDVEEh.c
  3389. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  3390. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  3391. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  3392. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  3393. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  3394. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  3395. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  3396. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  3397. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  3398. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  3399. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  3400. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  3401. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  3402. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  3403. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  3404. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  3405. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  3406. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  3407. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  3408. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  3409. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  3410. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  3411. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  3412. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  3413. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  3414. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  3415. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  3416. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  3417. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  3418. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  3419. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  3420. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  3421. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  3422. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  3423. Please choose the Technical Support command on the Visual C++
  3424. Help menu, or open the Technical Support help file for more information
  3425. check_lib CoreServices/CoreServices.h UTGetOSTypeFromString -framework CoreServices
  3426. check_header CoreServices/CoreServices.h
  3427. check_cpp
  3428. BEGIN ./ffconf.kCCDVEEh.c
  3429. 1 #include <CoreServices/CoreServices.h>
  3430. 2 int x;
  3431. END ./ffconf.kCCDVEEh.c
  3432. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3433. ffconf.kCCDVEEh.c
  3434. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'CoreServices/CoreServices.h': No such file or directory
  3435. check_struct sys/time.h sys/resource.h struct rusage ru_maxrss
  3436. check_code cc sys/time.h sys/resource.h const void *p = &((struct rusage *)0)->ru_maxrss
  3437. check_cc
  3438. BEGIN ./ffconf.kCCDVEEh.c
  3439. 1 #include <sys/time.h>
  3440. 2 #include <sys/resource.h>
  3441. 3 int main(void) { const void *p = &((struct rusage *)0)->ru_maxrss; return 0; }
  3442. END ./ffconf.kCCDVEEh.c
  3443. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3444. ffconf.kCCDVEEh.c
  3445. C:/environtment/msys64/usr/include\sys/_timeval.h(40): error C2371: 'time_t': redefinition; different basic types
  3446. C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\corecrt.h(489): note: see declaration of 'time_t'
  3447. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  3448. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  3449. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  3450. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  3451. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  3452. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  3453. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  3454. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  3455. C:/environtment/msys64/usr/include\sys/_stdint.h(19): error C2085: 'int8_t': not in formal parameter list
  3456. C:/environtment/msys64/usr/include\sys/_stdint.h(20): error C2085: 'uint8_t': not in formal parameter list
  3457. C:/environtment/msys64/usr/include\sys/_stdint.h(25): error C2085: 'int16_t': not in formal parameter list
  3458. C:/environtment/msys64/usr/include\sys/_stdint.h(26): error C2085: 'uint16_t': not in formal parameter list
  3459. C:/environtment/msys64/usr/include\sys/_stdint.h(31): error C2085: 'int32_t': not in formal parameter list
  3460. C:/environtment/msys64/usr/include\sys/_stdint.h(32): error C2085: 'uint32_t': not in formal parameter list
  3461. C:/environtment/msys64/usr/include\sys/_stdint.h(37): error C2085: 'int64_t': not in formal parameter list
  3462. C:/environtment/msys64/usr/include\sys/_stdint.h(38): error C2085: 'uint64_t': not in formal parameter list
  3463. C:/environtment/msys64/usr/include\sys/_stdint.h(42): error C2082: redefinition of formal parameter 'intptr_t'
  3464. C:/environtment/msys64/usr/include\sys/_stdint.h(43): error C2082: redefinition of formal parameter 'uintptr_t'
  3465. C:/environtment/msys64/usr/include\sys/types.h(95): error C2085: 'u_char': not in formal parameter list
  3466. C:/environtment/msys64/usr/include\sys/types.h(99): error C2085: 'u_short': not in formal parameter list
  3467. C:/environtment/msys64/usr/include\sys/types.h(103): error C2085: 'u_int': not in formal parameter list
  3468. C:/environtment/msys64/usr/include\sys/types.h(107): error C2085: 'u_long': not in formal parameter list
  3469. C:/environtment/msys64/usr/include\sys/types.h(113): error C2085: 'ushort': not in formal parameter list
  3470. C:/environtment/msys64/usr/include\sys/types.h(114): error C2085: 'uint': not in formal parameter list
  3471. C:/environtment/msys64/usr/include\sys/types.h(115): error C2085: 'ulong': not in formal parameter list
  3472. C:/environtment/msys64/usr/include\sys/types.h(119): error C2085: 'clock_t': not in formal parameter list
  3473. C:/environtment/msys64/usr/include\sys/types.h(129): error C2085: 'daddr_t': not in formal parameter list
  3474. C:/environtment/msys64/usr/include\sys/types.h(133): error C2085: 'caddr_t': not in formal parameter list
  3475. C:/environtment/msys64/usr/include\sys/types.h(142): error C2085: 'ino_t': not in formal parameter list
  3476. C:/environtment/msys64/usr/include\sys/types.h(171): error C2085: 'off_t': not in formal parameter list
  3477. C:/environtment/msys64/usr/include\sys/types.h(172): error C2085: 'dev_t': not in formal parameter list
  3478. C:/environtment/msys64/usr/include\sys/types.h(173): error C2085: 'uid_t': not in formal parameter list
  3479. C:/environtment/msys64/usr/include\sys/types.h(174): error C2085: 'gid_t': not in formal parameter list
  3480. C:/environtment/msys64/usr/include\sys/types.h(180): error C2085: 'pid_t': not in formal parameter list
  3481. C:/environtment/msys64/usr/include\sys/types.h(188): error C2085: 'key_t': not in formal parameter list
  3482. C:/environtment/msys64/usr/include\sys/types.h(190): error C2085: '_ssize_t': not in formal parameter list
  3483. C:/environtment/msys64/usr/include\sys/types.h(190): error C2146: syntax error: missing ',' before identifier ''
  3484. C:/environtment/msys64/usr/include\sys/types.h(204): error C2085: 'mode_t': not in formal parameter list
  3485. C:/environtment/msys64/usr/include\sys/types.h(209): error C2085: 'nlink_t': not in formal parameter list
  3486. C:/environtment/msys64/usr/include\sys/types.h(231): error C2085: 'fd_mask': not in formal parameter list
  3487. C:/environtment/msys64/usr/include\sys/types.h(240): error C2061: syntax error: identifier 'fd_mask'
  3488. C:/environtment/msys64/usr/include\sys/types.h(241): error C2059: syntax error: '}'
  3489. C:/environtment/msys64/usr/include\sys/time.h(67): error C2061: syntax error: identifier 'uint64_t'
  3490. C:/environtment/msys64/usr/include\sys/time.h(68): error C2059: syntax error: '}'
  3491. C:/environtment/msys64/usr/include\sys/time.h(71): error C2146: syntax error: missing ')' before identifier '_x'
  3492. C:/environtment/msys64/usr/include\sys/time.h(71): error C2081: 'uint64_t': name in formal parameter list illegal
  3493. C:/environtment/msys64/usr/include\sys/time.h(71): error C2061: syntax error: identifier '_x'
  3494. C:/environtment/msys64/usr/include\sys/time.h(71): error C2059: syntax error: ';'
  3495. C:/environtment/msys64/usr/include\sys/time.h(71): error C2059: syntax error: ')'
  3496. C:/environtment/msys64/usr/include\sys/time.h(72): error C2449: found '{' at file scope (missing function header?)
  3497. C:/environtment/msys64/usr/include\sys/time.h(79): error C2059: syntax error: '}'
  3498. C:/environtment/msys64/usr/include\sys/time.h(95): error C2065: 'uint64_t': undeclared identifier
  3499. C:/environtment/msys64/usr/include\sys/time.h(95): error C2146: syntax error: missing ';' before identifier '_u'
  3500. C:/environtment/msys64/usr/include\sys/time.h(95): error C2065: '_u': undeclared identifier
  3501. C:/environtment/msys64/usr/include\sys/time.h(97): error C2065: '_u': undeclared identifier
  3502. C:/environtment/msys64/usr/include\sys/time.h(97): error C2037: left of 'frac' specifies undefined struct/union 'bintime'
  3503. C:/environtment/msys64/usr/include\sys/time.h(98): error C2037: left of 'frac' specifies undefined struct/union 'bintime'
  3504. C:/environtment/msys64/usr/include\sys/time.h(99): error C2065: '_u': undeclared identifier
  3505. C:/environtment/msys64/usr/include\sys/time.h(99): error C2037: left of 'frac' specifies undefined struct/union 'bintime'
  3506. C:/environtment/msys64/usr/include\sys/time.h(100): error C2037: left of 'sec' specifies undefined struct/union 'bintime'
  3507. C:/environtment/msys64/usr/include\sys/time.h(101): error C2037: left of 'sec' specifies undefined struct/union 'bintime'
  3508. C:/environtment/msys64/usr/include\sys/time.h(105): error C2146: syntax error: missing ')' before identifier '_x'
  3509. C:/environtment/msys64/usr/include\sys/time.h(105): error C2081: 'u_int': name in formal parameter list illegal
  3510. C:/environtment/msys64/usr/include\sys/time.h(105): error C2061: syntax error: identifier '_x'
  3511. C:/environtment/msys64/usr/include\sys/time.h(105): error C2059: syntax error: ';'
  3512. C:/environtment/msys64/usr/include\sys/time.h(105): error C2059: syntax error: ')'
  3513. C:/environtment/msys64/usr/include\sys/time.h(106): error C2449: found '{' at file scope (missing function header?)
  3514. C:/environtment/msys64/usr/include\sys/time.h(114): error C2059: syntax error: '}'
  3515. C:/environtment/msys64/usr/include\sys/time.h(155): error C2037: left of 'sec' specifies undefined struct/union 'bintime'
  3516. C:/environtment/msys64/usr/include\sys/time.h(155): error C2037: left of 'frac' specifies undefined struct/union 'bintime'
  3517. C:/environtment/msys64/usr/include\sys/time.h(155): warning C4033: 'bttosbt' must return a value
  3518. C:/environtment/msys64/usr/include\sys/time.h(160): error C2079: 'sbttobt' uses undefined struct 'bintime'
  3519. C:/environtment/msys64/usr/include\sys/time.h(161): error C2079: '_bt' uses undefined struct 'bintime'
  3520. C:/environtment/msys64/usr/include\sys/time.h(163): error C2224: left of '.sec' must have struct/union type
  3521. C:/environtment/msys64/usr/include\sys/time.h(164): error C2224: left of '.frac' must have struct/union type
  3522. C:/environtment/msys64/usr/include\sys/time.h(165): error C2440: 'return': cannot convert from 'int' to 'bintime'
  3523. C:/environtment/msys64/usr/include\sys/time.h(186): error C2037: left of 'sec' specifies undefined struct/union 'bintime'
  3524. C:/environtment/msys64/usr/include\sys/time.h(187): error C2065: 'uint64_t': undeclared identifier
  3525. C:/environtment/msys64/usr/include\sys/time.h(187): error C2143: syntax error: missing ')' before 'constant'
  3526. C:/environtment/msys64/usr/include\sys/time.h(195): error C2037: left of 'sec' specifies undefined struct/union 'bintime'
  3527. C:/environtment/msys64/usr/include\sys/time.h(197): error C2037: left of 'frac' specifies undefined struct/union 'bintime'
  3528. C:/environtment/msys64/usr/include\sys/time.h(197): error C2065: 'uint64_t': undeclared identifier
  3529. C:/environtment/msys64/usr/include\sys/time.h(197): error C2143: syntax error: missing ';' before 'constant'
  3530. C:/environtment/msys64/usr/include\sys/time.h(204): error C2037: left of 'sec' specifies undefined struct/union 'bintime'
  3531. C:/environtment/msys64/usr/include\sys/time.h(205): error C2065: 'uint64_t': undeclared identifier
  3532. C:/environtment/msys64/usr/include\sys/time.h(205): error C2143: syntax error: missing ')' before 'constant'
  3533. C:/environtment/msys64/usr/include\sys/time.h(212): error C2037: left of 'sec' specifies undefined struct/union 'bintime'
  3534. C:/environtment/msys64/usr/include\sys/time.h(214): error C2037: left of 'frac' specifies undefined struct/union 'bintime'
  3535. C:/environtment/msys64/usr/include\sys/time.h(214): error C2065: 'uint64_t': undeclared identifier
  3536. C:/environtment/msys64/usr/include\sys/time.h(214): error C2143: syntax error: missing ';' before 'constant'
  3537. C:/environtment/msys64/usr/include\sys/time.h(223): error C2065: 'uint64_t': undeclared identifier
  3538. C:/environtment/msys64/usr/include\sys/time.h(223): error C2143: syntax error: missing ')' before 'constant'
  3539. C:/environtment/msys64/usr/include\sys/time.h(232): error C2065: 'uint64_t': undeclared identifier
  3540. C:/environtment/msys64/usr/include\sys/time.h(232): error C2143: syntax error: missing ')' before 'constant'
  3541. C:/environtment/msys64/usr/include\sys/time.h(232): error C2059: syntax error: ')'
  3542. C:/environtment/msys64/usr/include\sys/time.h(241): error C2065: 'uint64_t': undeclared identifier
  3543. C:/environtment/msys64/usr/include\sys/time.h(241): error C2143: syntax error: missing ')' before 'constant'
  3544. C:/environtment/msys64/usr/include\sys/time.h(250): error C2065: 'uint64_t': undeclared identifier
  3545. C:/environtment/msys64/usr/include\sys/time.h(250): error C2143: syntax error: missing ')' before 'constant'
  3546. C:/environtment/msys64/usr/include\sys/time.h(250): error C2059: syntax error: ')'
  3547. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  3548. C:/environtment/msys64/usr/include\sys/reent.h(195): fatal error C1003: error count exceeds 100; stopping compilation
  3549. check_type windows.h dxva.h DXVA_PicParams_HEVC -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -D_CRT_BUILD_DESKTOP_APP=0
  3550. check_code cc windows.h dxva.h DXVA_PicParams_HEVC v -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -D_CRT_BUILD_DESKTOP_APP=0
  3551. check_cc -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -D_CRT_BUILD_DESKTOP_APP=0
  3552. BEGIN ./ffconf.kCCDVEEh.c
  3553. 1 #include <windows.h>
  3554. 2 #include <dxva.h>
  3555. 3 int main(void) { DXVA_PicParams_HEVC v; return 0; }
  3556. END ./ffconf.kCCDVEEh.c
  3557. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -D_CRT_BUILD_DESKTOP_APP=0 -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3558. ffconf.kCCDVEEh.c
  3559. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  3560. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  3561. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  3562. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  3563. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  3564. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  3565. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  3566. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  3567. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  3568. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  3569. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  3570. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  3571. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  3572. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  3573. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  3574. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  3575. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  3576. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  3577. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  3578. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  3579. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  3580. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  3581. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  3582. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  3583. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  3584. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  3585. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  3586. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  3587. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  3588. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  3589. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  3590. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  3591. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  3592. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  3593. Please choose the Technical Support command on the Visual C++
  3594. Help menu, or open the Technical Support help file for more information
  3595. check_type windows.h d3d11.h ID3D11VideoDecoder
  3596. check_code cc windows.h d3d11.h ID3D11VideoDecoder v
  3597. check_cc
  3598. BEGIN ./ffconf.kCCDVEEh.c
  3599. 1 #include <windows.h>
  3600. 2 #include <d3d11.h>
  3601. 3 int main(void) { ID3D11VideoDecoder v; return 0; }
  3602. END ./ffconf.kCCDVEEh.c
  3603. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3604. ffconf.kCCDVEEh.c
  3605. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  3606. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  3607. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  3608. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  3609. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  3610. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  3611. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  3612. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  3613. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  3614. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  3615. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  3616. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  3617. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  3618. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  3619. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  3620. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  3621. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  3622. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  3623. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  3624. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  3625. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  3626. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  3627. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  3628. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  3629. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  3630. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  3631. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  3632. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  3633. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  3634. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  3635. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  3636. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  3637. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  3638. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  3639. Please choose the Technical Support command on the Visual C++
  3640. Help menu, or open the Technical Support help file for more information
  3641. check_type windows.h d3d11.h ID3D11VideoContext
  3642. check_code cc windows.h d3d11.h ID3D11VideoContext v
  3643. check_cc
  3644. BEGIN ./ffconf.kCCDVEEh.c
  3645. 1 #include <windows.h>
  3646. 2 #include <d3d11.h>
  3647. 3 int main(void) { ID3D11VideoContext v; return 0; }
  3648. END ./ffconf.kCCDVEEh.c
  3649. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3650. ffconf.kCCDVEEh.c
  3651. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  3652. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  3653. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  3654. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  3655. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  3656. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  3657. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  3658. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  3659. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  3660. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  3661. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  3662. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  3663. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  3664. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  3665. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  3666. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  3667. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  3668. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  3669. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  3670. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  3671. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  3672. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  3673. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  3674. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  3675. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  3676. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  3677. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  3678. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  3679. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  3680. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  3681. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  3682. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  3683. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  3684. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  3685. Please choose the Technical Support command on the Visual C++
  3686. Help menu, or open the Technical Support help file for more information
  3687. check_type d3d9.h dxva2api.h DXVA2_ConfigPictureDecode -D_WIN32_WINNT=0x0602
  3688. check_code cc d3d9.h dxva2api.h DXVA2_ConfigPictureDecode v -D_WIN32_WINNT=0x0602
  3689. check_cc -D_WIN32_WINNT=0x0602
  3690. BEGIN ./ffconf.kCCDVEEh.c
  3691. 1 #include <d3d9.h>
  3692. 2 #include <dxva2api.h>
  3693. 3 int main(void) { DXVA2_ConfigPictureDecode v; return 0; }
  3694. END ./ffconf.kCCDVEEh.c
  3695. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -D_WIN32_WINNT=0x0602 -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3696. ffconf.kCCDVEEh.c
  3697. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  3698. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  3699. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  3700. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  3701. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  3702. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  3703. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  3704. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  3705. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  3706. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  3707. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  3708. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  3709. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  3710. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  3711. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  3712. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  3713. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  3714. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  3715. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  3716. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  3717. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  3718. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  3719. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  3720. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  3721. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  3722. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  3723. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  3724. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  3725. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  3726. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  3727. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  3728. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  3729. Please choose the Technical Support command on the Visual C++
  3730. Help menu, or open the Technical Support help file for more information
  3731. check_type va/va.h VAPictureParameterBufferHEVC
  3732. check_code cc va/va.h VAPictureParameterBufferHEVC v
  3733. check_cc
  3734. BEGIN ./ffconf.kCCDVEEh.c
  3735. 1 #include <va/va.h>
  3736. 2 int main(void) { VAPictureParameterBufferHEVC v; return 0; }
  3737. END ./ffconf.kCCDVEEh.c
  3738. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3739. ffconf.kCCDVEEh.c
  3740. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'va/va.h': No such file or directory
  3741. check_type vdpau/vdpau.h VdpPictureInfoHEVC
  3742. check_code cc vdpau/vdpau.h VdpPictureInfoHEVC v
  3743. check_cc
  3744. BEGIN ./ffconf.kCCDVEEh.c
  3745. 1 #include <vdpau/vdpau.h>
  3746. 2 int main(void) { VdpPictureInfoHEVC v; return 0; }
  3747. END ./ffconf.kCCDVEEh.c
  3748. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3749. ffconf.kCCDVEEh.c
  3750. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'vdpau/vdpau.h': No such file or directory
  3751. check_cpp_condition windows.h !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
  3752. check_cpp
  3753. BEGIN ./ffconf.kCCDVEEh.c
  3754. 1 #include <windows.h>
  3755. 2 #if !(!WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP))
  3756. 3 #error "unsatisfied condition: !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)"
  3757. 4 #endif
  3758. END ./ffconf.kCCDVEEh.c
  3759. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3760. ffconf.kCCDVEEh.c
  3761. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  3762. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  3763. ./ffconf.kCCDVEEh.c(3): fatal error C1189: #error: "unsatisfied condition: !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)"
  3764. check_func_headers windows.h process.h _beginthreadex
  3765. check_ld cc
  3766. check_cc
  3767. BEGIN ./ffconf.kCCDVEEh.c
  3768. 1 #include <windows.h>
  3769. 2 #include <process.h>
  3770. 3 long check__beginthreadex(void) { return (long) _beginthreadex; }
  3771. 4 int main(void) { return 0; }
  3772. END ./ffconf.kCCDVEEh.c
  3773. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3774. ffconf.kCCDVEEh.c
  3775. C:/environtment/msys64/usr/include\sys/cdefs.h(199): warning C4005: '__volatile': macro redefinition
  3776. C:\Program Files (x86)\Windows Kits\8.1\include\\shared\specstrings_strict.h(998): note: see previous definition of '__volatile'
  3777. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  3778. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  3779. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  3780. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  3781. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  3782. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  3783. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  3784. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  3785. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  3786. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  3787. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  3788. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  3789. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  3790. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  3791. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  3792. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  3793. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  3794. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  3795. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  3796. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  3797. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  3798. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  3799. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  3800. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  3801. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  3802. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  3803. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  3804. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  3805. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  3806. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  3807. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  3808. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  3809. Please choose the Technical Support command on the Visual C++
  3810. Help menu, or open the Technical Support help file for more information
  3811. check_func pthread_join -pthread
  3812. check_ld cc -pthread
  3813. check_cc -pthread
  3814. BEGIN ./ffconf.kCCDVEEh.c
  3815. 1 extern int pthread_join();
  3816. 2 int main(void){ pthread_join(); }
  3817. END ./ffconf.kCCDVEEh.c
  3818. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -pthread -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3819. cl : Command line warning D9002 : ignoring unknown option '-pthread'
  3820. ffconf.kCCDVEEh.c
  3821. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -pthread -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  3822. Microsoft (R) Incremental Linker Version 14.00.23506.0
  3823. Copyright (C) Microsoft Corporation. All rights reserved.
  3824.  
  3825. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  3826. LINK : warning LNK4044: unrecognized option '/pthread'; ignored
  3827. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _pthread_join referenced in function _main
  3828. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  3829. check_func pthread_join -pthreads
  3830. check_ld cc -pthreads
  3831. check_cc -pthreads
  3832. BEGIN ./ffconf.kCCDVEEh.c
  3833. 1 extern int pthread_join();
  3834. 2 int main(void){ pthread_join(); }
  3835. END ./ffconf.kCCDVEEh.c
  3836. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -pthreads -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3837. cl : Command line warning D9002 : ignoring unknown option '-pthreads'
  3838. ffconf.kCCDVEEh.c
  3839. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -pthreads -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  3840. Microsoft (R) Incremental Linker Version 14.00.23506.0
  3841. Copyright (C) Microsoft Corporation. All rights reserved.
  3842.  
  3843. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  3844. LINK : warning LNK4044: unrecognized option '/pthreads'; ignored
  3845. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _pthread_join referenced in function _main
  3846. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  3847. check_func pthread_join -ldl -pthread
  3848. check_ld cc -ldl -pthread
  3849. check_cc -pthread
  3850. BEGIN ./ffconf.kCCDVEEh.c
  3851. 1 extern int pthread_join();
  3852. 2 int main(void){ pthread_join(); }
  3853. END ./ffconf.kCCDVEEh.c
  3854. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -pthread -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3855. cl : Command line warning D9002 : ignoring unknown option '-pthread'
  3856. ffconf.kCCDVEEh.c
  3857. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -pthread -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o dl.lib
  3858. Microsoft (R) Incremental Linker Version 14.00.23506.0
  3859. Copyright (C) Microsoft Corporation. All rights reserved.
  3860.  
  3861. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  3862. LINK : warning LNK4044: unrecognized option '/pthread'; ignored
  3863. LINK : fatal error LNK1181: cannot open input file 'dl.lib'
  3864. check_func pthread_join -lpthreadGC2
  3865. check_ld cc -lpthreadGC2
  3866. check_cc
  3867. BEGIN ./ffconf.kCCDVEEh.c
  3868. 1 extern int pthread_join();
  3869. 2 int main(void){ pthread_join(); }
  3870. END ./ffconf.kCCDVEEh.c
  3871. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3872. ffconf.kCCDVEEh.c
  3873. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o pthreadGC2.lib
  3874. Microsoft (R) Incremental Linker Version 14.00.23506.0
  3875. Copyright (C) Microsoft Corporation. All rights reserved.
  3876.  
  3877. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  3878. LINK : fatal error LNK1181: cannot open input file 'pthreadGC2.lib'
  3879. check_lib pthread.h pthread_join -lpthread
  3880. check_header pthread.h
  3881. check_cpp
  3882. BEGIN ./ffconf.kCCDVEEh.c
  3883. 1 #include <pthread.h>
  3884. 2 int x;
  3885. END ./ffconf.kCCDVEEh.c
  3886. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3887. ffconf.kCCDVEEh.c
  3888. check_func pthread_join -lpthread
  3889. check_ld cc -lpthread
  3890. check_cc
  3891. BEGIN ./ffconf.kCCDVEEh.c
  3892. 1 extern int pthread_join();
  3893. 2 int main(void){ pthread_join(); }
  3894. END ./ffconf.kCCDVEEh.c
  3895. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3896. ffconf.kCCDVEEh.c
  3897. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o pthread.lib
  3898. Microsoft (R) Incremental Linker Version 14.00.23506.0
  3899. Copyright (C) Microsoft Corporation. All rights reserved.
  3900.  
  3901. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  3902. LINK : fatal error LNK1181: cannot open input file 'pthread.lib'
  3903. check_func pthread_join
  3904. check_ld cc
  3905. check_cc
  3906. BEGIN ./ffconf.kCCDVEEh.c
  3907. 1 extern int pthread_join();
  3908. 2 int main(void){ pthread_join(); }
  3909. END ./ffconf.kCCDVEEh.c
  3910. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3911. ffconf.kCCDVEEh.c
  3912. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  3913. Microsoft (R) Incremental Linker Version 14.00.23506.0
  3914. Copyright (C) Microsoft Corporation. All rights reserved.
  3915.  
  3916. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  3917. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _pthread_join referenced in function _main
  3918. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  3919. check_func pthread_create
  3920. check_ld cc
  3921. check_cc
  3922. BEGIN ./ffconf.kCCDVEEh.c
  3923. 1 extern int pthread_create();
  3924. 2 int main(void){ pthread_create(); }
  3925. END ./ffconf.kCCDVEEh.c
  3926. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3927. ffconf.kCCDVEEh.c
  3928. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o
  3929. Microsoft (R) Incremental Linker Version 14.00.23506.0
  3930. Copyright (C) Microsoft Corporation. All rights reserved.
  3931.  
  3932. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  3933. ffconf.IN6Igw0F.o : error LNK2019: unresolved external symbol _pthread_create referenced in function _main
  3934. ./ffconf.RLKoBEuL.exe : fatal error LNK1120: 1 unresolved externals
  3935. check_code cc pthread.h static pthread_mutex_t atomic_lock = PTHREAD_MUTEX_INITIALIZER
  3936. check_cc
  3937. BEGIN ./ffconf.kCCDVEEh.c
  3938. 1 #include <pthread.h>
  3939. 2 int main(void) { static pthread_mutex_t atomic_lock = PTHREAD_MUTEX_INITIALIZER; return 0; }
  3940. END ./ffconf.kCCDVEEh.c
  3941. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3942. ffconf.kCCDVEEh.c
  3943. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  3944. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  3945. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  3946. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  3947. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  3948. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  3949. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  3950. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  3951. C:/environtment/msys64/usr/include\sys/_stdint.h(19): error C2085: 'int8_t': not in formal parameter list
  3952. C:/environtment/msys64/usr/include\sys/_stdint.h(20): error C2085: 'uint8_t': not in formal parameter list
  3953. C:/environtment/msys64/usr/include\sys/_stdint.h(25): error C2085: 'int16_t': not in formal parameter list
  3954. C:/environtment/msys64/usr/include\sys/_stdint.h(26): error C2085: 'uint16_t': not in formal parameter list
  3955. C:/environtment/msys64/usr/include\sys/_stdint.h(31): error C2085: 'int32_t': not in formal parameter list
  3956. C:/environtment/msys64/usr/include\sys/_stdint.h(32): error C2085: 'uint32_t': not in formal parameter list
  3957. C:/environtment/msys64/usr/include\sys/_stdint.h(37): error C2085: 'int64_t': not in formal parameter list
  3958. C:/environtment/msys64/usr/include\sys/_stdint.h(38): error C2085: 'uint64_t': not in formal parameter list
  3959. C:/environtment/msys64/usr/include\sys/_stdint.h(42): error C2082: redefinition of formal parameter 'intptr_t'
  3960. C:/environtment/msys64/usr/include\sys/_stdint.h(43): error C2082: redefinition of formal parameter 'uintptr_t'
  3961. C:/environtment/msys64/usr/include\machine/types.h(19): error C2085: '__off_t': not in formal parameter list
  3962. C:/environtment/msys64/usr/include\machine/types.h(20): error C2085: '__pid_t': not in formal parameter list
  3963. C:/environtment/msys64/usr/include\machine/types.h(24): error C2085: '__loff_t': not in formal parameter list
  3964. C:/environtment/msys64/usr/include\machine/types.h(28): error C2085: '__suseconds_t': not in formal parameter list
  3965. C:/environtment/msys64/usr/include\sys/types.h(95): error C2085: 'u_char': not in formal parameter list
  3966. C:/environtment/msys64/usr/include\sys/types.h(99): error C2085: 'u_short': not in formal parameter list
  3967. C:/environtment/msys64/usr/include\sys/types.h(103): error C2085: 'u_int': not in formal parameter list
  3968. C:/environtment/msys64/usr/include\sys/types.h(107): error C2085: 'u_long': not in formal parameter list
  3969. C:/environtment/msys64/usr/include\sys/types.h(113): error C2085: 'ushort': not in formal parameter list
  3970. C:/environtment/msys64/usr/include\sys/types.h(114): error C2085: 'uint': not in formal parameter list
  3971. C:/environtment/msys64/usr/include\sys/types.h(115): error C2085: 'ulong': not in formal parameter list
  3972. C:/environtment/msys64/usr/include\sys/types.h(119): error C2085: 'clock_t': not in formal parameter list
  3973. C:/environtment/msys64/usr/include\sys/types.h(124): error C2082: redefinition of formal parameter 'time_t'
  3974. C:/environtment/msys64/usr/include\sys/types.h(129): error C2085: 'daddr_t': not in formal parameter list
  3975. C:/environtment/msys64/usr/include\sys/types.h(133): error C2085: 'caddr_t': not in formal parameter list
  3976. C:/environtment/msys64/usr/include\sys/types.h(142): error C2085: 'ino_t': not in formal parameter list
  3977. C:/environtment/msys64/usr/include\sys/types.h(171): error C2085: 'off_t': not in formal parameter list
  3978. C:/environtment/msys64/usr/include\sys/types.h(172): error C2085: 'dev_t': not in formal parameter list
  3979. C:/environtment/msys64/usr/include\sys/types.h(173): error C2085: 'uid_t': not in formal parameter list
  3980. C:/environtment/msys64/usr/include\sys/types.h(174): error C2085: 'gid_t': not in formal parameter list
  3981. C:/environtment/msys64/usr/include\sys/types.h(180): error C2085: 'pid_t': not in formal parameter list
  3982. C:/environtment/msys64/usr/include\sys/types.h(188): error C2085: 'key_t': not in formal parameter list
  3983. C:/environtment/msys64/usr/include\sys/types.h(190): error C2085: '_ssize_t': not in formal parameter list
  3984. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  3985. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  3986. Please choose the Technical Support command on the Visual C++
  3987. Help menu, or open the Technical Support help file for more information
  3988. check_lib2 lzma.h lzma_version_number -llzma
  3989. check_func_headers lzma.h lzma_version_number -llzma
  3990. check_ld cc -llzma
  3991. check_cc
  3992. BEGIN ./ffconf.kCCDVEEh.c
  3993. 1 #include <lzma.h>
  3994. 2 long check_lzma_version_number(void) { return (long) lzma_version_number; }
  3995. 3 int main(void) { return 0; }
  3996. END ./ffconf.kCCDVEEh.c
  3997. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  3998. ffconf.kCCDVEEh.c
  3999. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'lzma.h': No such file or directory
  4000. check_lib math.h sin -lm
  4001. check_header math.h
  4002. check_cpp
  4003. BEGIN ./ffconf.kCCDVEEh.c
  4004. 1 #include <math.h>
  4005. 2 int x;
  4006. END ./ffconf.kCCDVEEh.c
  4007. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4008. ffconf.kCCDVEEh.c
  4009. check_func sin -lm
  4010. check_ld cc -lm
  4011. check_cc
  4012. BEGIN ./ffconf.kCCDVEEh.c
  4013. 1 extern int sin();
  4014. 2 int main(void){ sin(); }
  4015. END ./ffconf.kCCDVEEh.c
  4016. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4017. ffconf.kCCDVEEh.c
  4018. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o m.lib
  4019. Microsoft (R) Incremental Linker Version 14.00.23506.0
  4020. Copyright (C) Microsoft Corporation. All rights reserved.
  4021.  
  4022. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  4023. LINK : fatal error LNK1181: cannot open input file 'm.lib'
  4024. check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion -lcrystalhd
  4025. check_header libcrystalhd/libcrystalhd_if.h
  4026. check_cpp
  4027. BEGIN ./ffconf.kCCDVEEh.c
  4028. 1 #include <libcrystalhd/libcrystalhd_if.h>
  4029. 2 int x;
  4030. END ./ffconf.kCCDVEEh.c
  4031. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4032. ffconf.kCCDVEEh.c
  4033. ./ffconf.kCCDVEEh.c(1): fatal error C1083: Cannot open include file: 'libcrystalhd/libcrystalhd_if.h': No such file or directory
  4034. check_mathfunc atanf 1
  4035. check_ld cc
  4036. check_cc
  4037. BEGIN ./ffconf.kCCDVEEh.c
  4038. 1 #include <math.h>
  4039. 2 float foo(float f, float g) { return atanf(f); }
  4040. 3 int main(void){ return (int) foo; }
  4041. END ./ffconf.kCCDVEEh.c
  4042. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4043. ffconf.kCCDVEEh.c
  4044. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4045. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4046. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4047. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4048. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4049. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4050. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4051. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4052. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4053. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4054. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4055. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4056. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4057. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4058. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4059. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4060. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4061. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4062. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4063. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4064. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4065. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4066. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4067. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4068. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4069. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4070. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4071. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4072. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4073. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4074. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4075. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4076. Please choose the Technical Support command on the Visual C++
  4077. Help menu, or open the Technical Support help file for more information
  4078. check_mathfunc atan2f 2
  4079. check_ld cc
  4080. check_cc
  4081. BEGIN ./ffconf.kCCDVEEh.c
  4082. 1 #include <math.h>
  4083. 2 float foo(float f, float g) { return atan2f(f, g); }
  4084. 3 int main(void){ return (int) foo; }
  4085. END ./ffconf.kCCDVEEh.c
  4086. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4087. ffconf.kCCDVEEh.c
  4088. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4089. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4090. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4091. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4092. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4093. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4094. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4095. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4096. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4097. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4098. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4099. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4100. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4101. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4102. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4103. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4104. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4105. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4106. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4107. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4108. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4109. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4110. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4111. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4112. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4113. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4114. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4115. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4116. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4117. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4118. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4119. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4120. Please choose the Technical Support command on the Visual C++
  4121. Help menu, or open the Technical Support help file for more information
  4122. check_mathfunc cbrt 1
  4123. check_ld cc
  4124. check_cc
  4125. BEGIN ./ffconf.kCCDVEEh.c
  4126. 1 #include <math.h>
  4127. 2 float foo(float f, float g) { return cbrt(f); }
  4128. 3 int main(void){ return (int) foo; }
  4129. END ./ffconf.kCCDVEEh.c
  4130. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4131. ffconf.kCCDVEEh.c
  4132. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4133. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4134. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4135. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4136. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4137. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4138. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4139. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4140. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4141. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4142. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4143. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4144. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4145. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4146. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4147. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4148. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4149. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4150. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4151. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4152. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4153. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4154. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4155. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4156. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4157. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4158. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4159. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4160. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4161. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4162. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4163. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4164. Please choose the Technical Support command on the Visual C++
  4165. Help menu, or open the Technical Support help file for more information
  4166. check_mathfunc cbrtf 1
  4167. check_ld cc
  4168. check_cc
  4169. BEGIN ./ffconf.kCCDVEEh.c
  4170. 1 #include <math.h>
  4171. 2 float foo(float f, float g) { return cbrtf(f); }
  4172. 3 int main(void){ return (int) foo; }
  4173. END ./ffconf.kCCDVEEh.c
  4174. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4175. ffconf.kCCDVEEh.c
  4176. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4177. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4178. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4179. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4180. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4181. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4182. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4183. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4184. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4185. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4186. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4187. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4188. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4189. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4190. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4191. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4192. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4193. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4194. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4195. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4196. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4197. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4198. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4199. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4200. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4201. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4202. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4203. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4204. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4205. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4206. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4207. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4208. Please choose the Technical Support command on the Visual C++
  4209. Help menu, or open the Technical Support help file for more information
  4210. check_mathfunc copysign 2
  4211. check_ld cc
  4212. check_cc
  4213. BEGIN ./ffconf.kCCDVEEh.c
  4214. 1 #include <math.h>
  4215. 2 float foo(float f, float g) { return copysign(f, g); }
  4216. 3 int main(void){ return (int) foo; }
  4217. END ./ffconf.kCCDVEEh.c
  4218. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4219. ffconf.kCCDVEEh.c
  4220. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4221. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4222. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4223. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4224. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4225. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4226. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4227. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4228. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4229. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4230. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4231. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4232. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4233. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4234. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4235. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4236. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4237. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4238. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4239. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4240. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4241. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4242. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4243. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4244. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4245. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4246. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4247. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4248. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4249. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4250. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4251. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4252. Please choose the Technical Support command on the Visual C++
  4253. Help menu, or open the Technical Support help file for more information
  4254. check_mathfunc cosf 1
  4255. check_ld cc
  4256. check_cc
  4257. BEGIN ./ffconf.kCCDVEEh.c
  4258. 1 #include <math.h>
  4259. 2 float foo(float f, float g) { return cosf(f); }
  4260. 3 int main(void){ return (int) foo; }
  4261. END ./ffconf.kCCDVEEh.c
  4262. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4263. ffconf.kCCDVEEh.c
  4264. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4265. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4266. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4267. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4268. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4269. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4270. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4271. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4272. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4273. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4274. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4275. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4276. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4277. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4278. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4279. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4280. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4281. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4282. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4283. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4284. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4285. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4286. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4287. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4288. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4289. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4290. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4291. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4292. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4293. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4294. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4295. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4296. Please choose the Technical Support command on the Visual C++
  4297. Help menu, or open the Technical Support help file for more information
  4298. check_mathfunc erf 1
  4299. check_ld cc
  4300. check_cc
  4301. BEGIN ./ffconf.kCCDVEEh.c
  4302. 1 #include <math.h>
  4303. 2 float foo(float f, float g) { return erf(f); }
  4304. 3 int main(void){ return (int) foo; }
  4305. END ./ffconf.kCCDVEEh.c
  4306. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4307. ffconf.kCCDVEEh.c
  4308. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4309. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4310. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4311. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4312. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4313. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4314. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4315. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4316. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4317. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4318. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4319. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4320. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4321. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4322. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4323. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4324. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4325. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4326. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4327. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4328. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4329. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4330. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4331. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4332. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4333. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4334. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4335. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4336. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4337. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4338. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4339. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4340. Please choose the Technical Support command on the Visual C++
  4341. Help menu, or open the Technical Support help file for more information
  4342. check_mathfunc exp2 1
  4343. check_ld cc
  4344. check_cc
  4345. BEGIN ./ffconf.kCCDVEEh.c
  4346. 1 #include <math.h>
  4347. 2 float foo(float f, float g) { return exp2(f); }
  4348. 3 int main(void){ return (int) foo; }
  4349. END ./ffconf.kCCDVEEh.c
  4350. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4351. ffconf.kCCDVEEh.c
  4352. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4353. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4354. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4355. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4356. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4357. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4358. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4359. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4360. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4361. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4362. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4363. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4364. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4365. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4366. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4367. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4368. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4369. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4370. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4371. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4372. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4373. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4374. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4375. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4376. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4377. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4378. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4379. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4380. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4381. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4382. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4383. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4384. Please choose the Technical Support command on the Visual C++
  4385. Help menu, or open the Technical Support help file for more information
  4386. check_mathfunc exp2f 1
  4387. check_ld cc
  4388. check_cc
  4389. BEGIN ./ffconf.kCCDVEEh.c
  4390. 1 #include <math.h>
  4391. 2 float foo(float f, float g) { return exp2f(f); }
  4392. 3 int main(void){ return (int) foo; }
  4393. END ./ffconf.kCCDVEEh.c
  4394. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4395. ffconf.kCCDVEEh.c
  4396. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4397. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4398. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4399. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4400. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4401. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4402. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4403. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4404. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4405. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4406. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4407. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4408. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4409. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4410. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4411. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4412. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4413. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4414. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4415. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4416. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4417. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4418. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4419. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4420. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4421. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4422. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4423. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4424. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4425. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4426. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4427. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4428. Please choose the Technical Support command on the Visual C++
  4429. Help menu, or open the Technical Support help file for more information
  4430. check_mathfunc expf 1
  4431. check_ld cc
  4432. check_cc
  4433. BEGIN ./ffconf.kCCDVEEh.c
  4434. 1 #include <math.h>
  4435. 2 float foo(float f, float g) { return expf(f); }
  4436. 3 int main(void){ return (int) foo; }
  4437. END ./ffconf.kCCDVEEh.c
  4438. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4439. ffconf.kCCDVEEh.c
  4440. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4441. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4442. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4443. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4444. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4445. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4446. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4447. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4448. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4449. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4450. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4451. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4452. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4453. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4454. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4455. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4456. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4457. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4458. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4459. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4460. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4461. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4462. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4463. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4464. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4465. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4466. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4467. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4468. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4469. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4470. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4471. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4472. Please choose the Technical Support command on the Visual C++
  4473. Help menu, or open the Technical Support help file for more information
  4474. check_mathfunc hypot 2
  4475. check_ld cc
  4476. check_cc
  4477. BEGIN ./ffconf.kCCDVEEh.c
  4478. 1 #include <math.h>
  4479. 2 float foo(float f, float g) { return hypot(f, g); }
  4480. 3 int main(void){ return (int) foo; }
  4481. END ./ffconf.kCCDVEEh.c
  4482. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4483. ffconf.kCCDVEEh.c
  4484. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4485. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4486. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4487. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4488. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4489. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4490. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4491. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4492. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4493. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4494. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4495. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4496. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4497. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4498. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4499. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4500. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4501. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4502. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4503. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4504. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4505. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4506. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4507. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4508. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4509. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4510. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4511. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4512. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4513. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4514. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4515. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4516. Please choose the Technical Support command on the Visual C++
  4517. Help menu, or open the Technical Support help file for more information
  4518. check_mathfunc isinf 1
  4519. check_ld cc
  4520. check_cc
  4521. BEGIN ./ffconf.kCCDVEEh.c
  4522. 1 #include <math.h>
  4523. 2 float foo(float f, float g) { return isinf(f); }
  4524. 3 int main(void){ return (int) foo; }
  4525. END ./ffconf.kCCDVEEh.c
  4526. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4527. ffconf.kCCDVEEh.c
  4528. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4529. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4530. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4531. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4532. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4533. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4534. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4535. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4536. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4537. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4538. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4539. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4540. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4541. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4542. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4543. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4544. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4545. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4546. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4547. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4548. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4549. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4550. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4551. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4552. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4553. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4554. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4555. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4556. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4557. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4558. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4559. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4560. Please choose the Technical Support command on the Visual C++
  4561. Help menu, or open the Technical Support help file for more information
  4562. check_mathfunc isnan 1
  4563. check_ld cc
  4564. check_cc
  4565. BEGIN ./ffconf.kCCDVEEh.c
  4566. 1 #include <math.h>
  4567. 2 float foo(float f, float g) { return isnan(f); }
  4568. 3 int main(void){ return (int) foo; }
  4569. END ./ffconf.kCCDVEEh.c
  4570. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4571. ffconf.kCCDVEEh.c
  4572. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4573. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4574. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4575. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4576. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4577. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4578. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4579. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4580. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4581. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4582. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4583. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4584. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4585. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4586. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4587. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4588. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4589. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4590. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4591. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4592. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4593. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4594. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4595. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4596. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4597. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4598. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4599. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4600. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4601. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4602. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4603. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4604. Please choose the Technical Support command on the Visual C++
  4605. Help menu, or open the Technical Support help file for more information
  4606. check_mathfunc ldexpf 2
  4607. check_ld cc
  4608. check_cc
  4609. BEGIN ./ffconf.kCCDVEEh.c
  4610. 1 #include <math.h>
  4611. 2 float foo(float f, float g) { return ldexpf(f, g); }
  4612. 3 int main(void){ return (int) foo; }
  4613. END ./ffconf.kCCDVEEh.c
  4614. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4615. ffconf.kCCDVEEh.c
  4616. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4617. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4618. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4619. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4620. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4621. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4622. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4623. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4624. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4625. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4626. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4627. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4628. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4629. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4630. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4631. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4632. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4633. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4634. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4635. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4636. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4637. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4638. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4639. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4640. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4641. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4642. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4643. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4644. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4645. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4646. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4647. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4648. Please choose the Technical Support command on the Visual C++
  4649. Help menu, or open the Technical Support help file for more information
  4650. check_mathfunc llrint 1
  4651. check_ld cc
  4652. check_cc
  4653. BEGIN ./ffconf.kCCDVEEh.c
  4654. 1 #include <math.h>
  4655. 2 float foo(float f, float g) { return llrint(f); }
  4656. 3 int main(void){ return (int) foo; }
  4657. END ./ffconf.kCCDVEEh.c
  4658. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4659. ffconf.kCCDVEEh.c
  4660. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4661. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4662. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4663. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4664. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4665. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4666. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4667. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4668. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4669. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4670. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4671. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4672. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4673. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4674. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4675. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4676. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4677. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4678. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4679. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4680. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4681. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4682. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4683. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4684. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4685. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4686. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4687. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4688. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4689. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4690. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4691. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4692. Please choose the Technical Support command on the Visual C++
  4693. Help menu, or open the Technical Support help file for more information
  4694. check_mathfunc llrintf 1
  4695. check_ld cc
  4696. check_cc
  4697. BEGIN ./ffconf.kCCDVEEh.c
  4698. 1 #include <math.h>
  4699. 2 float foo(float f, float g) { return llrintf(f); }
  4700. 3 int main(void){ return (int) foo; }
  4701. END ./ffconf.kCCDVEEh.c
  4702. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4703. ffconf.kCCDVEEh.c
  4704. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4705. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4706. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4707. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4708. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4709. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4710. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4711. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4712. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4713. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4714. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4715. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4716. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4717. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4718. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4719. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4720. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4721. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4722. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4723. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4724. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4725. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4726. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4727. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4728. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4729. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4730. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4731. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4732. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4733. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4734. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4735. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4736. Please choose the Technical Support command on the Visual C++
  4737. Help menu, or open the Technical Support help file for more information
  4738. check_mathfunc log2 1
  4739. check_ld cc
  4740. check_cc
  4741. BEGIN ./ffconf.kCCDVEEh.c
  4742. 1 #include <math.h>
  4743. 2 float foo(float f, float g) { return log2(f); }
  4744. 3 int main(void){ return (int) foo; }
  4745. END ./ffconf.kCCDVEEh.c
  4746. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4747. ffconf.kCCDVEEh.c
  4748. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4749. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4750. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4751. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4752. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4753. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4754. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4755. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4756. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4757. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4758. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4759. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4760. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4761. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4762. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4763. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4764. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4765. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4766. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4767. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4768. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4769. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4770. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4771. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4772. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4773. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4774. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4775. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4776. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4777. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4778. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4779. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4780. Please choose the Technical Support command on the Visual C++
  4781. Help menu, or open the Technical Support help file for more information
  4782. check_mathfunc log2f 1
  4783. check_ld cc
  4784. check_cc
  4785. BEGIN ./ffconf.kCCDVEEh.c
  4786. 1 #include <math.h>
  4787. 2 float foo(float f, float g) { return log2f(f); }
  4788. 3 int main(void){ return (int) foo; }
  4789. END ./ffconf.kCCDVEEh.c
  4790. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4791. ffconf.kCCDVEEh.c
  4792. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4793. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4794. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4795. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4796. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4797. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4798. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4799. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4800. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4801. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4802. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4803. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4804. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4805. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4806. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4807. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4808. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4809. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4810. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4811. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4812. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4813. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4814. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4815. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4816. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4817. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4818. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4819. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4820. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4821. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4822. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4823. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4824. Please choose the Technical Support command on the Visual C++
  4825. Help menu, or open the Technical Support help file for more information
  4826. check_mathfunc log10f 1
  4827. check_ld cc
  4828. check_cc
  4829. BEGIN ./ffconf.kCCDVEEh.c
  4830. 1 #include <math.h>
  4831. 2 float foo(float f, float g) { return log10f(f); }
  4832. 3 int main(void){ return (int) foo; }
  4833. END ./ffconf.kCCDVEEh.c
  4834. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4835. ffconf.kCCDVEEh.c
  4836. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4837. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4838. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4839. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4840. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4841. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4842. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4843. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4844. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4845. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4846. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4847. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4848. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4849. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4850. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4851. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4852. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4853. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4854. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4855. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4856. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4857. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4858. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4859. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4860. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4861. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4862. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4863. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4864. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4865. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4866. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4867. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4868. Please choose the Technical Support command on the Visual C++
  4869. Help menu, or open the Technical Support help file for more information
  4870. check_mathfunc lrint 1
  4871. check_ld cc
  4872. check_cc
  4873. BEGIN ./ffconf.kCCDVEEh.c
  4874. 1 #include <math.h>
  4875. 2 float foo(float f, float g) { return lrint(f); }
  4876. 3 int main(void){ return (int) foo; }
  4877. END ./ffconf.kCCDVEEh.c
  4878. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4879. ffconf.kCCDVEEh.c
  4880. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4881. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4882. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4883. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4884. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4885. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4886. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4887. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4888. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4889. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4890. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4891. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4892. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4893. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4894. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4895. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4896. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4897. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4898. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4899. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4900. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4901. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4902. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4903. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4904. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4905. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4906. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4907. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4908. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4909. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4910. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4911. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4912. Please choose the Technical Support command on the Visual C++
  4913. Help menu, or open the Technical Support help file for more information
  4914. check_mathfunc lrintf 1
  4915. check_ld cc
  4916. check_cc
  4917. BEGIN ./ffconf.kCCDVEEh.c
  4918. 1 #include <math.h>
  4919. 2 float foo(float f, float g) { return lrintf(f); }
  4920. 3 int main(void){ return (int) foo; }
  4921. END ./ffconf.kCCDVEEh.c
  4922. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4923. ffconf.kCCDVEEh.c
  4924. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4925. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4926. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4927. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4928. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4929. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4930. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4931. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4932. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4933. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4934. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4935. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4936. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4937. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4938. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4939. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4940. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4941. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4942. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4943. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4944. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4945. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4946. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4947. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4948. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4949. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4950. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4951. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4952. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4953. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4954. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4955. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  4956. Please choose the Technical Support command on the Visual C++
  4957. Help menu, or open the Technical Support help file for more information
  4958. check_mathfunc powf 2
  4959. check_ld cc
  4960. check_cc
  4961. BEGIN ./ffconf.kCCDVEEh.c
  4962. 1 #include <math.h>
  4963. 2 float foo(float f, float g) { return powf(f, g); }
  4964. 3 int main(void){ return (int) foo; }
  4965. END ./ffconf.kCCDVEEh.c
  4966. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  4967. ffconf.kCCDVEEh.c
  4968. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  4969. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  4970. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  4971. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  4972. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  4973. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  4974. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  4975. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  4976. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  4977. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  4978. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  4979. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  4980. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  4981. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  4982. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  4983. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  4984. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  4985. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  4986. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  4987. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  4988. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  4989. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  4990. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  4991. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  4992. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  4993. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  4994. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  4995. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  4996. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  4997. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  4998. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  4999. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  5000. Please choose the Technical Support command on the Visual C++
  5001. Help menu, or open the Technical Support help file for more information
  5002. check_mathfunc rint 1
  5003. check_ld cc
  5004. check_cc
  5005. BEGIN ./ffconf.kCCDVEEh.c
  5006. 1 #include <math.h>
  5007. 2 float foo(float f, float g) { return rint(f); }
  5008. 3 int main(void){ return (int) foo; }
  5009. END ./ffconf.kCCDVEEh.c
  5010. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  5011. ffconf.kCCDVEEh.c
  5012. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  5013. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  5014. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  5015. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  5016. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  5017. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  5018. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  5019. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  5020. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  5021. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  5022. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  5023. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  5024. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  5025. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  5026. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  5027. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  5028. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  5029. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  5030. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  5031. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  5032. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  5033. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  5034. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  5035. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  5036. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  5037. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  5038. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  5039. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  5040. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  5041. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  5042. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  5043. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  5044. Please choose the Technical Support command on the Visual C++
  5045. Help menu, or open the Technical Support help file for more information
  5046. check_mathfunc round 1
  5047. check_ld cc
  5048. check_cc
  5049. BEGIN ./ffconf.kCCDVEEh.c
  5050. 1 #include <math.h>
  5051. 2 float foo(float f, float g) { return round(f); }
  5052. 3 int main(void){ return (int) foo; }
  5053. END ./ffconf.kCCDVEEh.c
  5054. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  5055. ffconf.kCCDVEEh.c
  5056. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  5057. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  5058. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  5059. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  5060. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  5061. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  5062. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  5063. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  5064. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  5065. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  5066. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  5067. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  5068. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  5069. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  5070. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  5071. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  5072. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  5073. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  5074. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  5075. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  5076. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  5077. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  5078. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  5079. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  5080. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  5081. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  5082. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  5083. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  5084. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  5085. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  5086. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  5087. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  5088. Please choose the Technical Support command on the Visual C++
  5089. Help menu, or open the Technical Support help file for more information
  5090. check_mathfunc roundf 1
  5091. check_ld cc
  5092. check_cc
  5093. BEGIN ./ffconf.kCCDVEEh.c
  5094. 1 #include <math.h>
  5095. 2 float foo(float f, float g) { return roundf(f); }
  5096. 3 int main(void){ return (int) foo; }
  5097. END ./ffconf.kCCDVEEh.c
  5098. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  5099. ffconf.kCCDVEEh.c
  5100. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  5101. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  5102. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  5103. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  5104. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  5105. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  5106. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  5107. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  5108. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  5109. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  5110. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  5111. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  5112. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  5113. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  5114. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  5115. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  5116. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  5117. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  5118. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  5119. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  5120. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  5121. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  5122. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  5123. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  5124. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  5125. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  5126. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  5127. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  5128. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  5129. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  5130. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  5131. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  5132. Please choose the Technical Support command on the Visual C++
  5133. Help menu, or open the Technical Support help file for more information
  5134. check_mathfunc sinf 1
  5135. check_ld cc
  5136. check_cc
  5137. BEGIN ./ffconf.kCCDVEEh.c
  5138. 1 #include <math.h>
  5139. 2 float foo(float f, float g) { return sinf(f); }
  5140. 3 int main(void){ return (int) foo; }
  5141. END ./ffconf.kCCDVEEh.c
  5142. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  5143. ffconf.kCCDVEEh.c
  5144. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  5145. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  5146. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  5147. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  5148. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  5149. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  5150. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  5151. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  5152. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  5153. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  5154. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  5155. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  5156. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  5157. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  5158. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  5159. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  5160. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  5161. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  5162. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  5163. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  5164. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  5165. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  5166. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  5167. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  5168. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  5169. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  5170. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  5171. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  5172. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  5173. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  5174. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  5175. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  5176. Please choose the Technical Support command on the Visual C++
  5177. Help menu, or open the Technical Support help file for more information
  5178. check_mathfunc trunc 1
  5179. check_ld cc
  5180. check_cc
  5181. BEGIN ./ffconf.kCCDVEEh.c
  5182. 1 #include <math.h>
  5183. 2 float foo(float f, float g) { return trunc(f); }
  5184. 3 int main(void){ return (int) foo; }
  5185. END ./ffconf.kCCDVEEh.c
  5186. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  5187. ffconf.kCCDVEEh.c
  5188. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  5189. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  5190. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  5191. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  5192. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  5193. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  5194. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  5195. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  5196. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  5197. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  5198. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  5199. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  5200. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  5201. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  5202. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  5203. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  5204. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  5205. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  5206. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  5207. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  5208. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  5209. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  5210. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  5211. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  5212. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  5213. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  5214. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  5215. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  5216. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  5217. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  5218. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  5219. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  5220. Please choose the Technical Support command on the Visual C++
  5221. Help menu, or open the Technical Support help file for more information
  5222. check_mathfunc truncf 1
  5223. check_ld cc
  5224. check_cc
  5225. BEGIN ./ffconf.kCCDVEEh.c
  5226. 1 #include <math.h>
  5227. 2 float foo(float f, float g) { return truncf(f); }
  5228. 3 int main(void){ return (int) foo; }
  5229. END ./ffconf.kCCDVEEh.c
  5230. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  5231. ffconf.kCCDVEEh.c
  5232. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2054: expected '(' to follow '__extension__'
  5233. C:/environtment/msys64/usr/include\sys/_types.h(31): error C2085: '_off64_t': not in formal parameter list
  5234. C:/environtment/msys64/usr/include\sys/_types.h(39): error C2085: '_fpos_t': not in formal parameter list
  5235. C:/environtment/msys64/usr/include\sys/_types.h(59): error C2085: '_ssize_t': not in formal parameter list
  5236. C:/environtment/msys64/usr/include\sys/_types.h(77): error C2057: expected constant expression
  5237. C:/environtment/msys64/usr/include\sys/_types.h(79): error C2085: '_mbstate_t': not in formal parameter list
  5238. C:/environtment/msys64/usr/include\sys/_types.h(83): error C2085: '_flock_t': not in formal parameter list
  5239. C:/environtment/msys64/usr/include\sys/_types.h(88): error C2085: '_iconv_t': not in formal parameter list
  5240. C:/environtment/msys64/usr/include\sys/reent.h(22): error C2085: '__ULong': not in formal parameter list
  5241. C:/environtment/msys64/usr/include\sys/reent.h(49): error C2061: syntax error: identifier '__ULong'
  5242. C:/environtment/msys64/usr/include\sys/reent.h(50): error C2059: syntax error: '}'
  5243. C:/environtment/msys64/usr/include\sys/reent.h(76): error C2061: syntax error: identifier '__ULong'
  5244. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2061: syntax error: identifier '_is_cxa'
  5245. C:/environtment/msys64/usr/include\sys/reent.h(79): error C2059: syntax error: ';'
  5246. C:/environtment/msys64/usr/include\sys/reent.h(80): error C2059: syntax error: '}'
  5247. C:/environtment/msys64/usr/include\sys/reent.h(96): error C2079: '_on_exit_args' uses undefined struct '_on_exit_args'
  5248. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: '('
  5249. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ')' before 'type'
  5250. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2032: '_EXFNPTR': function cannot be member of struct '__sFILE'
  5251. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2143: syntax error: missing ';' before 'type'
  5252. C:/environtment/msys64/usr/include\sys/reent.h(195): error C2059: syntax error: ','
  5253. C:/environtment/msys64/usr/include\sys/reent.h(196): error C2059: syntax error: ')'
  5254. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: '('
  5255. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2143: syntax error: missing ')' before 'type'
  5256. C:/environtment/msys64/usr/include\sys/reent.h(197): error C2059: syntax error: ','
  5257. C:/environtment/msys64/usr/include\sys/reent.h(199): error C2059: syntax error: ')'
  5258. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2061: syntax error: identifier '_EXFNPTR'
  5259. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2059: syntax error: ';'
  5260. C:/environtment/msys64/usr/include\sys/reent.h(200): error C2143: syntax error: missing ')' before ','
  5261. C:/environtment/msys64/usr/include\sys/reent.h(200): fatal error C1903: unable to recover from previous error(s); stopping compilation
  5262. Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe. You will be prompted to send an error report to Microsoft later.
  5263. INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe'
  5264. Please choose the Technical Support command on the Visual C++
  5265. Help menu, or open the Technical Support help file for more information
  5266. check_pkg_config x264 stdint.h x264.h x264_encoder_encode
  5267. false --exists --print-errors x264
  5268. check_lib x264.h x264_encoder_encode -lx264
  5269. check_header x264.h
  5270. check_cpp
  5271. BEGIN ./ffconf.kCCDVEEh.c
  5272. 1 #include <x264.h>
  5273. 2 int x;
  5274. END ./ffconf.kCCDVEEh.c
  5275. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -P -Fi./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  5276. ffconf.kCCDVEEh.c
  5277. check_func x264_encoder_encode -lx264
  5278. check_ld cc -lx264
  5279. check_cc
  5280. BEGIN ./ffconf.kCCDVEEh.c
  5281. 1 extern int x264_encoder_encode();
  5282. 2 int main(void){ x264_encoder_encode(); }
  5283. END ./ffconf.kCCDVEEh.c
  5284. cl -D_ISOC99_SOURCE -U__STRICT_ANSI__ -DPIC -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -MDd -I/usr/include -c -Fo./ffconf.IN6Igw0F.o ./ffconf.kCCDVEEh.c
  5285. ffconf.kCCDVEEh.c
  5286. ./compat/windows/mslink /NODEFAULTLIB:libcmt -L/usr/lib/ -nologo -LARGEADDRESSAWARE -out:./ffconf.RLKoBEuL.exe ./ffconf.IN6Igw0F.o x264.lib
  5287. Microsoft (R) Incremental Linker Version 14.00.23506.0
  5288. Copyright (C) Microsoft Corporation. All rights reserved.
  5289.  
  5290. LINK : warning LNK4044: unrecognized option '/LC:/environtment/msys64/usr/lib/'; ignored
  5291. LINK : fatal error LNK1181: cannot open input file 'x264.lib'
  5292. ERROR: libx264 not found
Advertisement
Add Comment
Please, Sign In to add comment