Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Getting a CMake error when building on Windows 10 x64 #67

Closed
sebastianbk opened this issue Dec 8, 2016 · 4 comments
Closed

Getting a CMake error when building on Windows 10 x64 #67

sebastianbk opened this issue Dec 8, 2016 · 4 comments

Comments

@sebastianbk
Copy link

sebastianbk commented Dec 8, 2016

I just cloned the master branch and tried building the solution using cmake-3.7.1-win64-x64. However, after running the following command, I got a cmake-related error that I don't quite understand.

build.cmd --config Release --platform x64 --skip-unittests --disable-ble-module --enable-dotnet-binding

Output from Command Prompt:

-- Shared_Util architecture: x86_64
CMake Error at testtools/micromock/CMakeLists.txt:60 (file):
  file FILE([TO_CMAKE_PATH|TO_NATIVE_PATH] path result) must be called with
  exactly three arguments.


-- iothub architecture: x86_64
-- Configuring incomplete, errors occurred!
See also "C:/Azure/azure-iot-gateway-sdk/deps/c-utility/build/CMakeFiles/CMakeOutput.log".
CMake Error at gatewayFunctions.cmake:104 (message):
  Error running cmake for azure_c_shared_utility: 1
Call Stack (most recent call first):
  dependencies.cmake:13 (findAndInstall)
  CMakeLists.txt:159 (include)


-- Configuring incomplete, errors occurred!
See also "C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeOutput.log".

Can you help me understand what I am doing wrong? The directory is completely clean, as I have just cloned the repo. I am running Windows 10 (64-bit, version 1607, build 14393.447).

Contents of CMakeOutput.log:

The system is: Windows - 10.0.14393 - 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 14.0.25420.1
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 12/8/2016 1:47:46 PM.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\3.7.1\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 14.0\VC\bin\x86_amd64\CL.exe /c /nologo /W0 /WX- /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc140.pdb" /Gd /TC /errorReport:queue CMakeCCompilerId.c
  CMakeCCompilerId.c
Link:
  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\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:X64 Debug\CMakeCCompilerId.obj
  CompilerIdC.vcxproj -> C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\3.7.1\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 14.0\VC\bin\x86_amd64\cl.exe
FinalizeBuildStatus:
  Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
  Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
Done Building Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\3.7.1\CompilerIdC\CompilerIdC.vcxproj" (default targets).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:00.60


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:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/3.7.1/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 14.0.25420.1
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 12/8/2016 1:47:47 PM.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.
Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\3.7.1\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 14.0\VC\bin\x86_amd64\CL.exe /c /nologo /W0 /WX- /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc140.pdb" /Gd /TP /errorReport:queue CMakeCXXCompilerId.cpp
  CMakeCXXCompilerId.cpp
Link:
  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\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:X64 Debug\CMakeCXXCompilerId.obj
  CompilerIdCXX.vcxproj -> C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\3.7.1\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 14.0\VC\bin\x86_amd64\cl.exe
FinalizeBuildStatus:
  Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
  Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
Done Building Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\3.7.1\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:00.59


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:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/3.7.1/CompilerIdCXX/CompilerIdCXX.exe"

Determining if the C compiler works passed with the following output:
Change Dir: C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_b6089.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
Microsoft (R) Build Engine version 14.0.25420.1

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 12/8/2016 1:47:48 PM.

The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.

The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.

The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.

The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.

Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_b6089.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTC_b6089.dir\Debug\".

  Creating directory "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\".

  Creating directory "cmTC_b6089.dir\Debug\cmTC_b6089.tlog\".

InitializeBuildStatus:

  Creating "cmTC_b6089.dir\Debug\cmTC_b6089.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_b6089.dir\Debug\\" /Fd"cmTC_b6089.dir\Debug\vc140.pdb" /Gd /TC /errorReport:queue "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\testCCompiler.c"

  Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24213.1 for x64

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_b6089.dir\Debug\\" /Fd"cmTC_b6089.dir\Debug\vc140.pdb" /Gd /TC /errorReport:queue "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\testCCompiler.c"

  

  testCCompiler.c

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_b6089.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:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_b6089.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_b6089.lib" /MACHINE:X64  /machine:x64 cmTC_b6089.dir\Debug\testCCompiler.obj

  cmTC_b6089.vcxproj -> C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_b6089.exe

