Created
July 11, 2014 21:12
-
-
Save iMichka/3622a7785f870d48c3c0 to your computer and use it in GitHub Desktop.
Cmake GCCXML Windows 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Determining if the function getpagesize exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2536056106" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2536056106, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=getpagesize" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2536056106.dir\Debug\\" /Fd"cmTryCompileExec2536056106.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _getpagesize referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2536056106.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2536056106.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2536056106 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file inttypes.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec968101396" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec968101396, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec968101396.dir\Debug\\" /Fd"cmTryCompileExec968101396.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec968101396.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec968101396 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file stdint.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2357774447" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2357774447, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2357774447.dir\Debug\\" /Fd"cmTryCompileExec2357774447.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2357774447.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2357774447 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file strings.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2293663205" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2293663205, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2293663205.dir\Debug\\" /Fd"cmTryCompileExec2293663205.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'strings.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2293663205.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2293663205 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file sys/param.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1293403630" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1293403630, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1293403630.dir\Debug\\" /Fd"cmTryCompileExec1293403630.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1293403630.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1293403630 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file unistd.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec4049486516" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec4049486516, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec4049486516.dir\Debug\\" /Fd"cmTryCompileExec4049486516.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec4049486516.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec4049486516 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the system is big endian passed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1825571653" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1825571653, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1825571653.dir\Debug\\" /Fd"cmTryCompileExec1825571653.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\TestEndianess.c" | |
1>TestEndianess.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>Embedding manifest... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1825571653.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1825571653 - 0 error(s), 0 warning(s) | |
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== | |
TestEndianess.c: | |
/* A 16 bit integer is required. */ | |
typedef unsigned short cmakeint16; | |
/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." | |
On a big endian machine the characters will be exchanged pairwise. */ | |
const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; | |
/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." | |
On a little endian machine the characters will be exchanged pairwise. */ | |
const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; | |
#ifdef __CLASSIC_C__ | |
int main(argc, argv) int argc; char *argv[]; | |
#else | |
int main(int argc, char *argv[]) | |
#endif | |
{ | |
int require = 0; | |
require += info_little[argc]; | |
require += info_big[argc]; | |
(void)argv; | |
return require; | |
} | |
checking for sys/wait.h that is POSIX.1 compatible failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1011341467" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1011341467, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_HAVE_SYS_WAIT_H" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1011341467.dir\Debug\\" /Fd"cmTryCompileExec1011341467.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c(115) : fatal error C1083: Cannot open include file: 'sys/wait.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec1011341467.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1011341467 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
checking whether time.h and sys/time.h may both be included failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3207092189" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3207092189, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_TIME_WITH_SYS_TIME" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3207092189.dir\Debug\\" /Fd"cmTryCompileExec3207092189.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c(139) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec3207092189.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3207092189 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
checking for sys/resource.h with sys/time.h failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec682093783" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec682093783, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_HAVE_SYS_RESOURCE_H_WITH_SYS_TIME_H" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=1" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec682093783.dir\Debug\\" /Fd"cmTryCompileExec682093783.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c(480) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec682093783.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec682093783 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
checking for dirent.h with sys/types.h failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1673552937" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1673552937, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_HAVE_DIRENT_H" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=1" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1673552937.dir\Debug\\" /Fd"cmTryCompileExec1673552937.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c(654) : fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec1673552937.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1673552937 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
checking for nl_langinfo and CODESET failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2054585568" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2054585568, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_HAVE_LANGINFO_CODESET" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=1" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2054585568.dir\Debug\\" /Fd"cmTryCompileExec2054585568.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c(733) : fatal error C1083: Cannot open include file: 'langinfo.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec2054585568.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2054585568 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file alloca.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1429272074" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1429272074, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1429272074.dir\Debug\\" /Fd"cmTryCompileExec1429272074.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'alloca.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1429272074.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1429272074 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file machine/hal_sysinfo.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2105684879" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2105684879, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2105684879.dir\Debug\\" /Fd"cmTryCompileExec2105684879.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'machine/hal_sysinfo.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2105684879.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2105684879 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file sys/file.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3870114968" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3870114968, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3870114968.dir\Debug\\" /Fd"cmTryCompileExec3870114968.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/file.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3870114968.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3870114968 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file sys/mman.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1418224630" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1418224630, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1418224630.dir\Debug\\" /Fd"cmTryCompileExec1418224630.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/mman.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1418224630.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1418224630 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file sys/pstat.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2227365683" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2227365683, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2227365683.dir\Debug\\" /Fd"cmTryCompileExec2227365683.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/pstat.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2227365683.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2227365683 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file sys/resource.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec164905259" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec164905259, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec164905259.dir\Debug\\" /Fd"cmTryCompileExec164905259.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/resource.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec164905259.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec164905259 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file sys/sysctl.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3635661574" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3635661574, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3635661574.dir\Debug\\" /Fd"cmTryCompileExec3635661574.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/sysctl.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3635661574.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3635661574 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file sys/sysinfo.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1109670322" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1109670322, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1109670322.dir\Debug\\" /Fd"cmTryCompileExec1109670322.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/sysinfo.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1109670322.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1109670322 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file sys/sysmp.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2378264968" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2378264968, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2378264968.dir\Debug\\" /Fd"cmTryCompileExec2378264968.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/sysmp.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2378264968.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2378264968 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file sys/systemcfg.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3266206013" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3266206013, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3266206013.dir\Debug\\" /Fd"cmTryCompileExec3266206013.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/systemcfg.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3266206013.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3266206013 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file sys/table.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3496437011" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3496437011, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3496437011.dir\Debug\\" /Fd"cmTryCompileExec3496437011.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/table.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3496437011.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3496437011 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file sys/time.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2007657889" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2007657889, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2007657889.dir\Debug\\" /Fd"cmTryCompileExec2007657889.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2007657889.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2007657889 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file stdio_ext.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec845292683" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec845292683, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec845292683.dir\Debug\\" /Fd"cmTryCompileExec845292683.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'stdio_ext.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec845292683.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec845292683 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the include file vfork.h exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1020050968" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1020050968, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1020050968.dir\Debug\\" /Fd"cmTryCompileExec1020050968.dir\Debug\vc90.pdb" /W0 /c /Zi /TC ".\CheckIncludeFile.c" | |
1>CheckIncludeFile.c | |
1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'vfork.h': No such file or directory | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1020050968.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1020050968 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function _doprnt exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1613052382" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1613052382, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=_doprnt" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1613052382.dir\Debug\\" /Fd"cmTryCompileExec1613052382.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol __doprnt referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1613052382.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1613052382.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1613052382 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function __fsetlocking exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3390966565" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3390966565, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=__fsetlocking" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3390966565.dir\Debug\\" /Fd"cmTryCompileExec3390966565.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol ___fsetlocking referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3390966565.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3390966565.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3390966565 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function asprintf exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2995620743" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2995620743, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=asprintf" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2995620743.dir\Debug\\" /Fd"cmTryCompileExec2995620743.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _asprintf referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2995620743.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2995620743.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2995620743 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function basename exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec394515111" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec394515111, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=basename" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec394515111.dir\Debug\\" /Fd"cmTryCompileExec394515111.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _basename referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec394515111.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec394515111.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec394515111 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function bcmp exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3066344657" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3066344657, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=bcmp" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3066344657.dir\Debug\\" /Fd"cmTryCompileExec3066344657.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _bcmp referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3066344657.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3066344657.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3066344657 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function bcopy exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec572786425" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec572786425, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=bcopy" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec572786425.dir\Debug\\" /Fd"cmTryCompileExec572786425.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _bcopy referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec572786425.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec572786425.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec572786425 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function bzero exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3436261961" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3436261961, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=bzero" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3436261961.dir\Debug\\" /Fd"cmTryCompileExec3436261961.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _bzero referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3436261961.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3436261961.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3436261961 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function ffs exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec726980744" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec726980744, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=ffs" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec726980744.dir\Debug\\" /Fd"cmTryCompileExec726980744.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _ffs referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec726980744.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec726980744.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec726980744 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function index exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3519696689" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3519696689, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=index" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3519696689.dir\Debug\\" /Fd"cmTryCompileExec3519696689.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _index referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3519696689.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3519696689.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3519696689 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function insque exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec4232335382" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec4232335382, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=insque" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec4232335382.dir\Debug\\" /Fd"cmTryCompileExec4232335382.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _insque referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec4232335382.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec4232335382.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec4232335382 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function mempcpy exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3153681272" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3153681272, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=mempcpy" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3153681272.dir\Debug\\" /Fd"cmTryCompileExec3153681272.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _mempcpy referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3153681272.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3153681272.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3153681272 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function mkstemps exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1061229674" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1061229674, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=mkstemps" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1061229674.dir\Debug\\" /Fd"cmTryCompileExec1061229674.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _mkstemps referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1061229674.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1061229674.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1061229674 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function random exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec301209892" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec301209892, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=random" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec301209892.dir\Debug\\" /Fd"cmTryCompileExec301209892.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _random referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec301209892.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec301209892.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec301209892 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function rindex exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2231671628" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2231671628, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=rindex" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2231671628.dir\Debug\\" /Fd"cmTryCompileExec2231671628.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _rindex referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2231671628.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2231671628.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2231671628 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function setenv exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2827979046" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2827979046, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=setenv" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2827979046.dir\Debug\\" /Fd"cmTryCompileExec2827979046.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _setenv referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2827979046.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2827979046.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2827979046 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function sigsetmask exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2190156031" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2190156031, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=sigsetmask" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2190156031.dir\Debug\\" /Fd"cmTryCompileExec2190156031.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _sigsetmask referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2190156031.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2190156031.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2190156031 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function snprintf exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2852634756" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2852634756, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=snprintf" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2852634756.dir\Debug\\" /Fd"cmTryCompileExec2852634756.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _snprintf referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2852634756.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2852634756.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2852634756 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function stpcpy exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3324782770" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3324782770, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=stpcpy" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3324782770.dir\Debug\\" /Fd"cmTryCompileExec3324782770.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _stpcpy referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3324782770.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3324782770.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3324782770 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function stpncpy exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3159326704" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3159326704, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=stpncpy" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3159326704.dir\Debug\\" /Fd"cmTryCompileExec3159326704.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _stpncpy referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3159326704.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3159326704.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3159326704 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function strcasecmp exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3420081662" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3420081662, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=strcasecmp" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3420081662.dir\Debug\\" /Fd"cmTryCompileExec3420081662.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _strcasecmp referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3420081662.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3420081662.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3420081662 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function strncasecmp exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2206256375" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2206256375, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=strncasecmp" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2206256375.dir\Debug\\" /Fd"cmTryCompileExec2206256375.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _strncasecmp referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2206256375.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2206256375.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2206256375 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function strndup exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1820842666" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1820842666, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=strndup" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1820842666.dir\Debug\\" /Fd"cmTryCompileExec1820842666.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _strndup referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1820842666.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1820842666.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1820842666 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function strverscmp exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1174533357" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1174533357, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=strverscmp" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1174533357.dir\Debug\\" /Fd"cmTryCompileExec1174533357.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _strverscmp referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1174533357.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1174533357.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1174533357 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function vasprintf exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec168687154" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec168687154, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=vasprintf" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec168687154.dir\Debug\\" /Fd"cmTryCompileExec168687154.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _vasprintf referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec168687154.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec168687154.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec168687154 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function waitpid exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec14697836" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec14697836, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=waitpid" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec14697836.dir\Debug\\" /Fd"cmTryCompileExec14697836.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _waitpid referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec14697836.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec14697836.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec14697836 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function wait3 exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1565121470" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1565121470, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=wait3" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1565121470.dir\Debug\\" /Fd"cmTryCompileExec1565121470.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _wait3 referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1565121470.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1565121470.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1565121470 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function wait3 exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec628947067" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec628947067, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=wait3" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec628947067.dir\Debug\\" /Fd"cmTryCompileExec628947067.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _wait3 referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec628947067.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec628947067.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec628947067 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function fork exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2084113453" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2084113453, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=fork" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2084113453.dir\Debug\\" /Fd"cmTryCompileExec2084113453.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _fork referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2084113453.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2084113453.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2084113453 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function vfork exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3299459145" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3299459145, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=vfork" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3299459145.dir\Debug\\" /Fd"cmTryCompileExec3299459145.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _vfork referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3299459145.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3299459145.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3299459145 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function canonicalize_file_name exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1499812087" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1499812087, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=canonicalize_file_name" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1499812087.dir\Debug\\" /Fd"cmTryCompileExec1499812087.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _canonicalize_file_name referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1499812087.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1499812087.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1499812087 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function getrusage exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1544160397" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1544160397, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=getrusage" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1544160397.dir\Debug\\" /Fd"cmTryCompileExec1544160397.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _getrusage referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1544160397.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1544160397.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1544160397 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function getsysinfo exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec4070858501" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec4070858501, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=getsysinfo" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec4070858501.dir\Debug\\" /Fd"cmTryCompileExec4070858501.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _getsysinfo referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec4070858501.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec4070858501.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec4070858501 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function gettimeofday exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec625926054" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec625926054, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=gettimeofday" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec625926054.dir\Debug\\" /Fd"cmTryCompileExec625926054.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _gettimeofday referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec625926054.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec625926054.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec625926054 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function on_exit exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec31387109" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec31387109, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=on_exit" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec31387109.dir\Debug\\" /Fd"cmTryCompileExec31387109.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _on_exit referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec31387109.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec31387109.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec31387109 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function psignal exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3565399205" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3565399205, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=psignal" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3565399205.dir\Debug\\" /Fd"cmTryCompileExec3565399205.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _psignal referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3565399205.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3565399205.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3565399205 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function pstat_getdynamic exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1961080519" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1961080519, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=pstat_getdynamic" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1961080519.dir\Debug\\" /Fd"cmTryCompileExec1961080519.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _pstat_getdynamic referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1961080519.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1961080519.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1961080519 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function pstat_getstatic exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3527615235" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3527615235, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=pstat_getstatic" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3527615235.dir\Debug\\" /Fd"cmTryCompileExec3527615235.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _pstat_getstatic referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3527615235.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3527615235.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3527615235 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function realpath exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec4104528743" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec4104528743, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=realpath" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec4104528743.dir\Debug\\" /Fd"cmTryCompileExec4104528743.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _realpath referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec4104528743.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec4104528743.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec4104528743 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function sbrk exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1651817153" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1651817153, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=sbrk" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1651817153.dir\Debug\\" /Fd"cmTryCompileExec1651817153.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _sbrk referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1651817153.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1651817153.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1651817153 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function strsignal exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3053977553" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3053977553, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=strsignal" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3053977553.dir\Debug\\" /Fd"cmTryCompileExec3053977553.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _strsignal referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3053977553.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3053977553.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3053977553 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function sysconf exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1658769781" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1658769781, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=sysconf" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1658769781.dir\Debug\\" /Fd"cmTryCompileExec1658769781.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _sysconf referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1658769781.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1658769781.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1658769781 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function sysctl exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1685252157" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1685252157, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=sysctl" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1685252157.dir\Debug\\" /Fd"cmTryCompileExec1685252157.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _sysctl referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1685252157.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec1685252157.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1685252157 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function sysmp exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2014853969" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2014853969, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=sysmp" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2014853969.dir\Debug\\" /Fd"cmTryCompileExec2014853969.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _sysmp referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2014853969.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec2014853969.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2014853969 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function table exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3772820824" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3772820824, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=table" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3772820824.dir\Debug\\" /Fd"cmTryCompileExec3772820824.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _table referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3772820824.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3772820824.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3772820824 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Determining if the function times exists failed with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3043838681" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3043838681, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "CHECK_FUNCTION_EXISTS=times" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3043838681.dir\Debug\\" /Fd"cmTryCompileExec3043838681.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake\share\cmake-3.0\Modules\CheckFunctionExists.c" | |
1>CheckFunctionExists.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>CheckFunctionExists.obj : error LNK2019: unresolved external symbol _times referenced in function _main | |
1>C:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3043838681.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\CMakeFiles\CMakeTmp\cmTryCompileExec3043838681.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3043838681 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
checking for variable sys_nerr failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec4222843676" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec4222843676, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_HAVE_SYS_NERR" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=1" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec4222843676.dir\Debug\\" /Fd"cmTryCompileExec4222843676.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>gcc_c_tests.obj : error LNK2001: unresolved external symbol _sys_nerr | |
1>OLDNAMES.lib(sys_nerr.obj) : error LNK2001: unresolved external symbol _sys_nerr | |
1>OLDNAMES.lib(sys_nerr.obj) : error LNK2001: unresolved external symbol __sys_nerr | |
1>C:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec4222843676.exe : fatal error LNK1120: 2 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec4222843676.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec4222843676 - 4 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
checking for variable sys_siglist failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec19817264" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec19817264, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_HAVE_SYS_SIGLIST" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=1" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec19817264.dir\Debug\\" /Fd"cmTryCompileExec19817264.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>gcc_c_tests.obj : error LNK2001: unresolved external symbol _sys_siglist | |
1>C:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec19817264.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec19817264.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec19817264 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
checking for variable _doprnt failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec162357473" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec162357473, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_HAVE__DOPRNT" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=1" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec162357473.dir\Debug\\" /Fd"cmTryCompileExec162357473.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>gcc_c_tests.obj : error LNK2001: unresolved external symbol __doprnt | |
1>C:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec162357473.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec162357473.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec162357473 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
checking for variable _system_configuration failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2293788491" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2293788491, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_HAVE__SYSTEM_CONFIGURATION" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=1" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2293788491.dir\Debug\\" /Fd"cmTryCompileExec2293788491.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>Compiling manifest to resources... | |
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>Linking... | |
1>gcc_c_tests.obj : error LNK2001: unresolved external symbol __system_configuration | |
1>C:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2293788491.exe : fatal error LNK1120: 1 unresolved externals | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec2293788491.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2293788491 - 2 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
checking whether canonicalize_file_name must be declared failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec1532669641" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec1532669641, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_NEED_DECLARATION_CANONICALIZE_FILE_NAME" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=1" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1532669641.dir\Debug\\" /Fd"cmTryCompileExec1532669641.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c(312) : error C2065: 'canonicalize_file_name' : undeclared identifier | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec1532669641.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec1532669641 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
checking for pid_t failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec3974975108" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec3974975108, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_HAVE_PID_T" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=1" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3974975108.dir\Debug\\" /Fd"cmTryCompileExec3974975108.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c(267) : error C2065: 'pid_t' : undeclared identifier | |
1>..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c(267) : error C2059: syntax error : ')' | |
1>..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c(269) : error C2065: 'pid_t' : undeclared identifier | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec3974975108.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec3974975108 - 3 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
checking whether alloca needs Cray hooks failed to compile with the following output: | |
Change Dir: C:/Users/lux/Desktop/build-gccxml/GCC/config_cmake/CMakeFiles/CMakeTmp | |
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe" "CMAKE_TRY_COMPILE.sln" "/build" "Debug" "/project" "cmTryCompileExec2970147056" | |
Microsoft (R) Visual C++ Express Edition Version 9.0.30729.1. | |
Copyright (C) Microsoft Corp 2007. All rights reserved. | |
1>------ Build started: Project: cmTryCompileExec2970147056, Configuration: Debug Win32 ------ | |
1>Compiling... | |
1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 | |
1>Copyright (C) Microsoft Corporation. All rights reserved. | |
1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "TEST_CRAY_STACKSEG_END" /D "HAVE_GETPAGESIZE=0" /D "HAVE_INTTYPES_H=0" /D "HAVE_MEMORY_H=1" /D "HAVE_STDINT_H=0" /D "HAVE_STDLIB_H=1" /D "HAVE_STRINGS_H=0" /D "HAVE_STRING_H=1" /D "HAVE_SYS_STAT_H=1" /D "HAVE_SYS_TYPES_H=1" /D "HAVE_SYS_PARAM_H=0" /D "HAVE_UNISTD_H=0" /D "STDC_HEADERS=1" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2970147056.dir\Debug\\" /Fd"cmTryCompileExec2970147056.dir\Debug\vc90.pdb" /W0 /c /Zi /TC "..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c" | |
1>gcc_c_tests.c | |
1>..\..\..\..\..\gccxml-master\GCC\config_cmake\gcc_c_tests.c(473) : error C2065: 'not_cray' : undeclared identifier | |
1>Build log was saved at "file://c:\Users\lux\Desktop\build-gccxml\GCC\config_cmake\CMakeFiles\CMakeTmp\cmTryCompileExec2970147056.dir\Debug\BuildLog.htm" | |
1>cmTryCompileExec2970147056 - 1 error(s), 0 warning(s) | |
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment