-
Notifications
You must be signed in to change notification settings - Fork 8
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
Cannot install on Windows because of symlink #76
Comments
This is odd. I don't understand this since the package is tested regularly on Windows via GHA. But I don't have a Windows environment at the moment, so it is difficult to debug. As potential workaround: Can you remove
instead? |
Sorry for the delayed response. Using the I finally managed to get my hands on a windows machine to try and reproduce the original issue I'd seen on CI, installing from the Git repository again. Oddly enough I get a similar message but only as a warning, not a hard error:
I can use the package just fine afterwards. I'm not sure why I am not getting the same behaviour as on CI, could be down to a difference in Windows version (I think GitHub Actions uses Windows Server 2022, whereas my machine runs 2019), or in user permissions. I don't know whether you want to take any further action or not on this issue. Personally don't intend on doing any development on dqrng from a WIndows and the |
Anybody with a Windows dev environment interested in investigating this? |
PR #62 added a symbolic link from
include
toinst/include
.Unfortunately I cannot get
dqrng
to install on WIndows anymore, since it seems symbolic links on Windows require admin permissions.I added this repository to my Remotes in
DESCRIPTION
:See the CI run here: https://github.com/mrc-ide/malariasimulation/actions/runs/7726106082/job/21061725003
Honestly I don't really understand WIndows' support for symlinks, or how the repo could even have been cloned in the first place.
The text was updated successfully, but these errors were encountered: