Advertisement
ZoriaRPG

Allegro CMake Errors on Windows 7 MSVC9

Aug 13th, 2017
1,784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Determining if files linux/input.h exist failed with the following output:
  2. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_effce"
  5.  
  6.  
  7. Microsoft (R) Visual Studio Version 9.0.21022.8.
  8.  
  9. Copyright (C) Microsoft Corp. All rights reserved.
  10.  
  11. 1>------ Build started: Project: cmTC_effce, Configuration: Debug Win32 ------
  12.  
  13. 1>Compiling...
  14.  
  15. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  16.  
  17. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  18.  
  19. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_effce.dir\Debug\\" /Fd"cmTC_effce.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFiles.c
  20.  
  21. 1>CheckIncludeFiles.c
  22.  
  23. 1>.\CheckIncludeFiles.c(2) : fatal error C1083: Cannot open include file: 'linux/input.h': No such file or directory
  24.  
  25. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_effce.dir\Debug\BuildLog.htm"
  26.  
  27. 1>cmTC_effce - 1 error(s), 0 warning(s)
  28.  
  29. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  30.  
  31.  
  32. Source:
  33. /* */
  34. #include <linux/input.h>
  35.  
  36.  
  37. int main(void){return 0;}
  38.  
  39. Determining if files sys/utsname.h exist failed with the following output:
  40. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  41.  
  42. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_782cd"
  43.  
  44.  
  45. Microsoft (R) Visual Studio Version 9.0.21022.8.
  46.  
  47. Copyright (C) Microsoft Corp. All rights reserved.
  48.  
  49. 1>------ Build started: Project: cmTC_782cd, Configuration: Debug Win32 ------
  50.  
  51. 1>Compiling...
  52.  
  53. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  54.  
  55. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  56.  
  57. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_782cd.dir\Debug\\" /Fd"cmTC_782cd.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFiles.c
  58.  
  59. 1>CheckIncludeFiles.c
  60.  
  61. 1>.\CheckIncludeFiles.c(2) : fatal error C1083: Cannot open include file: 'sys/utsname.h': No such file or directory
  62.  
  63. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_782cd.dir\Debug\BuildLog.htm"
  64.  
  65. 1>cmTC_782cd - 1 error(s), 0 warning(s)
  66.  
  67. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  68.  
  69.  
  70. Source:
  71. /* */
  72. #include <sys/utsname.h>
  73.  
  74.  
  75. int main(void){return 0;}
  76.  
  77. Determining if files soundcard.h exist failed with the following output:
  78. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  79.  
  80. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_82604"
  81.  
  82.  
  83. Microsoft (R) Visual Studio Version 9.0.21022.8.
  84.  
  85. Copyright (C) Microsoft Corp. All rights reserved.
  86.  
  87. 1>------ Build started: Project: cmTC_82604, Configuration: Debug Win32 ------
  88.  
  89. 1>Compiling...
  90.  
  91. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  92.  
  93. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  94.  
  95. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_82604.dir\Debug\\" /Fd"cmTC_82604.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFiles.c
  96.  
  97. 1>CheckIncludeFiles.c
  98.  
  99. 1>.\CheckIncludeFiles.c(2) : fatal error C1083: Cannot open include file: 'soundcard.h': No such file or directory
  100.  
  101. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_82604.dir\Debug\BuildLog.htm"
  102.  
  103. 1>cmTC_82604 - 1 error(s), 0 warning(s)
  104.  
  105. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  106.  
  107.  
  108. Source:
  109. /* */
  110. #include <soundcard.h>
  111.  
  112.  
  113. int main(void){return 0;}
  114.  
  115. Determining if files sys/soundcard.h exist failed with the following output:
  116. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  117.  
  118. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_e2b71"
  119.  
  120.  
  121. Microsoft (R) Visual Studio Version 9.0.21022.8.
  122.  
  123. Copyright (C) Microsoft Corp. All rights reserved.
  124.  
  125. 1>------ Build started: Project: cmTC_e2b71, Configuration: Debug Win32 ------
  126.  
  127. 1>Compiling...
  128.  
  129. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  130.  
  131. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  132.  
  133. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_e2b71.dir\Debug\\" /Fd"cmTC_e2b71.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFiles.c
  134.  
  135. 1>CheckIncludeFiles.c
  136.  
  137. 1>.\CheckIncludeFiles.c(2) : fatal error C1083: Cannot open include file: 'sys/soundcard.h': No such file or directory
  138.  
  139. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_e2b71.dir\Debug\BuildLog.htm"
  140.  
  141. 1>cmTC_e2b71 - 1 error(s), 0 warning(s)
  142.  
  143. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  144.  
  145.  
  146. Source:
  147. /* */
  148. #include <sys/soundcard.h>
  149.  
  150.  
  151. int main(void){return 0;}
  152.  
  153. Determining if files machine/soundcard.h exist failed with the following output:
  154. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  155.  
  156. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_e1d5d"
  157.  
  158.  
  159. Microsoft (R) Visual Studio Version 9.0.21022.8.
  160.  
  161. Copyright (C) Microsoft Corp. All rights reserved.
  162.  
  163. 1>------ Build started: Project: cmTC_e1d5d, Configuration: Debug Win32 ------
  164.  
  165. 1>Compiling...
  166.  
  167. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  168.  
  169. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  170.  
  171. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_e1d5d.dir\Debug\\" /Fd"cmTC_e1d5d.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFiles.c
  172.  
  173. 1>CheckIncludeFiles.c
  174.  
  175. 1>.\CheckIncludeFiles.c(2) : fatal error C1083: Cannot open include file: 'machine/soundcard.h': No such file or directory
  176.  
  177. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_e1d5d.dir\Debug\BuildLog.htm"
  178.  
  179. 1>cmTC_e1d5d - 1 error(s), 0 warning(s)
  180.  
  181. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  182.  
  183.  
  184. Source:
  185. /* */
  186. #include <machine/soundcard.h>
  187.  
  188.  
  189. int main(void){return 0;}
  190.  
  191. Determining if files linux/soundcard.h exist failed with the following output:
  192. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  193.  
  194. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_b6865"
  195.  
  196.  
  197. Microsoft (R) Visual Studio Version 9.0.21022.8.
  198.  
  199. Copyright (C) Microsoft Corp. All rights reserved.
  200.  
  201. 1>------ Build started: Project: cmTC_b6865, Configuration: Debug Win32 ------
  202.  
  203. 1>Compiling...
  204.  
  205. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  206.  
  207. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  208.  
  209. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_b6865.dir\Debug\\" /Fd"cmTC_b6865.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFiles.c
  210.  
  211. 1>CheckIncludeFiles.c
  212.  
  213. 1>.\CheckIncludeFiles.c(2) : fatal error C1083: Cannot open include file: 'linux/soundcard.h': No such file or directory
  214.  
  215. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_b6865.dir\Debug\BuildLog.htm"
  216.  
  217. 1>cmTC_b6865 - 1 error(s), 0 warning(s)
  218.  
  219. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  220.  
  221.  
  222. Source:
  223. /* */
  224. #include <linux/soundcard.h>
  225.  
  226.  
  227. int main(void){return 0;}
  228.  
  229. Determining if files libkern/OSAtomic.h exist failed with the following output:
  230. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  231.  
  232. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_faabf"
  233.  
  234.  
  235. Microsoft (R) Visual Studio Version 9.0.21022.8.
  236.  
  237. Copyright (C) Microsoft Corp. All rights reserved.
  238.  
  239. 1>------ Build started: Project: cmTC_faabf, Configuration: Debug Win32 ------
  240.  
  241. 1>Compiling...
  242.  
  243. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  244.  
  245. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  246.  
  247. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_faabf.dir\Debug\\" /Fd"cmTC_faabf.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFiles.c
  248.  
  249. 1>CheckIncludeFiles.c
  250.  
  251. 1>.\CheckIncludeFiles.c(2) : fatal error C1083: Cannot open include file: 'libkern/OSAtomic.h': No such file or directory
  252.  
  253. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_faabf.dir\Debug\BuildLog.htm"
  254.  
  255. 1>cmTC_faabf - 1 error(s), 0 warning(s)
  256.  
  257. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  258.  
  259.  
  260. Source:
  261. /* */
  262. #include <libkern/OSAtomic.h>
  263.  
  264.  
  265. int main(void){return 0;}
  266.  
  267. Determining if files sys/inotify.h exist failed with the following output:
  268. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  269.  
  270. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_ca5f7"
  271.  
  272.  
  273. Microsoft (R) Visual Studio Version 9.0.21022.8.
  274.  
  275. Copyright (C) Microsoft Corp. All rights reserved.
  276.  
  277. 1>------ Build started: Project: cmTC_ca5f7, Configuration: Debug Win32 ------
  278.  
  279. 1>Compiling...
  280.  
  281. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  282.  
  283. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  284.  
  285. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_ca5f7.dir\Debug\\" /Fd"cmTC_ca5f7.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFiles.c
  286.  
  287. 1>CheckIncludeFiles.c
  288.  
  289. 1>.\CheckIncludeFiles.c(2) : fatal error C1083: Cannot open include file: 'sys/inotify.h': No such file or directory
  290.  
  291. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_ca5f7.dir\Debug\BuildLog.htm"
  292.  
  293. 1>cmTC_ca5f7 - 1 error(s), 0 warning(s)
  294.  
  295. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  296.  
  297.  
  298. Source:
  299. /* */
  300. #include <sys/inotify.h>
  301.  
  302.  
  303. int main(void){return 0;}
  304.  
  305. Determining if the function getexecname exists failed with the following output:
  306. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  307.  
  308. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_8d245"
  309.  
  310.  
  311. Microsoft (R) Visual Studio Version 9.0.21022.8.
  312.  
  313. Copyright (C) Microsoft Corp. All rights reserved.
  314.  
  315. 1>------ Build started: Project: cmTC_8d245, Configuration: Debug Win32 ------
  316.  
  317. 1>Compiling...
  318.  
  319. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  320.  
  321. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  322.  
  323. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "CHECK_FUNCTION_EXISTS=getexecname" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_8d245.dir\Debug\\" /Fd"cmTC_8d245.dir\Debug\vc90.pdb" /W3 /c /Zi /TC "..\..\..\..\..\..\..\Program Files\CMake\share\cmake-3.7\Modules\CheckFunctionExists.c"
  324.  
  325. 1>CheckFunctionExists.c
  326.  
  327. 1>Compiling manifest to resources...
  328.  
  329. 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  330.  
  331. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  332.  
  333. 1>Linking...
  334.  
  335. 1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _getexecname referenced in function _main
  336.  
  337. 1>C:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\Debug\cmTC_8d245.exe : fatal error LNK1120: 1 unresolved externals
  338.  
  339. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_8d245.dir\Debug\BuildLog.htm"
  340.  
  341. 1>cmTC_8d245 - 2 error(s), 0 warning(s)
  342.  
  343. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  344.  
  345.  
  346.  
  347. Determining if the function mkstemp exists failed with the following output:
  348. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  349.  
  350. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_5703d"
  351.  
  352.  
  353. Microsoft (R) Visual Studio Version 9.0.21022.8.
  354.  
  355. Copyright (C) Microsoft Corp. All rights reserved.
  356.  
  357. 1>------ Build started: Project: cmTC_5703d, Configuration: Debug Win32 ------
  358.  
  359. 1>Compiling...
  360.  
  361. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  362.  
  363. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  364.  
  365. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "CHECK_FUNCTION_EXISTS=mkstemp" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_5703d.dir\Debug\\" /Fd"cmTC_5703d.dir\Debug\vc90.pdb" /W3 /c /Zi /TC "..\..\..\..\..\..\..\Program Files\CMake\share\cmake-3.7\Modules\CheckFunctionExists.c"
  366.  
  367. 1>CheckFunctionExists.c
  368.  
  369. 1>Compiling manifest to resources...
  370.  
  371. 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  372.  
  373. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  374.  
  375. 1>Linking...
  376.  
  377. 1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _mkstemp referenced in function _main
  378.  
  379. 1>C:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\Debug\cmTC_5703d.exe : fatal error LNK1120: 1 unresolved externals
  380.  
  381. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_5703d.dir\Debug\BuildLog.htm"
  382.  
  383. 1>cmTC_5703d - 2 error(s), 0 warning(s)
  384.  
  385. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  386.  
  387.  
  388.  
  389. Determining if the function mmap exists failed with the following output:
  390. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  391.  
  392. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_e7ebd"
  393.  
  394.  
  395. Microsoft (R) Visual Studio Version 9.0.21022.8.
  396.  
  397. Copyright (C) Microsoft Corp. All rights reserved.
  398.  
  399. 1>------ Build started: Project: cmTC_e7ebd, Configuration: Debug Win32 ------
  400.  
  401. 1>Compiling...
  402.  
  403. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  404.  
  405. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  406.  
  407. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "CHECK_FUNCTION_EXISTS=mmap" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_e7ebd.dir\Debug\\" /Fd"cmTC_e7ebd.dir\Debug\vc90.pdb" /W3 /c /Zi /TC "..\..\..\..\..\..\..\Program Files\CMake\share\cmake-3.7\Modules\CheckFunctionExists.c"
  408.  
  409. 1>CheckFunctionExists.c
  410.  
  411. 1>Compiling manifest to resources...
  412.  
  413. 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  414.  
  415. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  416.  
  417. 1>Linking...
  418.  
  419. 1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _mmap referenced in function _main
  420.  
  421. 1>C:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\Debug\cmTC_e7ebd.exe : fatal error LNK1120: 1 unresolved externals
  422.  
  423. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_e7ebd.dir\Debug\BuildLog.htm"
  424.  
  425. 1>cmTC_e7ebd - 2 error(s), 0 warning(s)
  426.  
  427. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  428.  
  429.  
  430.  
  431. Determining if the function mprotect exists failed with the following output:
  432. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  433.  
  434. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_d4003"
  435.  
  436.  
  437. Microsoft (R) Visual Studio Version 9.0.21022.8.
  438.  
  439. Copyright (C) Microsoft Corp. All rights reserved.
  440.  
  441. 1>------ Build started: Project: cmTC_d4003, Configuration: Debug Win32 ------
  442.  
  443. 1>Compiling...
  444.  
  445. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  446.  
  447. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  448.  
  449. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "CHECK_FUNCTION_EXISTS=mprotect" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_d4003.dir\Debug\\" /Fd"cmTC_d4003.dir\Debug\vc90.pdb" /W3 /c /Zi /TC "..\..\..\..\..\..\..\Program Files\CMake\share\cmake-3.7\Modules\CheckFunctionExists.c"
  450.  
  451. 1>CheckFunctionExists.c
  452.  
  453. 1>Compiling manifest to resources...
  454.  
  455. 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  456.  
  457. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  458.  
  459. 1>Linking...
  460.  
  461. 1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _mprotect referenced in function _main
  462.  
  463. 1>C:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\Debug\cmTC_d4003.exe : fatal error LNK1120: 1 unresolved externals
  464.  
  465. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_d4003.dir\Debug\BuildLog.htm"
  466.  
  467. 1>cmTC_d4003 - 2 error(s), 0 warning(s)
  468.  
  469. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  470.  
  471.  
  472.  
  473. Determining if the function sched_yield exists failed with the following output:
  474. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  475.  
  476. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_8588a"
  477.  
  478.  
  479. Microsoft (R) Visual Studio Version 9.0.21022.8.
  480.  
  481. Copyright (C) Microsoft Corp. All rights reserved.
  482.  
  483. 1>------ Build started: Project: cmTC_8588a, Configuration: Debug Win32 ------
  484.  
  485. 1>Compiling...
  486.  
  487. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  488.  
  489. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  490.  
  491. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "CHECK_FUNCTION_EXISTS=sched_yield" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_8588a.dir\Debug\\" /Fd"cmTC_8588a.dir\Debug\vc90.pdb" /W3 /c /Zi /TC "..\..\..\..\..\..\..\Program Files\CMake\share\cmake-3.7\Modules\CheckFunctionExists.c"
  492.  
  493. 1>CheckFunctionExists.c
  494.  
  495. 1>Compiling manifest to resources...
  496.  
  497. 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  498.  
  499. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  500.  
  501. 1>Linking...
  502.  
  503. 1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _sched_yield referenced in function _main
  504.  
  505. 1>C:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\Debug\cmTC_8588a.exe : fatal error LNK1120: 1 unresolved externals
  506.  
  507. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_8588a.dir\Debug\BuildLog.htm"
  508.  
  509. 1>cmTC_8588a - 2 error(s), 0 warning(s)
  510.  
  511. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  512.  
  513.  
  514.  
  515. Determining if the function sysconf exists failed with the following output:
  516. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  517.  
  518. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_f0f4b"
  519.  
  520.  
  521. Microsoft (R) Visual Studio Version 9.0.21022.8.
  522.  
  523. Copyright (C) Microsoft Corp. All rights reserved.
  524.  
  525. 1>------ Build started: Project: cmTC_f0f4b, Configuration: Debug Win32 ------
  526.  
  527. 1>Compiling...
  528.  
  529. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  530.  
  531. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  532.  
  533. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "CHECK_FUNCTION_EXISTS=sysconf" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_f0f4b.dir\Debug\\" /Fd"cmTC_f0f4b.dir\Debug\vc90.pdb" /W3 /c /Zi /TC "..\..\..\..\..\..\..\Program Files\CMake\share\cmake-3.7\Modules\CheckFunctionExists.c"
  534.  
  535. 1>CheckFunctionExists.c
  536.  
  537. 1>Compiling manifest to resources...
  538.  
  539. 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  540.  
  541. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  542.  
  543. 1>Linking...
  544.  
  545. 1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _sysconf referenced in function _main
  546.  
  547. 1>C:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\Debug\cmTC_f0f4b.exe : fatal error LNK1120: 1 unresolved externals
  548.  
  549. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_f0f4b.dir\Debug\BuildLog.htm"
  550.  
  551. 1>cmTC_f0f4b - 2 error(s), 0 warning(s)
  552.  
  553. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  554.  
  555.  
  556.  
  557. Determining if the function fseeko exists failed with the following output:
  558. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  559.  
  560. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_e7b88"
  561.  
  562.  
  563. Microsoft (R) Visual Studio Version 9.0.21022.8.
  564.  
  565. Copyright (C) Microsoft Corp. All rights reserved.
  566.  
  567. 1>------ Build started: Project: cmTC_e7b88, Configuration: Debug Win32 ------
  568.  
  569. 1>Compiling...
  570.  
  571. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  572.  
  573. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  574.  
  575. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "CHECK_FUNCTION_EXISTS=fseeko" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_e7b88.dir\Debug\\" /Fd"cmTC_e7b88.dir\Debug\vc90.pdb" /W3 /c /Zi /TC "..\..\..\..\..\..\..\Program Files\CMake\share\cmake-3.7\Modules\CheckFunctionExists.c"
  576.  
  577. 1>CheckFunctionExists.c
  578.  
  579. 1>Compiling manifest to resources...
  580.  
  581. 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  582.  
  583. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  584.  
  585. 1>Linking...
  586.  
  587. 1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _fseeko referenced in function _main
  588.  
  589. 1>C:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\Debug\cmTC_e7b88.exe : fatal error LNK1120: 1 unresolved externals
  590.  
  591. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_e7b88.dir\Debug\BuildLog.htm"
  592.  
  593. 1>cmTC_e7b88 - 2 error(s), 0 warning(s)
  594.  
  595. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  596.  
  597.  
  598.  
  599. Determining if the function ftello exists failed with the following output:
  600. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  601.  
  602. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_ee772"
  603.  
  604.  
  605. Microsoft (R) Visual Studio Version 9.0.21022.8.
  606.  
  607. Copyright (C) Microsoft Corp. All rights reserved.
  608.  
  609. 1>------ Build started: Project: cmTC_ee772, Configuration: Debug Win32 ------
  610.  
  611. 1>Compiling...
  612.  
  613. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  614.  
  615. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  616.  
  617. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "CHECK_FUNCTION_EXISTS=ftello" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_ee772.dir\Debug\\" /Fd"cmTC_ee772.dir\Debug\vc90.pdb" /W3 /c /Zi /TC "..\..\..\..\..\..\..\Program Files\CMake\share\cmake-3.7\Modules\CheckFunctionExists.c"
  618.  
  619. 1>CheckFunctionExists.c
  620.  
  621. 1>Compiling manifest to resources...
  622.  
  623. 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  624.  
  625. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  626.  
  627. 1>Linking...
  628.  
  629. 1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _ftello referenced in function _main
  630.  
  631. 1>C:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\Debug\cmTC_ee772.exe : fatal error LNK1120: 1 unresolved externals
  632.  
  633. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_ee772.dir\Debug\BuildLog.htm"
  634.  
  635. 1>cmTC_ee772 - 2 error(s), 0 warning(s)
  636.  
  637. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  638.  
  639.  
  640.  
  641. Determining if the function strerror_r exists failed with the following output:
  642. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  643.  
  644. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_d4792"
  645.  
  646.  
  647. Microsoft (R) Visual Studio Version 9.0.21022.8.
  648.  
  649. Copyright (C) Microsoft Corp. All rights reserved.
  650.  
  651. 1>------ Build started: Project: cmTC_d4792, Configuration: Debug Win32 ------
  652.  
  653. 1>Compiling...
  654.  
  655. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  656.  
  657. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  658.  
  659. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "CHECK_FUNCTION_EXISTS=strerror_r" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_d4792.dir\Debug\\" /Fd"cmTC_d4792.dir\Debug\vc90.pdb" /W3 /c /Zi /TC "..\..\..\..\..\..\..\Program Files\CMake\share\cmake-3.7\Modules\CheckFunctionExists.c"
  660.  
  661. 1>CheckFunctionExists.c
  662.  
  663. 1>Compiling manifest to resources...
  664.  
  665. 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  666.  
  667. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  668.  
  669. 1>Linking...
  670.  
  671. 1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _strerror_r referenced in function _main
  672.  
  673. 1>C:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\Debug\cmTC_d4792.exe : fatal error LNK1120: 1 unresolved externals
  674.  
  675. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_d4792.dir\Debug\BuildLog.htm"
  676.  
  677. 1>cmTC_d4792 - 2 error(s), 0 warning(s)
  678.  
  679. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  680.  
  681.  
  682.  
  683. Determining size of _Bool failed with the following output:
  684. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  685.  
  686. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_d04ae"
  687.  
  688.  
  689. Microsoft (R) Visual Studio Version 9.0.21022.8.
  690.  
  691. Copyright (C) Microsoft Corp. All rights reserved.
  692.  
  693. 1>------ Build started: Project: cmTC_d04ae, Configuration: Debug Win32 ------
  694.  
  695. 1>Compiling...
  696.  
  697. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  698.  
  699. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  700.  
  701. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_d04ae.dir\Debug\\" /Fd"cmTC_d04ae.dir\Debug\vc90.pdb" /W3 /c /Zi /TC ..\CheckTypeSize\ALLEGRO_HAVE__BOOL.c
  702.  
  703. 1>ALLEGRO_HAVE__BOOL.c
  704.  
  705. 1>..\CheckTypeSize\ALLEGRO_HAVE__BOOL.c(19) : error C2065: '_Bool' : undeclared identifier
  706.  
  707. 1>..\CheckTypeSize\ALLEGRO_HAVE__BOOL.c(20) : error C2065: '_Bool' : undeclared identifier
  708.  
  709. 1>..\CheckTypeSize\ALLEGRO_HAVE__BOOL.c(21) : error C2065: '_Bool' : undeclared identifier
  710.  
  711. 1>..\CheckTypeSize\ALLEGRO_HAVE__BOOL.c(22) : error C2065: '_Bool' : undeclared identifier
  712.  
  713. 1>..\CheckTypeSize\ALLEGRO_HAVE__BOOL.c(23) : error C2065: '_Bool' : undeclared identifier
  714.  
  715. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_d04ae.dir\Debug\BuildLog.htm"
  716.  
  717. 1>cmTC_d04ae - 5 error(s), 0 warning(s)
  718.  
  719. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  720.  
  721.  
  722. C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CheckTypeSize/ALLEGRO_HAVE__BOOL.c:
  723. #include <sys/types.h>
  724. #include <stdint.h>
  725. #include <stddef.h>
  726.  
  727.  
  728. #undef KEY
  729. #if defined(__i386)
  730. # define KEY '_','_','i','3','8','6'
  731. #elif defined(__x86_64)
  732. # define KEY '_','_','x','8','6','_','6','4'
  733. #elif defined(__ppc__)
  734. # define KEY '_','_','p','p','c','_','_'
  735. #elif defined(__ppc64__)
  736. # define KEY '_','_','p','p','c','6','4','_','_'
  737. #endif
  738.  
  739. #define SIZE (sizeof(_Bool))
  740. char info_size[] =  {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  741.   ('0' + ((SIZE / 10000)%10)),
  742.   ('0' + ((SIZE / 1000)%10)),
  743.   ('0' + ((SIZE / 100)%10)),
  744.   ('0' + ((SIZE / 10)%10)),
  745.   ('0' +  (SIZE    % 10)),
  746.   ']',
  747. #ifdef KEY
  748.   ' ','k','e','y','[', KEY, ']',
  749. #endif
  750.   '\0'};
  751.  
  752. #ifdef __CLASSIC_C__
  753. int main(argc, argv) int argc; char *argv[];
  754. #else
  755. int main(int argc, char *argv[])
  756. #endif
  757. {
  758.   int require = 0;
  759.   require += info_size[argc];
  760.   (void)argv;
  761.   return require;
  762. }
  763.  
  764.  
  765. Performing C SOURCE FILE Test ALLEGRO_HAVE_PROCFS_ARGCV failed with the following output:
  766. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  767.  
  768. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_bade7"
  769.  
  770.  
  771. Microsoft (R) Visual Studio Version 9.0.21022.8.
  772.  
  773. Copyright (C) Microsoft Corp. All rights reserved.
  774.  
  775. 1>------ Build started: Project: cmTC_bade7, Configuration: Debug Win32 ------
  776.  
  777. 1>Compiling...
  778.  
  779. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  780.  
  781. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  782.  
  783. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "ALLEGRO_HAVE_PROCFS_ARGCV" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_bade7.dir\Debug\\" /Fd"cmTC_bade7.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\src.c
  784.  
  785. 1>src.c
  786.  
  787. 1>.\src.c(2) : fatal error C1083: Cannot open include file: 'sys/procfs.h': No such file or directory
  788.  
  789. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_bade7.dir\Debug\BuildLog.htm"
  790.  
  791. 1>cmTC_bade7 - 1 error(s), 0 warning(s)
  792.  
  793. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  794.  
  795.  
  796. Source file was:
  797.  
  798.     #include <sys/procfs.h>
  799.     int main(void) {
  800.         struct prpsinfo psinfo;
  801.         psinfo.pr_argc = 0;
  802.         return 0;
  803.     }
  804. Performing C SOURCE FILE Test ALLEGRO_HAVE_SV_PROCFS_H failed with the following output:
  805. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  806.  
  807. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_2674c"
  808.  
  809.  
  810. Microsoft (R) Visual Studio Version 9.0.21022.8.
  811.  
  812. Copyright (C) Microsoft Corp. All rights reserved.
  813.  
  814. 1>------ Build started: Project: cmTC_2674c, Configuration: Debug Win32 ------
  815.  
  816. 1>Compiling...
  817.  
  818. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  819.  
  820. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  821.  
  822. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "ALLEGRO_HAVE_SV_PROCFS_H" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_2674c.dir\Debug\\" /Fd"cmTC_2674c.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\src.c
  823.  
  824. 1>src.c
  825.  
  826. 1>.\src.c(2) : fatal error C1083: Cannot open include file: 'sys/procfs.h': No such file or directory
  827.  
  828. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_2674c.dir\Debug\BuildLog.htm"
  829.  
  830. 1>cmTC_2674c - 1 error(s), 0 warning(s)
  831.  
  832. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  833.  
  834.  
  835. Source file was:
  836.  
  837.     #include <sys/procfs.h>
  838.     #include <sys/ioctl.h>
  839.     int main(void) {
  840.         struct prpsinfo psinfo;
  841.         ioctl(0, PIOCPSINFO, &psinfo);
  842.         return 0;
  843.     }
  844. Performing C SOURCE FILE Test ALLEGRO_HAVE_VA_COPY failed with the following output:
  845. Change Dir: C:/Users/DELL/Desktop/ZC_2.54/allegro/CMakeFiles/CMakeTmp
  846.  
  847. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTC_b9989"
  848.  
  849.  
  850. Microsoft (R) Visual Studio Version 9.0.21022.8.
  851.  
  852. Copyright (C) Microsoft Corp. All rights reserved.
  853.  
  854. 1>------ Build started: Project: cmTC_b9989, Configuration: Debug Win32 ------
  855.  
  856. 1>Compiling...
  857.  
  858. 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  859.  
  860. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  861.  
  862. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "ALLEGRO_HAVE_VA_COPY" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTC_b9989.dir\Debug\\" /Fd"cmTC_b9989.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\src.c
  863.  
  864. 1>src.c
  865.  
  866. 1>.\src.c(5) : warning C4013: 'va_copy' undefined; assuming extern returning int
  867.  
  868. 1>c:\users\dell\desktop\zc_2.54\allegro\cmakefiles\cmaketmp\src.c(5) : warning C4700: uninitialized local variable 'b' used
  869.  
  870. 1>c:\users\dell\desktop\zc_2.54\allegro\cmakefiles\cmaketmp\src.c(5) : warning C4700: uninitialized local variable 'a' used
  871.  
  872. 1>Compiling manifest to resources...
  873.  
  874. 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  875.  
  876. 1>Copyright (C) Microsoft Corporation.  All rights reserved.
  877.  
  878. 1>Linking...
  879.  
  880. 1>src.obj : error LNK2019: unresolved external symbol _va_copy referenced in function _main
  881.  
  882. 1>C:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\Debug\cmTC_b9989.exe : fatal error LNK1120: 1 unresolved externals
  883.  
  884. 1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\allegro\CMakeFiles\CMakeTmp\cmTC_b9989.dir\Debug\BuildLog.htm"
  885.  
  886. 1>cmTC_b9989 - 2 error(s), 3 warning(s)
  887.  
  888. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  889.  
  890.  
  891. Source file was:
  892.  
  893.     #include <stdarg.h>
  894.     int main(void) {
  895.         va_list a, b;
  896.         va_copy(a, b);
  897.         return 0;
  898.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement