-
Notifications
You must be signed in to change notification settings - Fork 258
Build Failed #286
Comments
Hi Mostafa,
From your build looks like libuv is failing to build. Usually this is because you an incompatible version of Python or git.
Can you check if those version match with the recommended on the readme file.
Let us know,
Angelo Ribeiro
…Sent from my phone
On May 27, 2017, at 11:54 PM, Mostafa Elzoghbi [MSFT] ***@***.***> wrote:
When i am trying to build the solution on Win10 x64 bit with VS2017, The build failed and i get this error message:
Any idea how to fix this issue?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I have excellent news, I was able to build the azure_iot_gateway_sdk solution after i digged into the errors and i found out the root cause of it. The main cause of the problem was libuv did not build due to VS2010 build does not exist on my machine! The iot solution was looking into this file So here is the steps you need to follow to upgrade libuv solution to use latest VC++ build tools for VS 2017 instead:
Note: The copy and paste step of the release build lib should be taking care of by "vcbuild.bat" file which is looking for VS2015 or earlier version which i don't have. This file is being called when you build the azure iot solution since the libuv is one of its dependency. I am working with the product team to update the batch file to include vs2017 c++ build tools so you should not have this problem when you are using VS 2017 moving forward. Enjoy! |
@melzoghbi Your issue appears to be related to issue #218. The problem you are experiencing is that LibUV has not yet been upgraded to support VS2017. The work has been completed and is awaiting a merge; tracked here. |
Awesome! Looking forward to the update. as far as of now, i was able to build manually from VS 2017. Once this is merged #218, This would not be an issue with VS 2017 C++ build tools. Thanks a lot @zafields & @aribeironovaes. |
When i am trying to build the solution on Win10 x64 bit with VS2017, The build failed and i get this error message:
Any idea how to fix this issue?
Thanks
The text was updated successfully, but these errors were encountered: