[zed] Package doesn't exist
Closed this issue · 4 comments
Description / Steps to reproduce the issue
- Follow instructions from zed to install zed in msys2
pacman -Syu
pacman -S $MINGW_PACKAGE_PREFIX-zed
Expected behavior
zed package should install.
Actual behavior
error: target not found: mingw-w64-x86_64-zed
Verification
- I have verified that my MSYS2 is up-to-date before submitting the report (see https://www.msys2.org/docs/updating/)
Windows Version
MINGW64_NT-10.0-19045
MINGW environments affected
- MINGW64
- MINGW32
- UCRT64
- CLANG64
- CLANGARM64
Are you willing to submit a PR?
No
Update:
The UCRT64 version doesn't exist. The CLANG64 version does, but it fails to start:
$ zed.exe
[2024-10-06T18:35:24-05:00 ERROR fs.rs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
[2024-10-06T18:35:25-05:00 ERROR fs.rs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
[2024-10-06T18:35:25-05:00 ERROR fs.rs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
Zed failed to open a window: NoSupportedDeviceFound. See https://zed.dev/docs/linux for troubleshooting steps.
Zed is NOT provided for MINGW64. UCRT64 version is disabled due to keyboard issue
Zed is now available in MINGW64 repository. you can download it now with pacman -Sy mingw-w64-x86_64-zed