Hi,

I have problems with building MITK 2015.05 on Win 7 64bit and MSVC 2012. The problem appears already in CMake configuration phase - CMake error log file in line 225 (attached) says there is an error, which I am not able to locate and solve. Nevertheless, CMake Gui says the configuration and generation is done, but building process ends up with errors like "Error 1 error MSB6006: "cmd.exe" exited with code 3. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets 172 5 CppUnit"

Is anything wrong with my configuration in CMake?

Thanks in advance,
Urban



Performing C++ SOURCE FILE Test HAS_FLAG_-std=c11 failed with the following 
output:
Change Dir: C:/MITK/MITK-build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe" 
"cmTC_ed0ed.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=11.0"
Microsoft (R) Build Engine version 4.0.30319.34209

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 4.8.2015 9:41:48.

Project "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_ed0ed.vcxproj" on node 1 
(default targets).

PrepareForBuild:

  Creating directory "cmTC_ed0ed.dir\Debug\".

  Creating directory "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTC_ed0ed.dir\Debug\cmTC_ed0ed.unsuccessfulbuild" because 
"AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /Zi /W3 
/WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c11" /D _DEBUG /D 
"CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise 
/Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_ed0ed.dir\Debug\\" 
/Fd"cmTC_ed0ed.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++11 "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  Microsoft (R) C/C++ Optimizing Compiler Version 17.00.61030 for x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c11" 
/D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS 
/fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_ed0ed.dir\Debug\\" 
/Fd"cmTC_ed0ed.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++11 "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  

cl : Command line warning D9002: ignoring unknown option '-std=c++11' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_ed0ed.vcxproj]

  src.cxx

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe 
/ERRORREPORT:QUEUE 
/OUT:"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_ed0ed.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:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_ed0ed.pdb" 
/SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT 
/IMPLIB:"C:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_ed0ed.lib" 
/MACHINE:X86 /SAFESEH  /machine:X86 /debug cmTC_ed0ed.dir\Debug\src.obj

  cmTC_ed0ed.vcxproj -> 
C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_ed0ed.exe

FinalizeBuildStatus:

  Deleting file "cmTC_ed0ed.dir\Debug\cmTC_ed0ed.unsuccessfulbuild".

  Touching "cmTC_ed0ed.dir\Debug\cmTC_ed0ed.lastbuildstate".

Done Building Project 
"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_ed0ed.vcxproj" (default targets).



Build succeeded.



"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_ed0ed.vcxproj" (default target) 
(1) ->

(ClCompile target) -> 

  cl : Command line warning D9002: ignoring unknown option '-std=c++11' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_ed0ed.vcxproj]



    1 Warning(s)

    0 Error(s)



Time Elapsed 00:00:00.77


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAS_FLAG_-std=c0x failed with the following 
output:
Change Dir: C:/MITK/MITK-build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe" 
"cmTC_e3d69.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=11.0"
Microsoft (R) Build Engine version 4.0.30319.34209

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 4.8.2015 9:41:49.

Project "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_e3d69.vcxproj" on node 1 
(default targets).

PrepareForBuild:

  Creating directory "cmTC_e3d69.dir\Debug\".

  Creating directory "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTC_e3d69.dir\Debug\cmTC_e3d69.unsuccessfulbuild" because 
"AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /Zi /W3 
/WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c0x" /D _DEBUG /D 
"CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise 
/Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_e3d69.dir\Debug\\" 
/Fd"cmTC_e3d69.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++0x "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  Microsoft (R) C/C++ Optimizing Compiler Version 17.00.61030 for x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c0x" 
/D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS 
/fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_e3d69.dir\Debug\\" 
/Fd"cmTC_e3d69.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++0x "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  

cl : Command line warning D9002: ignoring unknown option '-std=c++0x' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_e3d69.vcxproj]

  src.cxx

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe 
/ERRORREPORT:QUEUE 
/OUT:"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_e3d69.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:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_e3d69.pdb" 
/SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT 
/IMPLIB:"C:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_e3d69.lib" 
/MACHINE:X86 /SAFESEH  /machine:X86 /debug cmTC_e3d69.dir\Debug\src.obj

  cmTC_e3d69.vcxproj -> 
C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_e3d69.exe

FinalizeBuildStatus:

  Deleting file "cmTC_e3d69.dir\Debug\cmTC_e3d69.unsuccessfulbuild".

  Touching "cmTC_e3d69.dir\Debug\cmTC_e3d69.lastbuildstate".

Done Building Project 
"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_e3d69.vcxproj" (default targets).



Build succeeded.



"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_e3d69.vcxproj" (default target) 
(1) ->

(ClCompile target) -> 

  cl : Command line warning D9002: ignoring unknown option '-std=c++0x' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_e3d69.vcxproj]



    1 Warning(s)

    0 Error(s)



Time Elapsed 00:00:00.76


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAS_FLAG_-Wl-rpath failed with the following 
output:
Change Dir: C:/MITK/MITK-build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe" 
"cmTC_d2330.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=11.0"
Microsoft (R) Build Engine version 4.0.30319.34209

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 4.8.2015 9:41:51.

Project "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_d2330.vcxproj" on node 1 
(default targets).

PrepareForBuild:

  Creating directory "cmTC_d2330.dir\Debug\".

  Creating directory "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTC_d2330.dir\Debug\cmTC_d2330.unsuccessfulbuild" because 
"AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /Zi /W3 
/WX- /MP /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-Wl-rpath" /D _DEBUG 
/D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise 
/Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_d2330.dir\Debug\\" 
/Fd"cmTC_d2330.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
/bigobj -Wl,-rpath -Wl,-rpath "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  Microsoft (R) C/C++ Optimizing Compiler Version 17.00.61030 for x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /MP /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D 
"HAS_FLAG_-Wl-rpath" /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc 
/RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR 
/Fo"cmTC_d2330.dir\Debug\\" /Fd"cmTC_d2330.dir\Debug\vc110.pdb" /Gd /TP 
/analyze- /errorReport:queue  /bigobj -Wl,-rpath -Wl,-rpath 
"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

cl : Command line error D8021: invalid numeric argument '/Wl,-rpath' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_d2330.vcxproj]

Done Building Project 
"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_d2330.vcxproj" (default targets) 
-- FAILED.



Build FAILED.



"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_d2330.vcxproj" (default target) 
(1) ->

(ClCompile target) -> 

  cl : Command line error D8021: invalid numeric argument '/Wl,-rpath' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_d2330.vcxproj]



    0 Warning(s)

    1 Error(s)



Time Elapsed 00:00:00.43


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAS_FLAG_-std=c11 failed with the following 
output:
Change Dir: C:/MITK/MITK-build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe" 
"cmTC_88d6f.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=11.0"
Microsoft (R) Build Engine version 4.0.30319.34209

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 4.8.2015 9:42:10.

Project "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_88d6f.vcxproj" on node 1 
(default targets).

PrepareForBuild:

  Creating directory "cmTC_88d6f.dir\Debug\".

  Creating directory "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTC_88d6f.dir\Debug\cmTC_88d6f.unsuccessfulbuild" because 
"AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /Zi /W3 
/WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c11" /D _DEBUG /D 
"CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise 
/Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_88d6f.dir\Debug\\" 
/Fd"cmTC_88d6f.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++11 "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  Microsoft (R) C/C++ Optimizing Compiler Version 17.00.61030 for x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c11" 
/D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS 
/fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_88d6f.dir\Debug\\" 
/Fd"cmTC_88d6f.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++11 "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  

