Skip to content

Instantly share code, notes, and snippets.

@hkaiser
Created October 19, 2017 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkaiser/4ae43e78565d0d28b29c6636e0ebf887 to your computer and use it in GitHub Desktop.
Save hkaiser/4ae43e78565d0d28b29c6636e0ebf887 to your computer and use it in GitHub Desktop.
Determining if the include file blaze/Math.h exists failed with the following output:Change Dir: D:/Devel/phylanx/build/All.vcpkg/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_c7fdd.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 10/19/2017 6:57:59 PM.
Project "D:\Devel\phylanx\build\All.vcpkg\CMakeFiles\CMakeTmp\cmTC_c7fdd.vcxproj" on node 1 (default targets).
PrepareForBuild:
  Creating directory "cmTC_c7fdd.dir\Debug\".
  Creating directory "D:\Devel\phylanx\build\All.vcpkg\CMakeFiles\CMakeTmp\Debug\".
  Creating directory "cmTC_c7fdd.dir\Debug\cmTC_c7fdd.tlog\".
InitializeBuildStatus:
  Creating "cmTC_c7fdd.dir\Debug\cmTC_c7fdd.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
VcpkgTripletSelection:
  Not using Vcpkg because VcpkgEnabled is "false"
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_c7fdd.dir\Debug\\" /Fd"cmTC_c7fdd.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Devel\phylanx\build\All.vcpkg\CMakeFiles\CMakeTmp\CheckIncludeFile.cxx
  Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  Copyright (C) Microsoft Corporation.  All rights reserved.
 
  cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_c7fdd.dir\Debug\\" /Fd"cmTC_c7fdd.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\Devel\phylanx\build\All.vcpkg\CMakeFiles\CMakeTmp\CheckIncludeFile.cxx
  CheckIncludeFile.cxx
 
D:\Devel\phylanx\build\All.vcpkg\CMakeFiles\CMakeTmp\CheckIncludeFile.cxx(1): fatal error C1083: Cannot open include file: 'blaze/Math.h': No such file or directory [D:\Devel\phylanx\build\All.vcpkg\CMakeFiles\CMakeTmp\cmTC_c7fdd.vcxproj]
Done Building Project "D:\Devel\phylanx\build\All.vcpkg\CMakeFiles\CMakeTmp\cmTC_c7fdd.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\Devel\phylanx\build\All.vcpkg\CMakeFiles\CMakeTmp\cmTC_c7fdd.vcxproj" (default target) (1) ->
(ClCompile target) ->
  D:\Devel\phylanx\build\All.vcpkg\CMakeFiles\CMakeTmp\CheckIncludeFile.cxx(1): fatal error C1083: Cannot open include file: 'blaze/Math.h': No such file or directory [D:\Devel\phylanx\build\All.vcpkg\CMakeFiles\CMakeTmp\cmTC_c7fdd.vcxproj]
    0 Warning(s)
    1 Error(s)
Time Elapsed 00:00:00.72
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment