msys Questions

2

I'm using MSYS in windows 7 and now i need it to provide ssh server service. can openssh be installed in msys like it is in cygwin? i can find ssh in /msys/bin, and it can be used as ssh client. ...
Gibeon asked 20/3, 2014 at 12:1

5

For example, I start "git bash"; I navitage to certian directory; I start git gui&; I close the console window or press Ctrl+C. Git-gui's window disappears. Even if I used git gui&disow...
Limp asked 2/4, 2013 at 12:2

5

Solved

I am trying to Build and Install the Apache Thrift compiler and libraries I had to type this command is shown in instructions ./configure && make But I get this error: checking for gcc......
Vivisect asked 22/11, 2016 at 23:25

3

Solved

I have built a simple PyGTK app using Python 3.5.2 and Msys but I need some modules not in the default installation, and although I could use setup.py install to get them I would much rather use pi...
Headmost asked 4/1, 2018 at 0:16

1

Solved

I'm trying to get a program using the <filesystem> library running on Windows. I'm using MSYS2's (64 Bit) g++. #include <iostream> #include <filesystem> int main() { std::cout ...
Pollie asked 25/7, 2019 at 18:47

2

Is there any way to statically link the generated .exe file from MSYS2 gcc? I tried many ways, but none of them worked. All generated .exe files require msys-2.0.dll, which I want to get rid of. So...
Duer asked 30/5, 2016 at 11:43

2

Solved

When using MSYS on a windows platform, I "set -o vi" to use the vi shell mode. Tab autocompletion for files and directories stops working. How to I renable this while remaining in vi shell mode?
Windowpane asked 12/2, 2010 at 13:53

3

Solved

I've been searching around, but I can't find a thorough description of what's going on with these 3 versions of MSYS. (It's entirely possible I just don't know what to look for.) I do understand th...
Pulpboard asked 29/7, 2014 at 15:24

3

Solved

I've been searching around, but I can't find a thorough description of what's going on with these 3 versions of MSYS. (It's entirely possible I just don't know what to look for.) I do understand th...
Odom asked 29/7, 2014 at 15:24

1

Solved

I am attempting to build SpatiaLite in Msys2. The build goes well until it attempts to compile the examples. It throws an error because the linker cannot find the dynamic linker (dl) library. Is th...
Cheryllches asked 6/7, 2018 at 21:3

1

Solved

I am having problems using Bazel on Windows because of MSYS64: ERROR: C:/users/ximo.hi/_bazel_ximo/4qw2ezwb/external/java_image_base/image/BUILD:6:1: error executing shell command: 'bazel-out/host...
Resurge asked 25/6, 2018 at 10:10

1

Solved

I need to install the Python development tools on MSYS2. My Python installation works (by either calling python3.6 or python3: $ python3.6 Python 3.6.5 (default, Apr 16 2018, 10:17:38) [GCC 7.3.0...
Distemper asked 10/6, 2018 at 13:49

4

I have cmake 3.2.3 installed via pacman. I get an error when I try to use it from a msys64 shell: $ cmake -G "MSYS Makefiles" .. CMake Error: Could not create named generator MSYS Makefiles cmak...
Amphipod asked 21/5, 2016 at 16:19

4

I'm using the Code::Blocks IDE with GCC/MinGW on Windows, and I'm trying to build a wxWidgets application which has ca. 20k lines and 40 source modules. And it builds very very slow. Compiling a C...
Maurilla asked 30/5, 2009 at 10:25

4

Solved

I am using git as my revision control system. To do so, I installed msysGit to checkout my repositories on MSW. Now I want to compile my programs with MinGW and found this "problem" for me: When I...
Yodel asked 4/5, 2011 at 14:53

1

My problem: in a Makefile which I use in both the MSYS and the MSYS2 environment I know a path, PYTHON_ROOT_DIR, which shall be used at compilation time in a C++ program. Problem is PYTHON_ROOT_DIR...
Quinquennial asked 26/10, 2016 at 8:46

2

Solved

I'm using mintty + msys. And I want to use emacs with it. But without GUI. I saw such behavior in cygwin. But I can not understand how they did that. $ emacs -nw emacs: standard input is not a tt...
Obtain asked 22/1, 2013 at 18:16

3

Solved

I'm running windows XP. I have been following this tutorial and so downloading mingw-get-inst here. I've done this a couple times and the last time I checked boes to install EVERYTHING including,...
Rotarian asked 10/5, 2011 at 16:32

1

Solved

Since I'm using both Windows' cmd.exe and msysgit's bash, trying to access the Windows-path output by os.getcwd() is causing Python to attempt accessing a path starting with a drive letter and a co...
Bordie asked 18/5, 2016 at 8:2

1

I am trying to add gettext to a C++ project. It compiles and runs fine under Linux, but I get a linker error with MinGW32 in Windows 7 64 bit. I am compiling with cmake -G "MSYS Makefiles" .., beca...
Dichroite asked 16/11, 2015 at 8:48

2

Solved

Under my version of msysgit, I can't use process substitution. cat <(echo 'foo') sh.exe": cannot make pipe for process substitution: Function not implemented If I upgraded to the latest versi...
Titleholder asked 21/10, 2010 at 0:52

3

I have Strawberry Perl and have msys Perl 5.6 removed. Now perl will invoke Strawberry (due to PATH env) but how do I map the perl command in .pl or other Perl script files which have #!/bin/perl ...
Octavie asked 4/12, 2009 at 10:42

6

Solved

Download source files from official OpenSSL site. I follow the INSTALL.M32 file in OpenSSL folder. I open msys.bat, go to the OpenSSL folder, then type $ ./config It says "Configured for MinGW"...
Rheumatic asked 31/8, 2011 at 11:9

4

Solved

I've been exploring use of MSys lately as an alternative, 'nix-like shell for my windows development. However, the default colors and size are driving me crazy. Anyone have any idea as to how I can...
Keen asked 15/1, 2009 at 18:4

8

Solved

I need a serviceable shell for MSYS. This is my current dilemma: The default rxvt.exe has a scroll bar and copy and paste, but doesn't send control characters or arrow keys to a running program i...
Extrorse asked 21/10, 2008 at 4:5

© 2022 - 2024 — McMap. All rights reserved.