-
Notifications
You must be signed in to change notification settings - Fork 1
Fix appveyor builds #43
Comments
@mbrt, sorry to disturb you. I am getting the same errors on appveyor using mingw toolchain in an open-source nupic.core build (https://ci.appveyor.com/project/vitaly-krugl/nupic-core/build/job/5rvqsrgoqryoer7n):
The commit afc66cf appears to fix the same issue in your Visual Studio build. Do you know what I need to do to fix the similar issue in mingw builds? Many thanks, |
My problem was about an issue Rust had (or has, I don't know if it is
|
Thanks @mbrt |
You're welcome!
|
Builds are failing for target
x86_64-pc-windows-msvc
. The build fails becauseadvapi32-sys
can't findws2_32.lib
.See this PR for a temporary fix, and this rust-lang issue for the complete fix.
The text was updated successfully, but these errors were encountered: