Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. Determining if MFC exists failed with the following output:
  2. Change Dir: C:/build/Dfhack/build/VC2010/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:"C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe" "cmTryCompileExec393104255.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=10.0"
  5. Microsoft (R) Build Engine version 4.0.30319.18408
  6.  
  7. [Microsoft .NET Framework, version 4.0.30319.18444]
  8.  
  9. Copyright (C) Microsoft Corporation. All rights reserved.
  10.  
  11.  
  12.  
  13. Build started 8/27/2014 11:17:40 AM.
  14.  
  15. Project "C:\build\Dfhack\build\VC2010\CMakeFiles\CMakeTmp\cmTryCompileExec393104255.vcxproj" on node 1 (default targets).
  16.  
  17. PrepareForBuild:
  18.  
  19. Creating directory "cmTryCompileExec393104255.dir\Debug\".
  20.  
  21. Creating directory "C:\build\Dfhack\build\VC2010\CMakeFiles\CMakeTmp\Debug\".
  22.  
  23. InitializeBuildStatus:
  24.  
  25. Creating "cmTryCompileExec393104255.dir\Debug\cmTryCompileExec393104255.unsuccessfulbuild" because "AlwaysCreate" was specified.
  26.  
  27. ClCompile:
  28.  
  29. C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _AFXDLL /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /D _AFXDLL /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec393104255.dir\Debug\\" /Fd"cmTryCompileExec393104255.dir\Debug\vc100.pdb" /Gd /TP /analyze- /errorReport:queue CheckIncludeFile.cxx
  30.  
  31. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86
  32.  
  33. Copyright (C) Microsoft Corporation. All rights reserved.
  34.  
  35.  
  36.  
  37. cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _AFXDLL /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /D _AFXDLL /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec393104255.dir\Debug\\" /Fd"cmTryCompileExec393104255.dir\Debug\vc100.pdb" /Gd /TP /analyze- /errorReport:queue CheckIncludeFile.cxx
  38.  
  39.  
  40.  
  41. CheckIncludeFile.cxx
  42.  
  43. CheckIncludeFile.cxx(1): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory [C:\build\Dfhack\build\VC2010\CMakeFiles\CMakeTmp\cmTryCompileExec393104255.vcxproj]
  44.  
  45. Done Building Project "C:\build\Dfhack\build\VC2010\CMakeFiles\CMakeTmp\cmTryCompileExec393104255.vcxproj" (default targets) -- FAILED.
  46.  
  47.  
  48.  
  49. Build FAILED.
  50.  
  51.  
  52.  
  53. "C:\build\Dfhack\build\VC2010\CMakeFiles\CMakeTmp\cmTryCompileExec393104255.vcxproj" (default target) (1) ->
  54.  
  55. (ClCompile target) ->
  56.  
  57. CheckIncludeFile.cxx(1): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory [C:\build\Dfhack\build\VC2010\CMakeFiles\CMakeTmp\cmTryCompileExec393104255.vcxproj]
  58.  
  59.  
  60.  
  61. 0 Warning(s)
  62.  
  63. 1 Error(s)
  64.  
  65.  
  66.  
  67. Time Elapsed 00:00:00.37
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement