Questions tagged [msys2]

MSYS2 is a modern rewrite of MSYS, both of which are Cygwin (POSIX compatibility layer) forks with the aim of better interoperability with native Windows software. It aims to provide support to facilitate using the bash shell, Autotools, revision control systems and the like for building native Windows applications using MinGW-w64 toolchains. It comes with a port of ArchLinux's Pacman package manager. Three repos are provided with over 1000 packages.

978 questions
-3
votes
0 answers

'g++.exe' failed to run

I am trying to set up everything so that I can code C++ in VS Code. But I encountered this error: ; if ($?) { g++ main.cpp -o main } ; if ($?) { .\main } Program 'g++.exe' failed to run: The cloud file provider is not runningAt line:1 char:48 + ...…
-4
votes
1 answer

Cannot find glib-gettext. in msys2

I am running an autogen.sh script under MSYS 2. I installed all requested packages so far, but checking for glib-gettext >= 2.2.0... testing glib-gettextize... not found. I don't get. A package named glib-getext doesn't exist. I run: pacman -S…
nbk
  • 45,398
  • 8
  • 30
  • 47
1 2 3
65
66