cl : Command line warning D9002: ignoring unknown option '-std=c++11' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_88d6f.vcxproj]

  src.cxx

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe 
/ERRORREPORT:QUEUE 
/OUT:"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_88d6f.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:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_88d6f.pdb" 
/SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT 
/IMPLIB:"C:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_88d6f.lib" 
/MACHINE:X86 /SAFESEH  /machine:X86 /debug cmTC_88d6f.dir\Debug\src.obj

  cmTC_88d6f.vcxproj -> 
C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_88d6f.exe

FinalizeBuildStatus:

  Deleting file "cmTC_88d6f.dir\Debug\cmTC_88d6f.unsuccessfulbuild".

  Touching "cmTC_88d6f.dir\Debug\cmTC_88d6f.lastbuildstate".

Done Building Project 
"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_88d6f.vcxproj" (default targets).



Build succeeded.



"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_88d6f.vcxproj" (default target) 
(1) ->

(ClCompile target) -> 

  cl : Command line warning D9002: ignoring unknown option '-std=c++11' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_88d6f.vcxproj]



    1 Warning(s)

    0 Error(s)



Time Elapsed 00:00:00.84


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAS_FLAG_-std=c0x failed with the following 
output:
Change Dir: C:/MITK/MITK-build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe" 
"cmTC_27c7d.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=11.0"
Microsoft (R) Build Engine version 4.0.30319.34209

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 4.8.2015 9:42:11.

Project "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_27c7d.vcxproj" on node 1 
(default targets).

PrepareForBuild:

  Creating directory "cmTC_27c7d.dir\Debug\".

  Creating directory "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTC_27c7d.dir\Debug\cmTC_27c7d.unsuccessfulbuild" because 
"AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /Zi /W3 
/WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c0x" /D _DEBUG /D 
"CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise 
/Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_27c7d.dir\Debug\\" 
/Fd"cmTC_27c7d.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++0x "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  Microsoft (R) C/C++ Optimizing Compiler Version 17.00.61030 for x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c0x" 
/D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS 
/fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_27c7d.dir\Debug\\" 
/Fd"cmTC_27c7d.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++0x "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  

cl : Command line warning D9002: ignoring unknown option '-std=c++0x' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_27c7d.vcxproj]

  src.cxx

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe 
/ERRORREPORT:QUEUE 
/OUT:"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_27c7d.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:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_27c7d.pdb" 
/SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT 
/IMPLIB:"C:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_27c7d.lib" 
/MACHINE:X86 /SAFESEH  /machine:X86 /debug cmTC_27c7d.dir\Debug\src.obj

  cmTC_27c7d.vcxproj -> 
C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_27c7d.exe

FinalizeBuildStatus:

  Deleting file "cmTC_27c7d.dir\Debug\cmTC_27c7d.unsuccessfulbuild".

  Touching "cmTC_27c7d.dir\Debug\cmTC_27c7d.lastbuildstate".

Done Building Project 
"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_27c7d.vcxproj" (default targets).



Build succeeded.



"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_27c7d.vcxproj" (default target) 
(1) ->

(ClCompile target) -> 

  cl : Command line warning D9002: ignoring unknown option '-std=c++0x' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_27c7d.vcxproj]



    1 Warning(s)

    0 Error(s)



Time Elapsed 00:00:00.77


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAS_FLAG_-std=c11 failed with the following 
output:
Change Dir: C:/MITK/MITK-build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe" 
"cmTC_a4381.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=11.0"
Microsoft (R) Build Engine version 4.0.30319.34209

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 4.8.2015 9:42:19.

Project "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_a4381.vcxproj" on node 1 
(default targets).

PrepareForBuild:

  Creating directory "cmTC_a4381.dir\Debug\".

  Creating directory "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTC_a4381.dir\Debug\cmTC_a4381.unsuccessfulbuild" because 
"AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /Zi /W3 
/WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c11" /D _DEBUG /D 
"CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise 
/Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_a4381.dir\Debug\\" 
/Fd"cmTC_a4381.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++11 "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  Microsoft (R) C/C++ Optimizing Compiler Version 17.00.61030 for x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c11" 
/D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS 
/fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_a4381.dir\Debug\\" 
/Fd"cmTC_a4381.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++11 "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  

cl : Command line warning D9002: ignoring unknown option '-std=c++11' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_a4381.vcxproj]

  src.cxx

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe 
/ERRORREPORT:QUEUE 
/OUT:"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_a4381.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:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_a4381.pdb" 
/SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT 
/IMPLIB:"C:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_a4381.lib" 
/MACHINE:X86 /SAFESEH  /machine:X86 /debug cmTC_a4381.dir\Debug\src.obj

  cmTC_a4381.vcxproj -> 
C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_a4381.exe

FinalizeBuildStatus:

  Deleting file "cmTC_a4381.dir\Debug\cmTC_a4381.unsuccessfulbuild".

  Touching "cmTC_a4381.dir\Debug\cmTC_a4381.lastbuildstate".

Done Building Project 
"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_a4381.vcxproj" (default targets).



Build succeeded.



"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_a4381.vcxproj" (default target) 
(1) ->

(ClCompile target) -> 

  cl : Command line warning D9002: ignoring unknown option '-std=c++11' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_a4381.vcxproj]



    1 Warning(s)

    0 Error(s)



Time Elapsed 00:00:00.84


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAS_FLAG_-std=c0x failed with the following 
output:
Change Dir: C:/MITK/MITK-build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe" 
"cmTC_29149.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=11.0"
Microsoft (R) Build Engine version 4.0.30319.34209

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 4.8.2015 9:42:20.

Project "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_29149.vcxproj" on node 1 
(default targets).

PrepareForBuild:

  Creating directory "cmTC_29149.dir\Debug\".

  Creating directory "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTC_29149.dir\Debug\cmTC_29149.unsuccessfulbuild" because 
"AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /Zi /W3 
/WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c0x" /D _DEBUG /D 
"CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise 
/Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_29149.dir\Debug\\" 
/Fd"cmTC_29149.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++0x "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  Microsoft (R) C/C++ Optimizing Compiler Version 17.00.61030 for x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "HAS_FLAG_-std=c0x" 
/D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS 
/fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_29149.dir\Debug\\" 
/Fd"cmTC_29149.dir\Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:queue  
-std=c++0x "C:\MITK\MITK-build\CMakeFiles\CMakeTmp\src.cxx"

  

cl : Command line warning D9002: ignoring unknown option '-std=c++0x' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_29149.vcxproj]

  src.cxx

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe 
/ERRORREPORT:QUEUE 
/OUT:"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_29149.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:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_29149.pdb" 
/SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT 
/IMPLIB:"C:/MITK/MITK-build/CMakeFiles/CMakeTmp/Debug/cmTC_29149.lib" 
/MACHINE:X86 /SAFESEH  /machine:X86 /debug cmTC_29149.dir\Debug\src.obj

  cmTC_29149.vcxproj -> 
C:\MITK\MITK-build\CMakeFiles\CMakeTmp\Debug\cmTC_29149.exe

FinalizeBuildStatus:

  Deleting file "cmTC_29149.dir\Debug\cmTC_29149.unsuccessfulbuild".

  Touching "cmTC_29149.dir\Debug\cmTC_29149.lastbuildstate".

Done Building Project 
"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_29149.vcxproj" (default targets).



Build succeeded.



"C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_29149.vcxproj" (default target) 
(1) ->

(ClCompile target) -> 

  cl : Command line warning D9002: ignoring unknown option '-std=c++0x' 
[C:\MITK\MITK-build\CMakeFiles\CMakeTmp\cmTC_29149.vcxproj]



    1 Warning(s)

    0 Error(s)



Time Elapsed 00:00:00.78


Source file was:
int main() { return 0; }
------------------------------------------------------------------------------
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to