#Cannot install ragel

1 messages · Page 1 of 1 (latest)

coarse totem
#

Hi, I need ragel for a script but it can't find it. Is there a way to make it work or download it manually?

velvet helm
coarse totem
velvet helm
#

What environment are you running in? You'll need to run in one of the native environments and install the corresponding packages. https://www.msys2.org/docs/environments/

Also those scripts are explicitly for cross-compiling from Linux.

coarse totem
#

im running it in the msys environment, in what environment do I need to run it?

velvet helm
#

Any of the others should work. If in doubt, UCRT64

coarse totem
#

okay so I switched to the mingw64 environment and I ran:
pacman -S mingw-w64-clang-i686-ragel
and I got a different message

#

i think I do need to run it in the msys environment

#

if I run it in msys I get this

#

omg

#

i hate this

strong moon
coarse totem
#

its solved

#

but thanks anyway

#

im gonna take this into consideration next time

strong moon
#

To summarize, I think you've encountered two relatively simple issues:

  • we ship very few packages for the Msys environment because it's not our focus (Cygwin or WSL would be better candidates for "cross-compiling from Linux, but actually from Windows")
  • we have multiple environments and sets of packages
strong moon