FinalizeBuildStatus:

  Deleting file "cmTC_b6089.dir\Debug\cmTC_b6089.tlog\unsuccessfulbuild".

  Touching "cmTC_b6089.dir\Debug\cmTC_b6089.tlog\cmTC_b6089.lastbuildstate".

Done Building Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_b6089.vcxproj" (default targets).



Build succeeded.

    0 Warning(s)

    0 Error(s)



Time Elapsed 00:00:00.90



Detecting C compiler ABI info compiled with the following output:
Change Dir: C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_8aeb5.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
Microsoft (R) Build Engine version 14.0.25420.1

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 12/8/2016 1:47:49 PM.

The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.

The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.

The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.

The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.

Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_8aeb5.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTC_8aeb5.dir\Debug\".

  Creating directory "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\".

  Creating directory "cmTC_8aeb5.dir\Debug\cmTC_8aeb5.tlog\".

InitializeBuildStatus:

  Creating "cmTC_8aeb5.dir\Debug\cmTC_8aeb5.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_8aeb5.dir\Debug\\" /Fd"cmTC_8aeb5.dir\Debug\vc140.pdb" /Gd /TC /errorReport:queue "C:\Program Files\CMake\share\cmake-3.7\Modules\CMakeCCompilerABI.c"

  Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24213.1 for x64

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_8aeb5.dir\Debug\\" /Fd"cmTC_8aeb5.dir\Debug\vc140.pdb" /Gd /TC /errorReport:queue "C:\Program Files\CMake\share\cmake-3.7\Modules\CMakeCCompilerABI.c"

  

  CMakeCCompilerABI.c

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_8aeb5.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:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_8aeb5.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_8aeb5.lib" /MACHINE:X64  /machine:x64 cmTC_8aeb5.dir\Debug\CMakeCCompilerABI.obj

  cmTC_8aeb5.vcxproj -> C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_8aeb5.exe

FinalizeBuildStatus:

  Deleting file "cmTC_8aeb5.dir\Debug\cmTC_8aeb5.tlog\unsuccessfulbuild".

  Touching "cmTC_8aeb5.dir\Debug\cmTC_8aeb5.tlog\cmTC_8aeb5.lastbuildstate".

Done Building Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_8aeb5.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:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_762fd.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
Microsoft (R) Build Engine version 14.0.25420.1

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 12/8/2016 1:47:50 PM.

The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.

The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.

The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.

The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.

Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_762fd.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTC_762fd.dir\Debug\".

  Creating directory "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\".

  Creating directory "cmTC_762fd.dir\Debug\cmTC_762fd.tlog\".

InitializeBuildStatus:

  Creating "cmTC_762fd.dir\Debug\cmTC_762fd.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_762fd.dir\Debug\\" /Fd"cmTC_762fd.dir\Debug\vc140.pdb" /Gd /TP /errorReport:queue "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"

  Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24213.1 for x64

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_762fd.dir\Debug\\" /Fd"cmTC_762fd.dir\Debug\vc140.pdb" /Gd /TP /errorReport:queue "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"

  

  testCXXCompiler.cxx

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_762fd.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:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_762fd.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_762fd.lib" /MACHINE:X64  /machine:x64 cmTC_762fd.dir\Debug\testCXXCompiler.obj

  cmTC_762fd.vcxproj -> C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_762fd.exe

FinalizeBuildStatus:

  Deleting file "cmTC_762fd.dir\Debug\cmTC_762fd.tlog\unsuccessfulbuild".

  Touching "cmTC_762fd.dir\Debug\cmTC_762fd.tlog\cmTC_762fd.lastbuildstate".

Done Building Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_762fd.vcxproj" (default targets).



Build succeeded.

    0 Warning(s)

    0 Error(s)



Time Elapsed 00:00:00.68



Detecting CXX compiler ABI info compiled with the following output:
Change Dir: C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_e0c13.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
Microsoft (R) Build Engine version 14.0.25420.1

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 12/8/2016 1:47:51 PM.

The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.

The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.

The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.

The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.

Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_e0c13.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTC_e0c13.dir\Debug\".

  Creating directory "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\".

  Creating directory "cmTC_e0c13.dir\Debug\cmTC_e0c13.tlog\".

