Closed acheronfail closed 1 year ago
Err… Could you update the community about the progress, please?
The project seems to be abandoned…
@acheronfail Could you please explain what would one have to do to get Windows builds working? Are the libraries that repgrep depends on available on Windows?
Honestly I don't know. I'm very unfamiliar with development on Windows, and am really wanting someone with some knowledge about building for Windows targets to help out.
Since I don't use Windows myself, this is fairly low on the priority list, but I do hope to get around to it if life permits...
it builds perfectly on windows with cargo build --release
. that's a CI issue, not code.
Alright, I ran this on Windows 11 in a VM, and can confirm the issue is in CI.
CI fails when trying to copy target/x86_64-pc-windows-msvc/release/rgr.exe
.
I replicated what the CI does though (installing cross
and using that to compile, etc) and in the VM the file target/x86_64-pc-windows-msvc/release/rgr.exe
exists, so not entirely sure what the issue is here. :thinking:
@acheronfail maybe the generated completion files fail somewhere?
Right now it doesn't build Windows binaries.
It should.