ogre dependencies error while generating using cmake
Posted: Tue Nov 03, 2015 5:58 pm
hello , i keep on getting a generate error
The system is: Windows - 6.2 - AMD64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:
Build flags:
Id flags:
The output was:
0
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:51:54.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "Debug\".
Creating directory "Debug\CompilerIdC.tlog\".
InitializeBuildStatus:
Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue CMakeCCompilerId.c
CMakeCCompilerId.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCCompilerId.obj
CompilerIdC.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdC\.\CompilerIdC.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdC\CompilerIdC.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:02.46
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"
The C compiler identification is MSVC, found in "C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/3.3.2/CompilerIdC/CompilerIdC.exe"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:
Build flags:
Id flags:
The output was:
0
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:51:56.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "Debug\".
Creating directory "Debug\CompilerIdCXX.tlog\".
InitializeBuildStatus:
Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue CMakeCXXCompilerId.cpp
CMakeCXXCompilerId.cpp
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCXXCompilerId.obj
CompilerIdCXX.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdCXX\.\CompilerIdCXX.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.73
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"
The CXX compiler identification is MSVC, found in "C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/3.3.2/CompilerIdCXX/CompilerIdCXX.exe"
Determining if the C compiler works passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_b4d7a.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:51:57.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b4d7a.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_b4d7a.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_b4d7a.dir\Debug\cmTC_b4d7a.tlog\".
InitializeBuildStatus:
Creating "cmTC_b4d7a.dir\Debug\cmTC_b4d7a.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_b4d7a.dir\Debug\\" /Fd"cmTC_b4d7a.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCCompiler.c"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_b4d7a.dir\Debug\\" /Fd"cmTC_b4d7a.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCCompiler.c"
testCCompiler.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b4d7a.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b4d7a.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b4d7a.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_b4d7a.dir\Debug\testCCompiler.obj
cmTC_b4d7a.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b4d7a.exe
FinalizeBuildStatus:
Deleting file "cmTC_b4d7a.dir\Debug\cmTC_b4d7a.tlog\unsuccessfulbuild".
Touching "cmTC_b4d7a.dir\Debug\cmTC_b4d7a.tlog\cmTC_b4d7a.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b4d7a.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.97
Detecting C compiler ABI info compiled with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_f5fdc.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:51:58.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_f5fdc.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_f5fdc.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_f5fdc.dir\Debug\cmTC_f5fdc.tlog\".
InitializeBuildStatus:
Creating "cmTC_f5fdc.dir\Debug\cmTC_f5fdc.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_f5fdc.dir\Debug\\" /Fd"cmTC_f5fdc.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCCompilerABI.c"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_f5fdc.dir\Debug\\" /Fd"cmTC_f5fdc.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCCompilerABI.c"
CMakeCCompilerABI.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_f5fdc.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_f5fdc.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_f5fdc.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_f5fdc.dir\Debug\CMakeCCompilerABI.obj
cmTC_f5fdc.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_f5fdc.exe
FinalizeBuildStatus:
Deleting file "cmTC_f5fdc.dir\Debug\cmTC_f5fdc.tlog\unsuccessfulbuild".
Touching "cmTC_f5fdc.dir\Debug\cmTC_f5fdc.tlog\cmTC_f5fdc.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_f5fdc.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.69
Determining if the CXX compiler works passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_b16e2.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:51:59.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b16e2.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_b16e2.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_b16e2.dir\Debug\cmTC_b16e2.tlog\".
InitializeBuildStatus:
Creating "cmTC_b16e2.dir\Debug\cmTC_b16e2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_b16e2.dir\Debug\\" /Fd"cmTC_b16e2.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_b16e2.dir\Debug\\" /Fd"cmTC_b16e2.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"
testCXXCompiler.cxx
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b16e2.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b16e2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b16e2.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_b16e2.dir\Debug\testCXXCompiler.obj
cmTC_b16e2.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b16e2.exe
FinalizeBuildStatus:
Deleting file "cmTC_b16e2.dir\Debug\cmTC_b16e2.tlog\unsuccessfulbuild".
Touching "cmTC_b16e2.dir\Debug\cmTC_b16e2.tlog\cmTC_b16e2.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b16e2.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.62
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_ff228.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:52:00.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_ff228.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_ff228.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_ff228.dir\Debug\cmTC_ff228.tlog\".
InitializeBuildStatus:
Creating "cmTC_ff228.dir\Debug\cmTC_ff228.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_ff228.dir\Debug\\" /Fd"cmTC_ff228.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCXXCompilerABI.cpp"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_ff228.dir\Debug\\" /Fd"cmTC_ff228.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCXXCompilerABI.cpp"
CMakeCXXCompilerABI.cpp
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_ff228.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_ff228.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_ff228.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_ff228.dir\Debug\CMakeCXXCompilerABI.obj
cmTC_ff228.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_ff228.exe
FinalizeBuildStatus:
Deleting file "cmTC_ff228.dir\Debug\cmTC_ff228.tlog\unsuccessfulbuild".
Touching "cmTC_ff228.dir\Debug\cmTC_ff228.tlog\cmTC_ff228.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_ff228.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.72
Detecting CXX [] compiler features compiled with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_e263a.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:52:01.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_e263a.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_e263a.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_e263a.dir\Debug\cmTC_e263a.tlog\".
InitializeBuildStatus:
Creating "cmTC_e263a.dir\Debug\cmTC_e263a.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_e263a.dir\Debug\\" /Fd"cmTC_e263a.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\feature_tests.cxx"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_e263a.dir\Debug\\" /Fd"cmTC_e263a.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\feature_tests.cxx"
feature_tests.cxx
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_e263a.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_e263a.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_e263a.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_e263a.dir\Debug\feature_tests.obj
cmTC_e263a.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_e263a.exe
FinalizeBuildStatus:
Deleting file "cmTC_e263a.dir\Debug\cmTC_e263a.tlog\unsuccessfulbuild".
Touching "cmTC_e263a.dir\Debug\cmTC_e263a.tlog\cmTC_e263a.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_e263a.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.64
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Determining size of void* passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_692a5.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:52:02.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_692a5.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_692a5.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_692a5.dir\Debug\cmTC_692a5.tlog\".
InitializeBuildStatus:
Creating "cmTC_692a5.dir\Debug\cmTC_692a5.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_692a5.dir\Debug\\" /Fd"cmTC_692a5.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\_PTR_SIZE.c"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_692a5.dir\Debug\\" /Fd"cmTC_692a5.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\_PTR_SIZE.c"
_PTR_SIZE.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_692a5.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_692a5.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_692a5.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_692a5.dir\Debug\_PTR_SIZE.obj
cmTC_692a5.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_692a5.exe
FinalizeBuildStatus:
Deleting file "cmTC_692a5.dir\Debug\cmTC_692a5.tlog\unsuccessfulbuild".
Touching "cmTC_692a5.dir\Debug\cmTC_692a5.tlog\cmTC_692a5.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_692a5.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.66
Determining size of void* passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_c7aad.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:52:03.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_c7aad.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_c7aad.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_c7aad.dir\Debug\cmTC_c7aad.tlog\".
InitializeBuildStatus:
Creating "cmTC_c7aad.dir\Debug\cmTC_c7aad.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_c7aad.dir\Debug\\" /Fd"cmTC_c7aad.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\OGREDEPS_PTR_SIZE.c"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_c7aad.dir\Debug\\" /Fd"cmTC_c7aad.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\OGREDEPS_PTR_SIZE.c"
OGREDEPS_PTR_SIZE.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_c7aad.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_c7aad.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_c7aad.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_c7aad.dir\Debug\OGREDEPS_PTR_SIZE.obj
cmTC_c7aad.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_c7aad.exe
FinalizeBuildStatus:
Deleting file "cmTC_c7aad.dir\Debug\cmTC_c7aad.tlog\unsuccessfulbuild".
Touching "cmTC_c7aad.dir\Debug\cmTC_c7aad.tlog\cmTC_c7aad.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_c7aad.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.67
The system is: Windows - 6.2 - AMD64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:
Build flags:
Id flags:
The output was:
0
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:51:54.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "Debug\".
Creating directory "Debug\CompilerIdC.tlog\".
InitializeBuildStatus:
Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue CMakeCCompilerId.c
CMakeCCompilerId.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCCompilerId.obj
CompilerIdC.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdC\.\CompilerIdC.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdC\CompilerIdC.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:02.46
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"
The C compiler identification is MSVC, found in "C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/3.3.2/CompilerIdC/CompilerIdC.exe"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:
Build flags:
Id flags:
The output was:
0
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:51:56.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "Debug\".
Creating directory "Debug\CompilerIdCXX.tlog\".
InitializeBuildStatus:
Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue CMakeCXXCompilerId.cpp
CMakeCXXCompilerId.cpp
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCXXCompilerId.obj
CompilerIdCXX.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdCXX\.\CompilerIdCXX.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.73
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"
The CXX compiler identification is MSVC, found in "C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/3.3.2/CompilerIdCXX/CompilerIdCXX.exe"
Determining if the C compiler works passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_b4d7a.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:51:57.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b4d7a.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_b4d7a.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_b4d7a.dir\Debug\cmTC_b4d7a.tlog\".
InitializeBuildStatus:
Creating "cmTC_b4d7a.dir\Debug\cmTC_b4d7a.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_b4d7a.dir\Debug\\" /Fd"cmTC_b4d7a.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCCompiler.c"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_b4d7a.dir\Debug\\" /Fd"cmTC_b4d7a.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCCompiler.c"
testCCompiler.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b4d7a.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b4d7a.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b4d7a.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_b4d7a.dir\Debug\testCCompiler.obj
cmTC_b4d7a.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b4d7a.exe
FinalizeBuildStatus:
Deleting file "cmTC_b4d7a.dir\Debug\cmTC_b4d7a.tlog\unsuccessfulbuild".
Touching "cmTC_b4d7a.dir\Debug\cmTC_b4d7a.tlog\cmTC_b4d7a.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b4d7a.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.97
Detecting C compiler ABI info compiled with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_f5fdc.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:51:58.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_f5fdc.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_f5fdc.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_f5fdc.dir\Debug\cmTC_f5fdc.tlog\".
InitializeBuildStatus:
Creating "cmTC_f5fdc.dir\Debug\cmTC_f5fdc.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_f5fdc.dir\Debug\\" /Fd"cmTC_f5fdc.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCCompilerABI.c"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_f5fdc.dir\Debug\\" /Fd"cmTC_f5fdc.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCCompilerABI.c"
CMakeCCompilerABI.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_f5fdc.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_f5fdc.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_f5fdc.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_f5fdc.dir\Debug\CMakeCCompilerABI.obj
cmTC_f5fdc.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_f5fdc.exe
FinalizeBuildStatus:
Deleting file "cmTC_f5fdc.dir\Debug\cmTC_f5fdc.tlog\unsuccessfulbuild".
Touching "cmTC_f5fdc.dir\Debug\cmTC_f5fdc.tlog\cmTC_f5fdc.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_f5fdc.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.69
Determining if the CXX compiler works passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_b16e2.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:51:59.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b16e2.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_b16e2.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_b16e2.dir\Debug\cmTC_b16e2.tlog\".
InitializeBuildStatus:
Creating "cmTC_b16e2.dir\Debug\cmTC_b16e2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_b16e2.dir\Debug\\" /Fd"cmTC_b16e2.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_b16e2.dir\Debug\\" /Fd"cmTC_b16e2.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"
testCXXCompiler.cxx
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b16e2.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b16e2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b16e2.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_b16e2.dir\Debug\testCXXCompiler.obj
cmTC_b16e2.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b16e2.exe
FinalizeBuildStatus:
Deleting file "cmTC_b16e2.dir\Debug\cmTC_b16e2.tlog\unsuccessfulbuild".
Touching "cmTC_b16e2.dir\Debug\cmTC_b16e2.tlog\cmTC_b16e2.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b16e2.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.62
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_ff228.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:52:00.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_ff228.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_ff228.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_ff228.dir\Debug\cmTC_ff228.tlog\".
InitializeBuildStatus:
Creating "cmTC_ff228.dir\Debug\cmTC_ff228.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_ff228.dir\Debug\\" /Fd"cmTC_ff228.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCXXCompilerABI.cpp"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_ff228.dir\Debug\\" /Fd"cmTC_ff228.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCXXCompilerABI.cpp"
CMakeCXXCompilerABI.cpp
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_ff228.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_ff228.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_ff228.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_ff228.dir\Debug\CMakeCXXCompilerABI.obj
cmTC_ff228.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_ff228.exe
FinalizeBuildStatus:
Deleting file "cmTC_ff228.dir\Debug\cmTC_ff228.tlog\unsuccessfulbuild".
Touching "cmTC_ff228.dir\Debug\cmTC_ff228.tlog\cmTC_ff228.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_ff228.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.72
Detecting CXX [] compiler features compiled with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_e263a.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:52:01.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_e263a.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_e263a.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_e263a.dir\Debug\cmTC_e263a.tlog\".
InitializeBuildStatus:
Creating "cmTC_e263a.dir\Debug\cmTC_e263a.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_e263a.dir\Debug\\" /Fd"cmTC_e263a.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\feature_tests.cxx"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_e263a.dir\Debug\\" /Fd"cmTC_e263a.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\feature_tests.cxx"
feature_tests.cxx
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_e263a.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_e263a.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_e263a.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_e263a.dir\Debug\feature_tests.obj
cmTC_e263a.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_e263a.exe
FinalizeBuildStatus:
Deleting file "cmTC_e263a.dir\Debug\cmTC_e263a.tlog\unsuccessfulbuild".
Touching "cmTC_e263a.dir\Debug\cmTC_e263a.tlog\cmTC_e263a.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_e263a.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.64
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Determining size of void* passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_692a5.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:52:02.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_692a5.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_692a5.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_692a5.dir\Debug\cmTC_692a5.tlog\".
InitializeBuildStatus:
Creating "cmTC_692a5.dir\Debug\cmTC_692a5.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_692a5.dir\Debug\\" /Fd"cmTC_692a5.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\_PTR_SIZE.c"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_692a5.dir\Debug\\" /Fd"cmTC_692a5.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\_PTR_SIZE.c"
_PTR_SIZE.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_692a5.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_692a5.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_692a5.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_692a5.dir\Debug\_PTR_SIZE.obj
cmTC_692a5.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_692a5.exe
FinalizeBuildStatus:
Deleting file "cmTC_692a5.dir\Debug\cmTC_692a5.tlog\unsuccessfulbuild".
Touching "cmTC_692a5.dir\Debug\cmTC_692a5.tlog\cmTC_692a5.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_692a5.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.66
Determining size of void* passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_c7aad.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 03/11/2015 16:52:03.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_c7aad.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_c7aad.dir\Debug\".
Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_c7aad.dir\Debug\cmTC_c7aad.tlog\".
InitializeBuildStatus:
Creating "cmTC_c7aad.dir\Debug\cmTC_c7aad.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_c7aad.dir\Debug\\" /Fd"cmTC_c7aad.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\OGREDEPS_PTR_SIZE.c"
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_c7aad.dir\Debug\\" /Fd"cmTC_c7aad.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\OGREDEPS_PTR_SIZE.c"
OGREDEPS_PTR_SIZE.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_c7aad.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_c7aad.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_c7aad.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_c7aad.dir\Debug\OGREDEPS_PTR_SIZE.obj
cmTC_c7aad.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_c7aad.exe
FinalizeBuildStatus:
Deleting file "cmTC_c7aad.dir\Debug\cmTC_c7aad.tlog\unsuccessfulbuild".
Touching "cmTC_c7aad.dir\Debug\cmTC_c7aad.tlog\cmTC_c7aad.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_c7aad.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.67