-
Notifications
You must be signed in to change notification settings - Fork 66
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
windows10 using CxxWrap Warning #124
Comments
This actually comes from the initialization of the BinaryBuilder.jl module, so I'd suggest creating an issue there. |
Or was this fixed by JuliaPackaging/BinaryProvider.jl#112? |
No, it's not resolved, I created a new issue for it: Closing this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
julia> using CxxWrap
[ Info: Precompiling CxxWrap [1f15a43c-97ca-5a2a-ae31-89f07a497df4]
┌ Warning: On Windows, creating file symlinks requires Administrator privileges
└ @ Base.Filesystem file.jl:789
┌ Warning: On Windows, creating file symlinks requires Administrator privileges
└ @ Base.Filesystem file.jl:789
how to deal with the warning?
The text was updated successfully, but these errors were encountered: