You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(358,5):
error MSB8013: This project doesn't contain the Configuration and Platform combination of Debug|Win32.
If you have interest on this, the repo is here on branch cmake. There is also a build branch for a build attempt without cmake.
The text was updated successfully, but these errors were encountered:
By the way, why is it so hard to get binaries for Windows?
You do not have an idea of how many hours (spanning many days!!!) we waste trying to just get a f**ing updated libuv DLL for Windows without those trash dependencies
I am trying to build libuv for Windows using GItHub Actions, so it can be shared and anyone can use the workflow (and the binaries).
I was able to make it work but the DLL is depending on:
This can be avoided by compiling with
/MT
when using MSVC. I tried to do this with CMake but no much success. There are some notes here:https://stackoverflow.com/questions/14172856/compile-with-mt-instead-of-md-using-cmake
Also, the build for Windows 32-bit failed with:
If you have interest on this, the repo is here on branch
cmake
. There is also abuild
branch for a build attempt without cmake.The text was updated successfully, but these errors were encountered: