Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.88 KB | None | 0 0
  1. Determining if files unistd.h exist failed with the following output:
  2. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_595be.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  5. Microsoft (R) Build Engine version 14.0.23107.0
  6.  
  7. Copyright (C) Microsoft Corporation. All rights reserved.
  8.  
  9.  
  10.  
  11. Build started 8/27/2015 4:53:20 PM.
  12.  
  13. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_595be.vcxproj" on node 1 (default targets).
  14.  
  15. PrepareForBuild:
  16.  
  17. Creating directory "cmTC_595be.dir\Debug\".
  18.  
  19. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  20.  
  21. Creating directory "cmTC_595be.dir\Debug\cmTC_595be.tlog\".
  22.  
  23. InitializeBuildStatus:
  24.  
  25. Creating "cmTC_595be.dir\Debug\cmTC_595be.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  26.  
  27. ClCompile:
  28.  
  29. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_595be.dir\Debug\\" /Fd"cmTC_595be.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  30.  
  31. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  32.  
  33. Copyright (C) Microsoft Corporation. All rights reserved.
  34.  
  35.  
  36.  
  37. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_595be.dir\Debug\\" /Fd"cmTC_595be.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  38.  
  39.  
  40.  
  41. CheckIncludeFiles.c
  42.  
  43. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_595be.vcxproj]
  44.  
  45. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_595be.vcxproj" (default targets) -- FAILED.
  46.  
  47.  
  48.  
  49. Build FAILED.
  50.  
  51.  
  52.  
  53. "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_595be.vcxproj" (default target) (1) ->
  54.  
  55. (ClCompile target) ->
  56.  
  57. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_595be.vcxproj]
  58.  
  59.  
  60.  
  61. 0 Warning(s)
  62.  
  63. 1 Error(s)
  64.  
  65.  
  66.  
  67. Time Elapsed 00:00:00.35
  68.  
  69.  
  70. Source:
  71. /* */
  72. #include <unistd.h>
  73.  
  74.  
  75. int main(void){return 0;}
  76.  
  77. Determining if files sys/time.h exist failed with the following output:
  78. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  79.  
  80. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_78a83.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  81. Microsoft (R) Build Engine version 14.0.23107.0
  82.  
  83. Copyright (C) Microsoft Corporation. All rights reserved.
  84.  
  85.  
  86.  
  87. Build started 8/27/2015 4:53:20 PM.
  88.  
  89. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_78a83.vcxproj" on node 1 (default targets).
  90.  
  91. PrepareForBuild:
  92.  
  93. Creating directory "cmTC_78a83.dir\Debug\".
  94.  
  95. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  96.  
  97. Creating directory "cmTC_78a83.dir\Debug\cmTC_78a83.tlog\".
  98.  
  99. InitializeBuildStatus:
  100.  
  101. Creating "cmTC_78a83.dir\Debug\cmTC_78a83.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  102.  
  103. ClCompile:
  104.  
  105. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_78a83.dir\Debug\\" /Fd"cmTC_78a83.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  106.  
  107. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  108.  
  109. Copyright (C) Microsoft Corporation. All rights reserved.
  110.  
  111.  
  112.  
  113. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_78a83.dir\Debug\\" /Fd"cmTC_78a83.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  114.  
  115.  
  116.  
  117. CheckIncludeFiles.c
  118.  
  119. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_78a83.vcxproj]
  120.  
  121. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_78a83.vcxproj" (default targets) -- FAILED.
  122.  
  123.  
  124.  
  125. Build FAILED.
  126.  
  127.  
  128.  
  129. "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_78a83.vcxproj" (default target) (1) ->
  130.  
  131. (ClCompile target) ->
  132.  
  133. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_78a83.vcxproj]
  134.  
  135.  
  136.  
  137. 0 Warning(s)
  138.  
  139. 1 Error(s)
  140.  
  141.  
  142.  
  143. Time Elapsed 00:00:00.33
  144.  
  145.  
  146. Source:
  147. /* */
  148. #include <sys/time.h>
  149.  
  150.  
  151. int main(void){return 0;}
  152.  
  153. Determining if files sys/param.h exist failed with the following output:
  154. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  155.  
  156. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_b6c61.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  157. Microsoft (R) Build Engine version 14.0.23107.0
  158.  
  159. Copyright (C) Microsoft Corporation. All rights reserved.
  160.  
  161.  
  162.  
  163. Build started 8/27/2015 4:53:21 PM.
  164.  
  165. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_b6c61.vcxproj" on node 1 (default targets).
  166.  
  167. PrepareForBuild:
  168.  
  169. Creating directory "cmTC_b6c61.dir\Debug\".
  170.  
  171. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  172.  
  173. Creating directory "cmTC_b6c61.dir\Debug\cmTC_b6c61.tlog\".
  174.  
  175. InitializeBuildStatus:
  176.  
  177. Creating "cmTC_b6c61.dir\Debug\cmTC_b6c61.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  178.  
  179. ClCompile:
  180.  
  181. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_b6c61.dir\Debug\\" /Fd"cmTC_b6c61.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  182.  
  183. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  184.  
  185. Copyright (C) Microsoft Corporation. All rights reserved.
  186.  
  187.  
  188.  
  189. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_b6c61.dir\Debug\\" /Fd"cmTC_b6c61.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  190.  
  191.  
  192.  
  193. CheckIncludeFiles.c
  194.  
  195. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_b6c61.vcxproj]
  196.  
  197. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_b6c61.vcxproj" (default targets) -- FAILED.
  198.  
  199.  
  200.  
  201. Build FAILED.
  202.  
  203.  
  204.  
  205. "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_b6c61.vcxproj" (default target) (1) ->
  206.  
  207. (ClCompile target) ->
  208.  
  209. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_b6c61.vcxproj]
  210.  
  211.  
  212.  
  213. 0 Warning(s)
  214.  
  215. 1 Error(s)
  216.  
  217.  
  218.  
  219. Time Elapsed 00:00:00.34
  220.  
  221.  
  222. Source:
  223. /* */
  224. #include <sys/param.h>
  225.  
  226.  
  227. int main(void){return 0;}
  228.  
  229. Determining if files sys/ioctl.h exist failed with the following output:
  230. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  231.  
  232. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_6dd69.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  233. Microsoft (R) Build Engine version 14.0.23107.0
  234.  
  235. Copyright (C) Microsoft Corporation. All rights reserved.
  236.  
  237.  
  238.  
  239. Build started 8/27/2015 4:53:22 PM.
  240.  
  241. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_6dd69.vcxproj" on node 1 (default targets).
  242.  
  243. PrepareForBuild:
  244.  
  245. Creating directory "cmTC_6dd69.dir\Debug\".
  246.  
  247. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  248.  
  249. Creating directory "cmTC_6dd69.dir\Debug\cmTC_6dd69.tlog\".
  250.  
  251. InitializeBuildStatus:
  252.  
  253. Creating "cmTC_6dd69.dir\Debug\cmTC_6dd69.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  254.  
  255. ClCompile:
  256.  
  257. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_6dd69.dir\Debug\\" /Fd"cmTC_6dd69.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  258.  
  259. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  260.  
  261. Copyright (C) Microsoft Corporation. All rights reserved.
  262.  
  263.  
  264.  
  265. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_6dd69.dir\Debug\\" /Fd"cmTC_6dd69.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  266.  
  267.  
  268.  
  269. CheckIncludeFiles.c
  270.  
  271. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'sys/ioctl.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_6dd69.vcxproj]
  272.  
  273. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_6dd69.vcxproj" (default targets) -- FAILED.
  274.  
  275.  
  276.  
  277. Build FAILED.
  278.  
  279.  
  280.  
  281. "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_6dd69.vcxproj" (default target) (1) ->
  282.  
  283. (ClCompile target) ->
  284.  
  285. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'sys/ioctl.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_6dd69.vcxproj]
  286.  
  287.  
  288.  
  289. 0 Warning(s)
  290.  
  291. 1 Error(s)
  292.  
  293.  
  294.  
  295. Time Elapsed 00:00:00.32
  296.  
  297.  
  298. Source:
  299. /* */
  300. #include <sys/ioctl.h>
  301.  
  302.  
  303. int main(void){return 0;}
  304.  
  305. Determining if files usbhid.h exist failed with the following output:
  306. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  307.  
  308. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_29153.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  309. Microsoft (R) Build Engine version 14.0.23107.0
  310.  
  311. Copyright (C) Microsoft Corporation. All rights reserved.
  312.  
  313.  
  314.  
  315. Build started 8/27/2015 4:53:24 PM.
  316.  
  317. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_29153.vcxproj" on node 1 (default targets).
  318.  
  319. PrepareForBuild:
  320.  
  321. Creating directory "cmTC_29153.dir\Debug\".
  322.  
  323. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  324.  
  325. Creating directory "cmTC_29153.dir\Debug\cmTC_29153.tlog\".
  326.  
  327. InitializeBuildStatus:
  328.  
  329. Creating "cmTC_29153.dir\Debug\cmTC_29153.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  330.  
  331. ClCompile:
  332.  
  333. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_29153.dir\Debug\\" /Fd"cmTC_29153.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  334.  
  335. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  336.  
  337. Copyright (C) Microsoft Corporation. All rights reserved.
  338.  
  339.  
  340.  
  341. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_29153.dir\Debug\\" /Fd"cmTC_29153.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  342.  
  343.  
  344.  
  345. CheckIncludeFiles.c
  346.  
  347. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'usbhid.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_29153.vcxproj]
  348.  
  349. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_29153.vcxproj" (default targets) -- FAILED.
  350.  
  351.  
  352.  
  353. Build FAILED.
  354.  
  355.  
  356.  
  357. "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_29153.vcxproj" (default target) (1) ->
  358.  
  359. (ClCompile target) ->
  360.  
  361. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'usbhid.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_29153.vcxproj]
  362.  
  363.  
  364.  
  365. 0 Warning(s)
  366.  
  367. 1 Error(s)
  368.  
  369.  
  370.  
  371. Time Elapsed 00:00:00.33
  372.  
  373.  
  374. Source:
  375. /* */
  376. #include <usbhid.h>
  377.  
  378.  
  379. int main(void){return 0;}
  380.  
  381. Determining if the function gettimeofday exists failed with the following output:
  382. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  383.  
  384. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_a86cb.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  385. Microsoft (R) Build Engine version 14.0.23107.0
  386.  
  387. Copyright (C) Microsoft Corporation. All rights reserved.
  388.  
  389.  
  390.  
  391. Build started 8/27/2015 4:53:25 PM.
  392.  
  393. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_a86cb.vcxproj" on node 1 (default targets).
  394.  
  395. PrepareForBuild:
  396.  
  397. Creating directory "cmTC_a86cb.dir\Debug\".
  398.  
  399. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  400.  
  401. Creating directory "cmTC_a86cb.dir\Debug\cmTC_a86cb.tlog\".
  402.  
  403. InitializeBuildStatus:
  404.  
  405. Creating "cmTC_a86cb.dir\Debug\cmTC_a86cb.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  406.  
  407. ClCompile:
  408.  
  409. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=gettimeofday /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_a86cb.dir\Debug\\" /Fd"cmTC_a86cb.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CheckFunctionExists.c"
  410.  
  411. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  412.  
  413. Copyright (C) Microsoft Corporation. All rights reserved.
  414.  
  415.  
  416.  
  417. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=gettimeofday /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_a86cb.dir\Debug\\" /Fd"cmTC_a86cb.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CheckFunctionExists.c"
  418.  
  419.  
  420.  
  421. CheckFunctionExists.c
  422.  
  423. Link:
  424.  
  425. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_a86cb.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /Debug /PDB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_a86cb.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_a86cb.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_a86cb.dir\Debug\CheckFunctionExists.obj
  426.  
  427. CheckFunctionExists.obj : error LNK2019: unresolved external symbol _gettimeofday referenced in function _main [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_a86cb.vcxproj]
  428.  
  429. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_a86cb.exe : fatal error LNK1120: 1 unresolved externals [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_a86cb.vcxproj]
  430.  
  431. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_a86cb.vcxproj" (default targets) -- FAILED.
  432.  
  433.  
  434.  
  435. Build FAILED.
  436.  
  437.  
  438.  
  439. "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_a86cb.vcxproj" (default target) (1) ->
  440.  
  441. (Link target) ->
  442.  
  443. CheckFunctionExists.obj : error LNK2019: unresolved external symbol _gettimeofday referenced in function _main [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_a86cb.vcxproj]
  444.  
  445. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_a86cb.exe : fatal error LNK1120: 1 unresolved externals [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_a86cb.vcxproj]
  446.  
  447.  
  448.  
  449. 0 Warning(s)
  450.  
  451. 2 Error(s)
  452.  
  453.  
  454.  
  455. Time Elapsed 00:00:00.54
  456.  
  457.  
  458.  
  459. Determining if the function vfprintf exists failed with the following output:
  460. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  461.  
  462. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_dba54.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  463. Microsoft (R) Build Engine version 14.0.23107.0
  464.  
  465. Copyright (C) Microsoft Corporation. All rights reserved.
  466.  
  467.  
  468.  
  469. Build started 8/27/2015 4:53:25 PM.
  470.  
  471. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_dba54.vcxproj" on node 1 (default targets).
  472.  
  473. PrepareForBuild:
  474.  
  475. Creating directory "cmTC_dba54.dir\Debug\".
  476.  
  477. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  478.  
  479. Creating directory "cmTC_dba54.dir\Debug\cmTC_dba54.tlog\".
  480.  
  481. InitializeBuildStatus:
  482.  
  483. Creating "cmTC_dba54.dir\Debug\cmTC_dba54.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  484.  
  485. ClCompile:
  486.  
  487. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=vfprintf /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_dba54.dir\Debug\\" /Fd"cmTC_dba54.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CheckFunctionExists.c"
  488.  
  489. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  490.  
  491. Copyright (C) Microsoft Corporation. All rights reserved.
  492.  
  493.  
  494.  
  495. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=vfprintf /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_dba54.dir\Debug\\" /Fd"cmTC_dba54.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CheckFunctionExists.c"
  496.  
  497.  
  498.  
  499. CheckFunctionExists.c
  500.  
  501. Link:
  502.  
  503. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_dba54.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /Debug /PDB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_dba54.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_dba54.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_dba54.dir\Debug\CheckFunctionExists.obj
  504.  
  505. CheckFunctionExists.obj : error LNK2019: unresolved external symbol _vfprintf referenced in function _main [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_dba54.vcxproj]
  506.  
  507. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_dba54.exe : fatal error LNK1120: 1 unresolved externals [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_dba54.vcxproj]
  508.  
  509. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_dba54.vcxproj" (default targets) -- FAILED.
  510.  
  511.  
  512.  
  513. Build FAILED.
  514.  
  515.  
  516.  
  517. "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_dba54.vcxproj" (default target) (1) ->
  518.  
  519. (Link target) ->
  520.  
  521. CheckFunctionExists.obj : error LNK2019: unresolved external symbol _vfprintf referenced in function _main [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_dba54.vcxproj]
  522.  
  523. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_dba54.exe : fatal error LNK1120: 1 unresolved externals [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_dba54.vcxproj]
  524.  
  525.  
  526.  
  527. 0 Warning(s)
  528.  
  529. 2 Error(s)
  530.  
  531.  
  532.  
  533. Time Elapsed 00:00:00.58
  534.  
  535.  
  536.  
  537. Determining if the function _doprnt exists failed with the following output:
  538. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  539.  
  540. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_c99e2.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  541. Microsoft (R) Build Engine version 14.0.23107.0
  542.  
  543. Copyright (C) Microsoft Corporation. All rights reserved.
  544.  
  545.  
  546.  
  547. Build started 8/27/2015 4:53:26 PM.
  548.  
  549. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_c99e2.vcxproj" on node 1 (default targets).
  550.  
  551. PrepareForBuild:
  552.  
  553. Creating directory "cmTC_c99e2.dir\Debug\".
  554.  
  555. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  556.  
  557. Creating directory "cmTC_c99e2.dir\Debug\cmTC_c99e2.tlog\".
  558.  
  559. InitializeBuildStatus:
  560.  
  561. Creating "cmTC_c99e2.dir\Debug\cmTC_c99e2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  562.  
  563. ClCompile:
  564.  
  565. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=_doprnt /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_c99e2.dir\Debug\\" /Fd"cmTC_c99e2.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CheckFunctionExists.c"
  566.  
  567. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  568.  
  569. Copyright (C) Microsoft Corporation. All rights reserved.
  570.  
  571.  
  572.  
  573. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=_doprnt /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_c99e2.dir\Debug\\" /Fd"cmTC_c99e2.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CheckFunctionExists.c"
  574.  
  575.  
  576.  
  577. CheckFunctionExists.c
  578.  
  579. Link:
  580.  
  581. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_c99e2.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /Debug /PDB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_c99e2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_c99e2.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_c99e2.dir\Debug\CheckFunctionExists.obj
  582.  
  583. CheckFunctionExists.obj : error LNK2019: unresolved external symbol __doprnt referenced in function _main [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_c99e2.vcxproj]
  584.  
  585. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_c99e2.exe : fatal error LNK1120: 1 unresolved externals [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_c99e2.vcxproj]
  586.  
  587. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_c99e2.vcxproj" (default targets) -- FAILED.
  588.  
  589.  
  590.  
  591. Build FAILED.
  592.  
  593.  
  594.  
  595. "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_c99e2.vcxproj" (default target) (1) ->
  596.  
  597. (Link target) ->
  598.  
  599. CheckFunctionExists.obj : error LNK2019: unresolved external symbol __doprnt referenced in function _main [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_c99e2.vcxproj]
  600.  
  601. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_c99e2.exe : fatal error LNK1120: 1 unresolved externals [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_c99e2.vcxproj]
  602.  
  603.  
  604.  
  605. 0 Warning(s)
  606.  
  607. 2 Error(s)
  608.  
  609.  
  610.  
  611. Time Elapsed 00:00:00.52
  612.  
  613.  
  614.  
  615. Determining if the function XParseGeometry exists failed with the following output:
  616. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  617.  
  618. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_5c191.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  619. Microsoft (R) Build Engine version 14.0.23107.0
  620.  
  621. Copyright (C) Microsoft Corporation. All rights reserved.
  622.  
  623.  
  624.  
  625. Build started 8/27/2015 4:53:27 PM.
  626.  
  627. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_5c191.vcxproj" on node 1 (default targets).
  628.  
  629. PrepareForBuild:
  630.  
  631. Creating directory "cmTC_5c191.dir\Debug\".
  632.  
  633. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  634.  
  635. Creating directory "cmTC_5c191.dir\Debug\cmTC_5c191.tlog\".
  636.  
  637. InitializeBuildStatus:
  638.  
  639. Creating "cmTC_5c191.dir\Debug\cmTC_5c191.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  640.  
  641. ClCompile:
  642.  
  643. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=XParseGeometry /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_5c191.dir\Debug\\" /Fd"cmTC_5c191.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CheckFunctionExists.c"
  644.  
  645. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  646.  
  647. Copyright (C) Microsoft Corporation. All rights reserved.
  648.  
  649.  
  650.  
  651. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=XParseGeometry /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_5c191.dir\Debug\\" /Fd"cmTC_5c191.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CheckFunctionExists.c"
  652.  
  653.  
  654.  
  655. CheckFunctionExists.c
  656.  
  657. Link:
  658.  
  659. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_5c191.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /Debug /PDB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_5c191.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_5c191.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_5c191.dir\Debug\CheckFunctionExists.obj
  660.  
  661. CheckFunctionExists.obj : error LNK2019: unresolved external symbol _XParseGeometry referenced in function _main [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_5c191.vcxproj]
  662.  
  663. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_5c191.exe : fatal error LNK1120: 1 unresolved externals [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_5c191.vcxproj]
  664.  
  665. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_5c191.vcxproj" (default targets) -- FAILED.
  666.  
  667.  
  668.  
  669. Build FAILED.
  670.  
  671.  
  672.  
  673. "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_5c191.vcxproj" (default target) (1) ->
  674.  
  675. (Link target) ->
  676.  
  677. CheckFunctionExists.obj : error LNK2019: unresolved external symbol _XParseGeometry referenced in function _main [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_5c191.vcxproj]
  678.  
  679. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_5c191.exe : fatal error LNK1120: 1 unresolved externals [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_5c191.vcxproj]
  680.  
  681.  
  682.  
  683. 0 Warning(s)
  684.  
  685. 2 Error(s)
  686.  
  687.  
  688.  
  689. Time Elapsed 00:00:00.52
  690.  
  691.  
  692.  
  693. Determining if files pthread.h exist failed with the following output:
  694. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  695.  
  696. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_1707d.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  697. Microsoft (R) Build Engine version 14.0.23107.0
  698.  
  699. Copyright (C) Microsoft Corporation. All rights reserved.
  700.  
  701.  
  702.  
  703. Build started 8/27/2015 4:53:29 PM.
  704.  
  705. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_1707d.vcxproj" on node 1 (default targets).
  706.  
  707. PrepareForBuild:
  708.  
  709. Creating directory "cmTC_1707d.dir\Debug\".
  710.  
  711. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  712.  
  713. Creating directory "cmTC_1707d.dir\Debug\cmTC_1707d.tlog\".
  714.  
  715. InitializeBuildStatus:
  716.  
  717. Creating "cmTC_1707d.dir\Debug\cmTC_1707d.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  718.  
  719. ClCompile:
  720.  
  721. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_1707d.dir\Debug\\" /Fd"cmTC_1707d.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  722.  
  723. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  724.  
  725. Copyright (C) Microsoft Corporation. All rights reserved.
  726.  
  727.  
  728.  
  729. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_1707d.dir\Debug\\" /Fd"cmTC_1707d.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  730.  
  731.  
  732.  
  733. CheckIncludeFiles.c
  734.  
  735. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_1707d.vcxproj]
  736.  
  737. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_1707d.vcxproj" (default targets) -- FAILED.
  738.  
  739.  
  740.  
  741. Build FAILED.
  742.  
  743.  
  744.  
  745. "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_1707d.vcxproj" (default target) (1) ->
  746.  
  747. (ClCompile target) ->
  748.  
  749. C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_1707d.vcxproj]
  750.  
  751.  
  752.  
  753. 0 Warning(s)
  754.  
  755. 1 Error(s)
  756.  
  757.  
  758.  
  759. Time Elapsed 00:00:00.34
  760.  
  761.  
  762. Source:
  763. /* */
  764. #include <pthread.h>
  765.  
  766.  
  767. int main(void){return 0;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement