Core: https://github.com/TrinityCore/TrinityCore/commit/ef5bc9c70a6b50e1244a91fb922ecab455f6966f System: Windows 8.1 x64 CMake: 2.8.12 Compiler: Wisual Studio 2013 Desktop Version OpenSSL: 1.0.1 G 32 / 64 Error; Error Log :
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler:
Build flags:
Id flags:
The output was:
1
Microsoft (R)-Buildmodul, Version 12.0.30501.0
[Microsoft .NET Framework, Version 4.0.30319.34014]
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
Der Buildvorgang wurde am 19.05.2014 08:23:08 gestartet.
Projekt "C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCCompilerIdC.vcxproj" auf Knoten "1" (Standardziele).
PrepareForBuild:
Das Verzeichnis "Debug" wird erstellt.
Das Verzeichnis "DebugCompilerIdC.tlog" wird erstellt.
InitializeBuildStatus:
"DebugCompilerIdC.tlogunsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.
ClCompile:
C:Program Files (x86)Microsoft Visual Studio 12.0VCbinCL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug" /Fd"Debugvc120.pdb" /Gd /TC /analyze- /errorReport:queue CMakeCCompilerId.c
CMakeCCompilerId.c
cl : Befehlszeile error D8027: "C:Program Files (x86)Microsoft Visual Studio 12.0VCbinc1.dll" kann nicht ausgefhrt werden. [C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCCompilerIdC.vcxproj]
Die Erstellung des Projekts "C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCCompilerIdC.vcxproj" ist abgeschlossen (Standardziele) -- FEHLER.
Fehler beim Buildvorgang.
"C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCCompilerIdC.vcxproj" (Standardziel) (1) ->
(ClCompile Ziel) ->
cl : Befehlszeile error D8027: "C:Program Files (x86)Microsoft Visual Studio 12.0VCbinc1.dll" kann nicht ausgefhrt werden. [C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCCompilerIdC.vcxproj]
0 Warnung(en)
1 Fehler
Verstrichene Zeit 00:00:00.91
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler:
Build flags:
Id flags:
The output was:
1
Microsoft (R)-Buildmodul, Version 12.0.30501.0
[Microsoft .NET Framework, Version 4.0.30319.34014]
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
Der Buildvorgang wurde am 19.05.2014 08:23:09 gestartet.
Projekt "C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCXXCompilerIdCXX.vcxproj" auf Knoten "1" (Standardziele).
PrepareForBuild:
Das Verzeichnis "Debug" wird erstellt.
Das Verzeichnis "DebugCompilerIdCXX.tlog" wird erstellt.
InitializeBuildStatus:
"DebugCompilerIdCXX.tlogunsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.
ClCompile:
C:Program Files (x86)Microsoft Visual Studio 12.0VCbinCL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug" /Fd"Debugvc120.pdb" /Gd /TP /analyze- /errorReport:queue CMakeCXXCompilerId.cpp
CMakeCXXCompilerId.cpp
cl : Befehlszeile error D8027: "C:Program Files (x86)Microsoft Visual Studio 12.0VCbinc1xx.dll" kann nicht ausgefhrt werden. [C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCXXCompilerIdCXX.vcxproj]
Die Erstellung des Projekts "C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCXXCompilerIdCXX.vcxproj" ist abgeschlossen (Standardziele) -- FEHLER.
Fehler beim Buildvorgang.
"C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCXXCompilerIdCXX.vcxproj" (Standardziel) (1) ->
(ClCompile Ziel) ->
cl : Befehlszeile error D8027: "C:Program Files (x86)Microsoft Visual Studio 12.0VCbinc1xx.dll" kann nicht ausgefhrt werden. [C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCXXCompilerIdCXX.vcxproj]
0 Warnung(en)
1 Fehler
Verstrichene Zeit 00:00:00.89
Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
Determining if files pthread.h exist failed with the following output:
Source:
/* */
#include <pthread.h>
int main(){return 0;}
Determining if the IPPROTO_IPV6 exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <winsock2.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef IPPROTO_IPV6
return ((int*)(&IPPROTO_IPV6))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the IPV6_V6ONLY exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <winsock2.h>
#include <ws2ipdef.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef IPV6_V6ONLY
return ((int*)(&IPV6_V6ONLY))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the S_IROTH exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/stat.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef S_IROTH
return ((int*)(&S_IROTH))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the _S_IREAD exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/stat.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _S_IREAD
return ((int*)(&_S_IREAD))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the S_IFIFO exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/stat.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef S_IFIFO
return ((int*)(&S_IFIFO))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the _S_IFIFO exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/stat.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _S_IFIFO
return ((int*)(&_S_IFIFO))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SIGQUIT exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <signal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SIGQUIT
return ((int*)(&SIGQUIT))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SIGTERM exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <signal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SIGTERM
return ((int*)(&SIGTERM))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SIGPIPE exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <signal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SIGPIPE
return ((int*)(&SIGPIPE))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SIGINT exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <signal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SIGINT
return ((int*)(&SIGINT))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the isnan exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <float.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef isnan
return ((int*)(&isnan))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the _isnan exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <float.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _isnan
return ((int*)(&_isnan))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the finite exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <float.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef finite
return ((int*)(&finite))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the _finite exist failed with the following output:
File C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <float.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _finite
return ((int*)(&_finite))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function popen exists failed with the following output:
Determining if the function _popen exists failed with the following output:
Determining if the function pclose exists failed with the following output:
Determining if the function _pclose exists failed with the following output:
Determining if the function access exists failed with the following output:
Determining if the function _access exists failed with the following output:
Determining if the function strcasecmp exists failed with the following output:
Determining if the function _stricmp exists failed with the following output:
Determining if the function strncasecmp exists failed with the following output:
Determining if the function _strnicmp exists failed with the following output:
Determining if the function snprintf exists failed with the following output:
Determining if the function _snprintf exists failed with the following output:
Determining if the function strtok_r exists failed with the following output:
Determining if the function strtok_s exists failed with the following output:
Determining if the function strtoll exists failed with the following output:
Determining if the function _strtoi64 exists failed with the following output:
Determining if the function strtoull exists failed with the following output:
Determining if the function _strtoui64 exists failed with the following output:
Determining if the function vsnprintf exists failed with the following output:
Determining if the function _vsnprintf exists failed with the following output:
Determining if the include file sys/types.h exists failed with the following output:
Determining if the include file stdint.h exists failed with the following output:
Determining if the include file stddef.h exists failed with the following output:
Determining size of ssize_t failed with the following output:
C:/Users/Chaya/Desktop/TrinityCore-4.3.4/install/CMakeFiles/CheckTypeSize/SIZE_OF_SSIZE_T.c:
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#endif
#define SIZE (sizeof(ssize_t))
char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Determining if files stdlib.h;stdarg.h;string.h;float.h exist failed with the following output:
Source:
/* */
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
int main(){return 0;}
Determining if files alloca.h exist failed with the following output:
Source:
/* */
#include <alloca.h>
int main(){return 0;}
Determining if files aio.h exist failed with the following output:
Source:
/* */
#include <aio.h>
int main(){return 0;}
Determining if files arpa/inet.h exist failed with the following output:
Source:
/* */
#include <arpa/inet.h>
int main(){return 0;}
Determining if files crypt.h exist failed with the following output:
Source:
/* */
#include <crypt.h>
int main(){return 0;}
Determining if files cxxabi.h exist failed with the following output:
Source:
/* */
#include <cxxabi.h>
int main(){return 0;}
Determining if files dirent.h exist failed with the following output:
Source:
/* */
#include <dirent.h>
int main(){return 0;}
Determining if files dlfcn.h exist failed with the following output:
Source:
/* */
#include <dlfcn.h>
int main(){return 0;}
Determining if files execinfo.h exist failed with the following output:
Source:
/* */
#include <execinfo.h>
int main(){return 0;}
Determining if files fcntl.h exist failed with the following output:
Source:
/* */
#include <fcntl.h>
int main(){return 0;}
Determining if files fenv.h exist failed with the following output:
Source:
/* */
#include <fenv.h>
int main(){return 0;}
Determining if files float.h exist failed with the following output:
Source:
/* */
#include <float.h>
int main(){return 0;}
Determining if files floatingpoint.h exist failed with the following output:
Source:
/* */
#include <floatingpoint.h>
int main(){return 0;}
Determining if files fpu_control.h exist failed with the following output:
Source:
/* */
#include <fpu_control.h>
int main(){return 0;}
Determining if files grp.h exist failed with the following output:
Source:
/* */
#include <grp.h>
int main(){return 0;}
Determining if files ieeefp.h exist failed with the following output:
Source:
/* */
#include <ieeefp.h>
int main(){return 0;}
Determining if files inttypes.h exist failed with the following output:
Source:
/* */
#include <inttypes.h>
int main(){return 0;}
Determining if files langinfo.h exist failed with the following output:
Source:
/* */
#include <langinfo.h>
int main(){return 0;}
Determining if files limits.h exist failed with the following output:
Source:
/* */
#include <limits.h>
int main(){return 0;}
Determining if files locale.h exist failed with the following output:
Source:
/* */
#include <locale.h>
int main(){return 0;}
Determining if files malloc.h exist failed with the following output:
Source:
/* */
#include <malloc.h>
int main(){return 0;}
Determining if files memory.h exist failed with the following output:
Source:
/* */
#include <memory.h>
int main(){return 0;}
Determining if files ndir.h exist failed with the following output:
Source:
/* */
#include <ndir.h>
int main(){return 0;}
Determining if files netinet/in.h exist failed with the following output:
Source:
/* */
#include <netinet/in.h>
int main(){return 0;}
Determining if files paths.h exist failed with the following output:
Source:
/* */
#include <paths.h>
int main(){return 0;}
Determining if files port.h exist failed with the following output:
Source:
/* */
#include <port.h>
int main(){return 0;}
Determining if files poll.h exist failed with the following output:
Source:
/* */
#include <poll.h>
int main(){return 0;}
Determining if files pwd.h exist failed with the following output:
Source:
/* */
#include <pwd.h>
int main(){return 0;}
Determining if files sched.h exist failed with the following output:
Source:
/* */
#include <sched.h>
int main(){return 0;}
Determining if files select.h exist failed with the following output:
Source:
/* */
#include <select.h>
int main(){return 0;}
Determining if files semaphore.h exist failed with the following output:
Source:
/* */
#include <semaphore.h>
int main(){return 0;}
Determining if files sys/types.h;sys/dir.h exist failed with the following output:
Source:
/* */
#include <sys/types.h>
#include <sys/dir.h>
int main(){return 0;}
Determining if files sys/ndir.h exist failed with the following output:
Source:
/* */
#include <sys/ndir.h>
int main(){return 0;}
Determining if files sys/pte.h exist failed with the following output:
Source:
/* */
#include <sys/pte.h>
int main(){return 0;}
Determining if files stdlib.h exist failed with the following output:
Source:
/* */
#include <stdlib.h>
int main(){return 0;}
Determining if files strings.h exist failed with the following output:
Source:
/* */
#include <strings.h>
int main(){return 0;}
Determining if files string.h exist failed with the following output:
Source:
/* */
#include <string.h>
int main(){return 0;}
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler:
Build flags:
Id flags:
The output was:
1
Microsoft (R)-Buildmodul, Version 12.0.30501.0
[Microsoft .NET Framework, Version 4.0.30319.34014]
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
Der Buildvorgang wurde am 19.05.2014 08:25:38 gestartet.
Projekt "C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCCompilerIdC.vcxproj" auf Knoten "1" (Standardziele).
PrepareForBuild:
Das Verzeichnis "Debug" wird erstellt.
Das Verzeichnis "DebugCompilerIdC.tlog" wird erstellt.
InitializeBuildStatus:
"DebugCompilerIdC.tlogunsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.
ClCompile:
C:Program Files (x86)Microsoft Visual Studio 12.0VCbinCL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug" /Fd"Debugvc120.pdb" /Gd /TC /analyze- /errorReport:queue CMakeCCompilerId.c
CMakeCCompilerId.c
cl : Befehlszeile error D8027: "C:Program Files (x86)Microsoft Visual Studio 12.0VCbinc1.dll" kann nicht ausgefhrt werden. [C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCCompilerIdC.vcxproj]
Die Erstellung des Projekts "C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCCompilerIdC.vcxproj" ist abgeschlossen (Standardziele) -- FEHLER.
Fehler beim Buildvorgang.
"C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCCompilerIdC.vcxproj" (Standardziel) (1) ->
(ClCompile Ziel) ->
cl : Befehlszeile error D8027: "C:Program Files (x86)Microsoft Visual Studio 12.0VCbinc1.dll" kann nicht ausgefhrt werden. [C:UsersChayaDesktopTrinityCore-4.3.4installCMakeFiles2.8.12-rc1CompilerIdCCompilerIdC.vcxproj]
0 Warnung(en)
1 Fehler
Verstrichene Zeit 00:00:00.87
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler": How can i fix it ???