InitializeBuildStatus:

  Creating "cmTC_e0c13.dir\Debug\cmTC_e0c13.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_e0c13.dir\Debug\\" /Fd"cmTC_e0c13.dir\Debug\vc140.pdb" /Gd /TP /errorReport:queue "C:\Program Files\CMake\share\cmake-3.7\Modules\CMakeCXXCompilerABI.cpp"

  Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24213.1 for x64

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_e0c13.dir\Debug\\" /Fd"cmTC_e0c13.dir\Debug\vc140.pdb" /Gd /TP /errorReport:queue "C:\Program Files\CMake\share\cmake-3.7\Modules\CMakeCXXCompilerABI.cpp"

  

  CMakeCXXCompilerABI.cpp

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_e0c13.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:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_e0c13.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_e0c13.lib" /MACHINE:X64  /machine:x64 cmTC_e0c13.dir\Debug\CMakeCXXCompilerABI.obj

  cmTC_e0c13.vcxproj -> C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_e0c13.exe

FinalizeBuildStatus:

  Deleting file "cmTC_e0c13.dir\Debug\cmTC_e0c13.tlog\unsuccessfulbuild".

  Touching "cmTC_e0c13.dir\Debug\cmTC_e0c13.tlog\cmTC_e0c13.lastbuildstate".

Done Building Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_e0c13.vcxproj" (default targets).



Build succeeded.

    0 Warning(s)

    0 Error(s)



Time Elapsed 00:00:00.70





Detecting CXX [] compiler features compiled with the following output:
Change Dir: C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_e0afa.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
Microsoft (R) Build Engine version 14.0.25420.1

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 12/8/2016 1:47:52 PM.

The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.

The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.

The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.

The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.

Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_e0afa.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTC_e0afa.dir\Debug\".

  Creating directory "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\".

  Creating directory "cmTC_e0afa.dir\Debug\cmTC_e0afa.tlog\".

InitializeBuildStatus:

  Creating "cmTC_e0afa.dir\Debug\cmTC_e0afa.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_e0afa.dir\Debug\\" /Fd"cmTC_e0afa.dir\Debug\vc140.pdb" /Gd /TP /errorReport:queue "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\feature_tests.cxx"

  Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24213.1 for x64

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_e0afa.dir\Debug\\" /Fd"cmTC_e0afa.dir\Debug\vc140.pdb" /Gd /TP /errorReport:queue "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\feature_tests.cxx"

  

  feature_tests.cxx

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_e0afa.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:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_e0afa.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_e0afa.lib" /MACHINE:X64  /machine:x64 cmTC_e0afa.dir\Debug\feature_tests.obj

  cmTC_e0afa.vcxproj -> C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_e0afa.exe

FinalizeBuildStatus:

  Deleting file "cmTC_e0afa.dir\Debug\cmTC_e0afa.tlog\unsuccessfulbuild".

  Touching "cmTC_e0afa.dir\Debug\cmTC_e0afa.tlog\cmTC_e0afa.lastbuildstate".

Done Building Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_e0afa.vcxproj" (default targets).



Build succeeded.

    0 Warning(s)

    0 Error(s)



Time Elapsed 00:00:00.66



    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:1cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:1cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:1cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:1cxx_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:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:1cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_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:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:1cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_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:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:1cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates
Determining if the _M_AMD64 exist passed with the following output:
Change Dir: C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_f500e.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
Microsoft (R) Build Engine version 14.0.25420.1

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 12/8/2016 1:47:53 PM.

The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does not exist in the project, and will be ignored.

The target "_CollectPdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does not exist in the project, and will be ignored.

The target "_CollectMdbFiles" listed in a BeforeTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does not exist in the project, and will be ignored.

The target "_CopyMdbFiles" listed in an AfterTargets attribute at "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not exist in the project, and will be ignored.

Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_f500e.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTC_f500e.dir\Debug\".

  Creating directory "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\".

  Creating directory "cmTC_f500e.dir\Debug\cmTC_f500e.tlog\".

InitializeBuildStatus:

  Creating "cmTC_f500e.dir\Debug\cmTC_f500e.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_f500e.dir\Debug\\" /Fd"cmTC_f500e.dir\Debug\vc140.pdb" /Gd /TC /errorReport:queue "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\CheckSymbolExists.c"

  Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24213.1 for x64

  Copyright (C) Microsoft Corporation.  All rights reserved.

  

  cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_f500e.dir\Debug\\" /Fd"cmTC_f500e.dir\Debug\vc140.pdb" /Gd /TC /errorReport:queue "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\CheckSymbolExists.c"

  

  CheckSymbolExists.c

Link:

  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_f500e.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:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_f500e.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/Debug/cmTC_f500e.lib" /MACHINE:X64  /machine:x64 cmTC_f500e.dir\Debug\CheckSymbolExists.obj

  cmTC_f500e.vcxproj -> C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\Debug\cmTC_f500e.exe

FinalizeBuildStatus:

  Deleting file "cmTC_f500e.dir\Debug\cmTC_f500e.tlog\unsuccessfulbuild".

  Touching "cmTC_f500e.dir\Debug\cmTC_f500e.tlog\cmTC_f500e.lastbuildstate".

Done Building Project "C:\Azure\azure-iot-gateway-sdk\build\CMakeFiles\CMakeTmp\cmTC_f500e.vcxproj" (default targets).



Build succeeded.

    0 Warning(s)

    0 Error(s)



Time Elapsed 00:00:00.65


File C:/Azure/azure-iot-gateway-sdk/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */

int main(int argc, char** argv)
{
  (void)argv;
#ifndef _M_AMD64
  return ((int*)(&_M_AMD64))[argc];
#else
  (void)argc;
  return 0;
#endif
}
@sebastianbk sebastianbk changed the title Getting CMAKE error when building Windows 10 x64 Getting a CMAKE error when building Windows 10 x64 Dec 8, 2016
@sebastianbk sebastianbk changed the title Getting a CMAKE error when building Windows 10 x64 Getting a CMAKE error when building on Windows 10 x64 Dec 8, 2016
@sebastianbk sebastianbk changed the title Getting a CMAKE error when building on Windows 10 x64 Getting a CMake error when building on Windows 10 x64 Dec 8, 2016
@andrew-buckley
Copy link
Contributor

andrew-buckley commented Dec 8, 2016

Hi @sebastianbk, are you running the build script from a Visual Studio developer command prompt?

@sebastianbk
Copy link
Author

Hi @andrew-buckley. Thanks a lot! I was doing this on a customer's PC and I forgot that the VS Command Prompt was necessary.

However, I am still having some issues. It seems as if the metahost.h file is missing?

Am I doing some wrong or is there a way I can find this file?

       "C:\Azure\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln" (defaul
       t target) (1) ->
       "C:\Azure\azure-iot-gateway-sdk\build\bindings\dotnet\dotnet_static.vcxp
       roj.metaproj" (default target) (8) ->
       "C:\Azure\azure-iot-gateway-sdk\build\bindings\dotnet\dotnet_static.vcxp
       roj" (default target) (32) ->
       (ClCompile target) ->
         C:\Azure\azure-iot-gateway-sdk\bindings\dotnet\src\dotnet.cpp(28): fat
       al error C1083: Cannot open include file: 'metahost.h': No such file or
       directory [C:\Azure\azure-iot-gateway-sdk\build\bindings\dotnet\dotnet_s
       tatic.vcxproj]


       "C:\Azure\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln" (defaul
       t target) (1) ->
       "C:\Azure\azure-iot-gateway-sdk\build\bindings\dotnet\dotnet.vcxproj.met
       aproj" (default target) (6) ->
       "C:\Azure\azure-iot-gateway-sdk\build\bindings\dotnet\dotnet.vcxproj" (d
       efault target) (30) ->
         C:\Azure\azure-iot-gateway-sdk\bindings\dotnet\src\dotnet.cpp(28): fat
       al error C1083: Cannot open include file: 'metahost.h': No such file or
       directory [C:\Azure\azure-iot-gateway-sdk\build\bindings\dotnet\dotnet.v
       cxproj]

    16 Warning(s)
    2 Error(s)

Time Elapsed 00:00:07.24

@andrew-buckley
Copy link
Contributor

This may be a related issue #35.

@damonbarry
Copy link
Member

We believe the metahost.h issue is resolved in the 2016-12-16 release. See #35 for more details. Closing this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants