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
0
votes
1 answer

Install GTK for c on Windows 10?

Can you tell me how to install GTK on windows 10 or have a step by step guide, all the ones I've tried have not helped me. Possibly if someone also explain how to compile from cmd or prepare an IDE (code: block maybe).
Pegasum
  • 47
  • 1
  • 8
0
votes
2 answers

Expand bash environment variable containing '('

Using bash from msys2 on windows 10, I can't seem to set a variable to a windows environment variable containing parens, ie '(', in a bash script. For example, p86="$PROGRAMFILES(x86)" doesn't work, it expands the env variable $PROGRAMFILES. I've…
Rorschach
  • 31,301
  • 5
  • 78
  • 129
0
votes
1 answer

Broken pyreadline in IPython in MSYS2

I have a MSYS2 system, where I've installed python3.5 together with all of its dependencies. Furthermore, I've installed ipython using pip3.5 along with pyreadline 2.1. When I start ipython I get this prompt: It is broken (as you can see on space…
aagaard
  • 1,596
  • 2
  • 14
  • 28
0
votes
1 answer

Compilation igzip for Windows

good afternoon! Prompt, please, how to compile igzip. At compilation to me gives an error message Lorents@ASUS MINGW32 ~ $ cd /c/Users/Lorents/Desktop/igzip Lorents@ASUS MINGW32 /c/Users/Lorents/Desktop/igzip $ make mkdir obj0c Making object file…
lorents
  • 103
  • 1
0
votes
2 answers

Is it portable to call executable with full path "/bin/..."?

For the RTOS I'm writing ( http://www.distortos.org ) I need to run find as part of the build configuration process (from make menuconfig target). For Windows I assume that user has MSYS2 installed, so find.exe is available. The only problem with…
Freddie Chopin
  • 8,440
  • 2
  • 28
  • 58
0
votes
1 answer

Linking dxguid.obj in msys (MinGW)

i'm trying to compile aseprite (https://github.com/aseprite/aseprite) in windows xp using mingw. I had no problems with cmake and make until the linker tries to link dxguid.obj. Then, i receive the following…
0
votes
1 answer

how to install in MinGW using msys 1.0 new packages?

I know Msys2 has pacman for installing/updating packages How do I do the same in Msys 1.0? I need to use Msys 1.0 because Msys2 is not supported in Windows 7 64 bit ultimate that well gets Cygwin7 dll replacement mismatch errors, I need to install…
SSpoke
  • 5,656
  • 10
  • 72
  • 124
0
votes
1 answer

Glade installation error "itstool not found"

When I try to make Glade in MSYS2, after navigating to the folder and typing in ./configure it starts to install but then hits an error and terminates: "checking for itstool . . .no" followed by: "configure: error: itstool not found" I read here…
Snorklebort
  • 123
  • 2
  • 10
0
votes
1 answer

does gtk work under windows 10

I have installed MinGW64 (MSYS2) on Windows 10/Surface Pro 2. Then I installed GTK3 and many other packages with pacman, all the 64 bit versions. I have even been able to run gtk3-demo and a window pops up. BUT, I cannot get a simple c program to…
Mark S
  • 306
  • 2
  • 11
0
votes
1 answer

CMake generator for Visual Studio in msys2?

I'm running cmake in msys2, but it doesn't seem to find Visual Studio 2015 (missing generator option). I am launching the msys2 prompt from within Visual Studio Developer Command Prompt, so I have cl.exe, link.exe etc in the path. This other…
Giovanni Funchal
  • 8,934
  • 13
  • 61
  • 110
0
votes
2 answers

Building PostgreSQL from source on Windows

I'm trying to build PosgreSQL in Eclipse CDT Mars on Windows using the MinGW-64 gcc 5.3.0 I installed MSYS2 and used pacman to update all the software that came with it and install gcc etc. I downloaded the PostgreSQL source code and tried to follow…
isapir
  • 21,295
  • 13
  • 115
  • 116
0
votes
0 answers

msys2 angleproject link error

I have a Linux jni project (Jgles2 on github) which I'm trying to compile on windows. With msys2 I have used pacman to install the following packages make, gcc, mingw-w64-x86_64-glfw, mingw-w64-x86_64-angleproject-git I see lots of link error (none…
Chris Camacho
  • 1,164
  • 1
  • 9
  • 31
0
votes
0 answers

GTK Linker Issue Visual Studio C Project

it is the third day that I am trying to set up the visual studio 2013 with the GTK libraries. I need to use VS: I've used GCC (both command line and with code blocks) in the past (both on windows and slackware linux too..), but now I have a lot of…
0
votes
1 answer

GLEW APIENTRY warnings and possibly related errors on MSYS2

I am receiving a perplexing compiler error while trying to use MSYS2's SDL2 / GLEW / OpenGL: In file included from /m/gstest/inc/graphics/GraphicsSystem.h:36:0, from…
user3995702
0
votes
1 answer

msys2 and mingw64 gcc version mismatch? (msys-perl)

I just installed msys2 and mingw64, with their development packages. I really need perl-Gtk3. Perl is msys2 and compiled with gcc-4.9.x, Gtk and friends are mingw and compiled with gcc-5. Perl complains "Glib.c: loadable library and perl binaries…