[distribution] helix not launching (installed via msys2) #8017
Answered
by
goyalyashpal
goyalyashpal
asked this question in
Troubleshooting
-
Summarywhen installed via msys2, helix is not launching. Reproduction StepsI tried this as per instructions at helix docs $ pacboy debug -S helix:u
:: Executing pacman --color auto -S mingw-w64-ucrt-x86_64-helix...
... MORE ...
$ # helix's executable name elsewhere is hx; following from that expectation
$ hx
bash: hx: command not found
$ helix
/ucrt64/bin/helix: line 3: /lib/helix/hx.exe: No such file or directory I expected this to happen:
Instead, this happened:the Helix logN/A ~/.cache/helix/helix.log
PlatformWindows 10 22H2 Terminal EmulatorN/A Helix Version23.05-2 |
Beta Was this translation helpful? Give feedback.
Answered by
goyalyashpal
Oct 30, 2023
Replies: 1 comment 1 reply
-
This is an issue with the nysys2 package you need to raise it on their issue tracker. We do not maintain package manager pakcgaes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
true. it requires setting the
$MINGW_PREFIX
prefixbut strangely enough,
neovim
from same arch/prefixmingw-w64-x86_64-
launches directly asnvim
without requiring any of thismsys2/MINGW-packages#17797 (comment)