Advertisement
Guest User

Untitled

a guest
Aug 17th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.49 KB | None | 0 0
  1. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  2. Compiler:
  3. Build flags:
  4. Id flags:
  5.  
  6. The output was:
  7. 1
  8.  
  9. Microsoft Visual Studio 2013 Version 12.0.30501.0.
  10. Copyright (C) Microsoft Corp. All rights reserved.
  11.  
  12. The license for Visual Studio expires in 90 days.
  13.  
  14. Package 'Visual C++ Project System Package' failed to load.
  15.  
  16. Package 'Visual C++ Project System Package' failed to load.
  17.  
  18. Package 'Visual C++ Project System Package' failed to load.
  19.  
  20. Some errors occurred during migration. For more information, see the migration report:
  21. C:\Users\Erick\Documents\love2d\megasource\build\CMakeFiles\2.8.12.2\CompilerIdC\UpgradeLog.htm
  22.  
  23. The system can not find the file specified.
  24.  
  25. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  26. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  27. Compiler:
  28. Build flags:
  29. Id flags:
  30.  
  31. The output was:
  32. 1
  33.  
  34. Microsoft Visual Studio 2013 Version 12.0.30501.0.
  35. Copyright (C) Microsoft Corp. All rights reserved.
  36.  
  37. The license for Visual Studio expires in 90 days.
  38.  
  39. Package 'Visual C++ Project System Package' failed to load.
  40.  
  41. Package 'Visual C++ Project System Package' failed to load.
  42.  
  43. Package 'Visual C++ Project System Package' failed to load.
  44.  
  45. Some errors occurred during migration. For more information, see the migration report:
  46. C:\Users\Erick\Documents\love2d\megasource\build\CMakeFiles\2.8.12.2\CompilerIdCXX\UpgradeLog.htm
  47.  
  48. The system can not find the file specified.
  49.  
  50. Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
  51. Determining if the include file sys/types.h exists failed with the following output:
  52.  
  53.  
  54. Determining if the include file stdint.h exists failed with the following output:
  55.  
  56.  
  57. Determining if the include file stddef.h exists failed with the following output:
  58.  
  59.  
  60. Determining size of off64_t failed with the following output:
  61.  
  62. C:/Users/Erick/Documents/love2d/megasource/build/CMakeFiles/CheckTypeSize/OFF64_T.c:
  63.  
  64.  
  65. #undef KEY
  66. #if defined(__i386)
  67. # define KEY '_','_','i','3','8','6'
  68. #elif defined(__x86_64)
  69. # define KEY '_','_','x','8','6','_','6','4'
  70. #elif defined(__ppc__)
  71. # define KEY '_','_','p','p','c','_','_'
  72. #elif defined(__ppc64__)
  73. # define KEY '_','_','p','p','c','6','4','_','_'
  74. #endif
  75.  
  76. #define SIZE (sizeof(off64_t))
  77. char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  78. ('0' + ((SIZE / 10000)%10)),
  79. ('0' + ((SIZE / 1000)%10)),
  80. ('0' + ((SIZE / 100)%10)),
  81. ('0' + ((SIZE / 10)%10)),
  82. ('0' + (SIZE % 10)),
  83. ']',
  84. #ifdef KEY
  85. ' ','k','e','y','[', KEY, ']',
  86. #endif
  87. '\0'};
  88.  
  89. #ifdef __CLASSIC_C__
  90. int main(argc, argv) int argc; char *argv[];
  91. #else
  92. int main(int argc, char *argv[])
  93. #endif
  94. {
  95. int require = 0;
  96. require += info_size[argc];
  97. (void)argv;
  98. return require;
  99. }
  100.  
  101.  
  102. Determining if the function fseeko exists failed with the following output:
  103.  
  104.  
  105. Determining if the include file unistd.h exists failed with the following output:
  106.  
  107.  
  108. Determining if the include file assert.h exists failed with the following output:
  109.  
  110.  
  111. Performing C SOURCE FILE Test HAVE_WIN32_CC failed with the following output:
  112.  
  113. Source file was:
  114.  
  115. #include <windows.h>
  116. int main(int argc, char **argv) { }
  117. Determining if the include file d3d9.h exists failed with the following output:
  118.  
  119.  
  120. Determining if the include file d3d11_1.h exists failed with the following output:
  121.  
  122.  
  123. Determining if the include file ddraw.h exists failed with the following output:
  124.  
  125.  
  126. Determining if the include file dsound.h exists failed with the following output:
  127.  
  128.  
  129. Determining if the include file dinput.h exists failed with the following output:
  130.  
  131.  
  132. Determining if the include file xaudio2.h exists failed with the following output:
  133.  
  134.  
  135. Determining size of long failed with the following output:
  136.  
  137. C:/Users/Erick/Documents/love2d/megasource/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c:
  138.  
  139.  
  140. #undef KEY
  141. #if defined(__i386)
  142. # define KEY '_','_','i','3','8','6'
  143. #elif defined(__x86_64)
  144. # define KEY '_','_','x','8','6','_','6','4'
  145. #elif defined(__ppc__)
  146. # define KEY '_','_','p','p','c','_','_'
  147. #elif defined(__ppc64__)
  148. # define KEY '_','_','p','p','c','6','4','_','_'
  149. #endif
  150.  
  151. #define SIZE (sizeof(long))
  152. char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  153. ('0' + ((SIZE / 10000)%10)),
  154. ('0' + ((SIZE / 1000)%10)),
  155. ('0' + ((SIZE / 100)%10)),
  156. ('0' + ((SIZE / 10)%10)),
  157. ('0' + (SIZE % 10)),
  158. ']',
  159. #ifdef KEY
  160. ' ','k','e','y','[', KEY, ']',
  161. #endif
  162. '\0'};
  163.  
  164. #ifdef __CLASSIC_C__
  165. int main(argc, argv) int argc; char *argv[];
  166. #else
  167. int main(int argc, char *argv[])
  168. #endif
  169. {
  170. int require = 0;
  171. require += info_size[argc];
  172. (void)argv;
  173. return require;
  174. }
  175.  
  176.  
  177. Determining size of long long failed with the following output:
  178.  
  179. C:/Users/Erick/Documents/love2d/megasource/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c:
  180.  
  181.  
  182. #undef KEY
  183. #if defined(__i386)
  184. # define KEY '_','_','i','3','8','6'
  185. #elif defined(__x86_64)
  186. # define KEY '_','_','x','8','6','_','6','4'
  187. #elif defined(__ppc__)
  188. # define KEY '_','_','p','p','c','_','_'
  189. #elif defined(__ppc64__)
  190. # define KEY '_','_','p','p','c','6','4','_','_'
  191. #endif
  192.  
  193. #define SIZE (sizeof(long long))
  194. char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  195. ('0' + ((SIZE / 10000)%10)),
  196. ('0' + ((SIZE / 1000)%10)),
  197. ('0' + ((SIZE / 100)%10)),
  198. ('0' + ((SIZE / 10)%10)),
  199. ('0' + (SIZE % 10)),
  200. ']',
  201. #ifdef KEY
  202. ' ','k','e','y','[', KEY, ']',
  203. #endif
  204. '\0'};
  205.  
  206. #ifdef __CLASSIC_C__
  207. int main(argc, argv) int argc; char *argv[];
  208. #else
  209. int main(int argc, char *argv[])
  210. #endif
  211. {
  212. int require = 0;
  213. require += info_size[argc];
  214. (void)argv;
  215. return require;
  216. }
  217.  
  218.  
  219. Performing C SOURCE FILE Test HAVE_STD_C99 failed with the following output:
  220.  
  221. Source file was:
  222. int main(void) { return 0; }
  223. Performing C SOURCE FILE Test HAVE_W_EXTRA failed with the following output:
  224.  
  225. Source file was:
  226. int main(void) { return 0; }
  227. Performing C SOURCE FILE Test HAVE_GCC_DESTRUCTOR failed with the following output:
  228.  
  229. Source file was:
  230. int foo() __attribute__((destructor));
  231. int main() {return 0;}
  232. Performing C SOURCE FILE Test HAVE_MSSE_SWITCH failed with the following output:
  233.  
  234. Source file was:
  235. int main(void) { return 0; }
  236. Performing C SOURCE FILE Test HAVE_GCC_FORMAT failed with the following output:
  237.  
  238. Source file was:
  239. int foo(const char *str, ...) __attribute__((format(printf, 1, 2)));
  240. int main() {return 0;}
  241. Determining if the include file malloc.h exists failed with the following output:
  242.  
  243.  
  244. Determining if the include file strings.h exists failed with the following output:
  245.  
  246.  
  247. Determining if the include file cpuid.h exists failed with the following output:
  248.  
  249.  
  250. Determining if the include file sys/sysconf.h exists failed with the following output:
  251.  
  252.  
  253. Determining if the include file fenv.h exists failed with the following output:
  254.  
  255.  
  256. Determining if the include file float.h exists failed with the following output:
  257.  
  258.  
  259. Determining if the include file ieeefp.h exists failed with the following output:
  260.  
  261.  
  262. Determining if the include file guiddef.h exists failed with the following output:
  263.  
  264.  
  265. Determining if the include file initguid.h exists failed with the following output:
  266.  
  267.  
  268. Determining if the function pow exists in the m failed with the following output:
  269.  
  270.  
  271. Determining if the aligned_alloc exist failed with the following output:
  272.  
  273. File C:/Users/Erick/Documents/love2d/megasource/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  274. /* */
  275. #include <stdlib.h>
  276.  
  277. int main(int argc, char** argv)
  278. {
  279. (void)argv;
  280. #ifndef aligned_alloc
  281. return ((int*)(&aligned_alloc))[argc];
  282. #else
  283. (void)argc;
  284. return 0;
  285. #endif
  286. }
  287.  
  288. Determining if the posix_memalign exist failed with the following output:
  289.  
  290. File C:/Users/Erick/Documents/love2d/megasource/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  291. /* */
  292. #include <stdlib.h>
  293.  
  294. int main(int argc, char** argv)
  295. {
  296. (void)argv;
  297. #ifndef posix_memalign
  298. return ((int*)(&posix_memalign))[argc];
  299. #else
  300. (void)argc;
  301. return 0;
  302. #endif
  303. }
  304.  
  305. Determining if the _aligned_malloc exist failed with the following output:
  306.  
  307. File C:/Users/Erick/Documents/love2d/megasource/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  308. /* */
  309. #include <malloc.h>
  310.  
  311. int main(int argc, char** argv)
  312. {
  313. (void)argv;
  314. #ifndef _aligned_malloc
  315. return ((int*)(&_aligned_malloc))[argc];
  316. #else
  317. (void)argc;
  318. return 0;
  319. #endif
  320. }
  321.  
  322. Determining if the lrintf exist failed with the following output:
  323.  
  324. File C:/Users/Erick/Documents/love2d/megasource/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  325. /* */
  326. #include <math.h>
  327.  
  328. int main(int argc, char** argv)
  329. {
  330. (void)argv;
  331. #ifndef lrintf
  332. return ((int*)(&lrintf))[argc];
  333. #else
  334. (void)argc;
  335. return 0;
  336. #endif
  337. }
  338.  
  339. Determining if the function strtof exists failed with the following output:
  340.  
  341.  
  342. Determining if the function stat exists failed with the following output:
  343.  
  344.  
  345. Determining if the function strcasecmp exists failed with the following output:
  346.  
  347.  
  348. Determining if the function _stricmp exists failed with the following output:
  349.  
  350.  
  351. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  352. Compiler:
  353. Build flags:
  354. Id flags:
  355.  
  356. The output was:
  357. 1
  358.  
  359. Microsoft Visual Studio 2013 Version 12.0.30501.0.
  360. Copyright (C) Microsoft Corp. All rights reserved.
  361.  
  362. The license for Visual Studio expires in 90 days.
  363.  
  364. Package 'Visual C++ Project System Package' failed to load.
  365.  
  366. Package 'Visual C++ Project System Package' failed to load.
  367.  
  368. Package 'Visual C++ Project System Package' failed to load.
  369.  
  370. Some errors occurred during migration. For more information, see the migration report:
  371. C:\Users\Erick\Documents\love2d\megasource\build\CMakeFiles\2.8.12.2\CompilerIdC\UpgradeLog.htm
  372.  
  373. The system can not find the file specified.
  374.  
  375. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  376. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  377. Compiler:
  378. Build flags:
  379. Id flags:
  380.  
  381. The output was:
  382. 1
  383.  
  384. Microsoft Visual Studio 2013 Version 12.0.30501.0.
  385. Copyright (C) Microsoft Corp. All rights reserved.
  386.  
  387. The license for Visual Studio expires in 90 days.
  388.  
  389. Package 'Visual C++ Project System Package' failed to load.
  390.  
  391. Package 'Visual C++ Project System Package' failed to load.
  392.  
  393. Package 'Visual C++ Project System Package' failed to load.
  394.  
  395. Some errors occurred during migration. For more information, see the migration report:
  396. C:\Users\Erick\Documents\love2d\megasource\build\CMakeFiles\2.8.12.2\CompilerIdCXX\UpgradeLog.htm
  397.  
  398. The system can not find the file specified.
  399.  
  400. Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
  401. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  402. Compiler:
  403. Build flags:
  404. Id flags:
  405.  
  406. The output was:
  407. 1
  408.  
  409. Microsoft Visual Studio 2013 Version 12.0.30501.0.
  410. Copyright (C) Microsoft Corp. All rights reserved.
  411.  
  412. The license for Visual Studio expires in 90 days.
  413. 1>------ Build started: Project: CompilerIdC, Configuration: Debug Win32 ------
  414. 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110') cannot be found. To build using the v110 build tools, please install Visual Studio 2012 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
  415. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  416.  
  417.  
  418. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  419. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  420. Compiler:
  421. Build flags:
  422. Id flags:
  423.  
  424. The output was:
  425. 1
  426.  
  427. Microsoft Visual Studio 2013 Version 12.0.30501.0.
  428. Copyright (C) Microsoft Corp. All rights reserved.
  429.  
  430. The license for Visual Studio expires in 90 days.
  431. 1>------ Build started: Project: CompilerIdCXX, Configuration: Debug Win32 ------
  432. 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110') cannot be found. To build using the v110 build tools, please install Visual Studio 2012 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
  433. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  434.  
  435.  
  436. Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
  437. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  438. Compiler:
  439. Build flags:
  440. Id flags:
  441.  
  442. The output was:
  443. 1
  444.  
  445. Microsoft Visual Studio 2013 Version 12.0.30501.0.
  446. Copyright (C) Microsoft Corp. All rights reserved.
  447.  
  448. The license for Visual Studio expires in 90 days.
  449. 1>------ Build started: Project: CompilerIdC, Configuration: Debug Win32 ------
  450. 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110') cannot be found. To build using the v110 build tools, please install Visual Studio 2012 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
  451. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  452.  
  453.  
  454. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  455. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  456. Compiler:
  457. Build flags:
  458. Id flags:
  459.  
  460. The output was:
  461. 1
  462.  
  463. Microsoft Visual Studio 2013 Version 12.0.30501.0.
  464. Copyright (C) Microsoft Corp. All rights reserved.
  465.  
  466. The license for Visual Studio expires in 90 days.
  467. 1>------ Build started: Project: CompilerIdCXX, Configuration: Debug Win32 ------
  468. 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110') cannot be found. To build using the v110 build tools, please install Visual Studio 2012 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
  469. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  470.  
  471.  
  472. Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
  473. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  474. Compiler:
  475. Build flags:
  476. Id flags:
  477.  
  478. The output was:
  479. 1
  480.  
  481. Microsoft Visual Studio 2013 Version 12.0.30501.0.
  482. Copyright (C) Microsoft Corp. All rights reserved.
  483.  
  484. The license for Visual Studio expires in 90 days.
  485. 1>------ Build started: Project: CompilerIdC, Configuration: Debug Win32 ------
  486. 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110') cannot be found. To build using the v110 build tools, please install Visual Studio 2012 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
  487. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  488.  
  489.  
  490. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  491. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  492. Compiler:
  493. Build flags:
  494. Id flags:
  495.  
  496. The output was:
  497. 1
  498.  
  499. Microsoft Visual Studio 2013 Version 12.0.30501.0.
  500. Copyright (C) Microsoft Corp. All rights reserved.
  501.  
  502. The license for Visual Studio expires in 90 days.
  503. 1>------ Build started: Project: CompilerIdCXX, Configuration: Debug Win32 ------
  504. 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110') cannot be found. To build using the v110 build tools, please install Visual Studio 2012 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
  505. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  506.  
  507.  
  508. Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement