-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
build may fail on Windows 10 #44
Comments
There's a possibility to change the builder to use mingw instead of Visual Studio, but I got stuck in https://jira.mongodb.org/browse/CDRIVER-3082 . |
Also opened this issue regarding the use of Visual Studio and Appveyor to build binaries: https://jira.mongodb.org/browse/CDRIVER-3098. |
Today I was able to compile libmongoc on a Windows 10 machine. On the same machine, I couldn't dlopen the library. So I guess this is an upstream issue. |
i found that libmongoc-1.0.dll cannot be loaded when building the package.
and I think it's because MVS is missing on the machine. |
I installed Mongoc without any issues now on Windows 10 |
@vilim good to hear that! Which version of Julia are you using? Can you post the result of |
This is the output
|
How about building onto the artifact system? I.e. request a build from https://github.com/JuliaPackaging/Yggdrasil and use it as a jll package. |
Can someone please share the complete procedure? I have tried to install it few months ago but after many futile attempts I decided to delay learning Julia. But, now I am trying again and still no luck. |
Might be fixed by #67 |
Should be fixed by #67 now. |
Mongoc
package build fails on Windows 10, because libmongoc can't be dlopened.The text was updated successfully, but these errors were encountered: