We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed rust and mingw using chocolatey
rust
mingw
chocolatey
choco install -y rust mingw
But I'm getting this error:
CMake Error at install/cmake_install.cmake:59 (file): file INSTALL cannot find "C:/rolling/build/zenoh_c_vendor/zenoh_c_vendor-prefix/src/zenoh_c_vendor-build/release/target/release/zenohc.dll.lib": No error. Call Stack (most recent call first): cmake_install.cmake:37 (include)
Not sure why .lib is added at the end of the file name
.lib
The text was updated successfully, but these errors were encountered:
Perhaps you can try with this commit of zenoh-c? eclipse-zenoh/zenoh-c#471
Sorry, something went wrong.
#273
ahcorde
No branches or pull requests
I installed
rust
andmingw
usingchocolatey
But I'm getting this error:
Not sure why
.lib
is added at the end of the file nameThe text was updated successfully, but these errors were encountered: