-
Notifications
You must be signed in to change notification settings - Fork 1
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
building on windows #3
Comments
I don't think this will work on windows at all, sorry. It's meant to be a layer between keepass (backend) and rofi as frontend. EDIT: While the keepass part could work, rofi (afaik) does not work on windows. Despite that, like you said it has certain unix calls for things like XDG and calling subprocesses, these could be made to support windows. But again, rofi does not work. |
ok, thanks non the less for informing me :) |
No problem, if you want to you could just join the light side, i.e. linux 😄 That's unless you have to play games with invasive kernel anticheats, almost all other games work (sometimes faster even). |
Trying to build on windows with x86_64-pc-windows-msvc causes 2 errors.
first there is a problem with git_version(). this could be something related to my git installation (github desktop)
and secondly there are Unix io calls which can't be accessed on windows (for obvious reasons).
sadly I don't have any Rust expierence so I can't fix the second error without getting into a completly new language
The text was updated successfully, but these errors were encountered: