msys Questions

2

I am trying to build linphone for windows by following the instructions in Readme.mingw using MinGw/Msys. There is no issues till the download of belle-sip package. When I run ./autogen.sh I am g...
Stagner asked 16/1, 2014 at 13:4

1

Solved

I'm trying to build a simple SDL2 game with CMake and MSYS Makefiles. I want to statically link SDL2 so I can distribute a single executable without having to include the SDL2.dll. Here's my CMak...
Caenogenesis asked 10/12, 2014 at 19:3

0

In trying to switch from Cygwin to MSYS, I'd really like to have MSYS beep / system bell completely disabled. Sources[1] suggest modifying ~/.inputrc to include set bell-style none but this only...
Mores asked 28/1, 2015 at 9:48

5

im trying to run a c program on my windows 7 computer using eclipse and im running into a little snag. I currently have Eclipse downloaded on my computer with the CDT plugin and i have also downloa...
Galway asked 20/8, 2011 at 19:59

3

I'm attempting to write (in C#) a piece of software that communicates with another piece of software, built with MSYS, over (MSYS emulated) Unix domain sockets. I've learned that the "socket s...
Xyloid asked 15/4, 2014 at 14:3

6

I was just trying to build netcat in MSYS using MinGW and realized that MinGW never really ported all of the BSD socket stuff to Windows (eg sys/socket.h). I know you can use Windows Sockets in Min...
Redpoll asked 5/10, 2009 at 0:21

1

Solved

I have installed msysgit via the net installer. I ended up with almost 2 giga of material, where I have among the other things git sources and MinGW. I have three questions I already had MinGW f...
Pachston asked 5/6, 2014 at 12:58

6

I'm trying to get MinGW and MSYS working so I can build iconv and libxml2 in Windows, but I'm finding ./configure and make are giving lots of BSD/Unix related errors that aren't specific enough to ...
Eccentricity asked 7/8, 2010 at 4:9

2

after searching about it i found some info (yet confusing for me) Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. i found the above line in wikipedia...
Thrashing asked 28/3, 2014 at 8:17

3

Solved

I can’t use play! framework from a MSYS shell (as used in Git on Windows). Error during sbt execution: Could not find configuration file 'c:/Dev/Prg/Play/framework/sbt/play.boot.properties'. Searc...
Josefina asked 4/5, 2012 at 20:14

1

I am trying to use process substitution to avoid using temporary files. I tried the following: diff <(echo "a") <(echo "b") on mingw32/msys (from http://www.mingw.org/ as of Dec 2013), and...
Viewer asked 1/1, 2014 at 8:23

1

Solved

I need to look something up in the debug version of std::vector<T>, and I can't remember where the headers actually are. This is under MSYS on Windows, where this is tricky, because you have ...
Dereism asked 14/1, 2014 at 10:5

0

I found this post Compiling fish shell under Cygwin? which talks about compiling fish against Cygwin. What would be the instructions to compile for MSYS? (and especially MSYSGIT)? This is what I ...
Vaucluse asked 7/12, 2013 at 4:22

2

Solved

I'm trying to pass a unix style path to the Android adb command using a git bash (msysgit) but the shell is interpreting my path incorrectly. This is what I've tried so far: $ adb push myfile /mnt...
Agist asked 2/5, 2013 at 18:17

3

Solved

How do I navigate through my Windows folder structure within the MSYS shell? When I start the shell, all I see is a '~'. I type 'ls' and the folder is empty. I just want to know how to get to my c ...
Bullivant asked 7/7, 2012 at 16:50

1

I was trying to compile a simple opengl program on msys using g++. To my surprise the linker was complaining on undefined references: $ g++ -mwindows -lopengl32 glut_md2.cpp C:\Users\...\cceQtYAy....
Harlene asked 16/9, 2013 at 12:21

1

Solved

The problem is illustrated by this simple script: import time, os, sys sys.stdout = os.fdopen( sys.stdout.fileno(), 'w', 1 ) # line-buffer stdout print 'before sleep' time.sleep( 10 ) print 'after...
Desiredesirea asked 15/1, 2013 at 20:35

3

Solved

When I use MSYS to compile something, the ./configure step can take longer than the make. However, the same process in Linux has a fast configure and slow make. Is this just some setting in MSYS th...
Gazo asked 13/2, 2010 at 2:7

1

Solved

I am using mingw gcc and msys to build a number of GNU utilities. In the past, I have had a lot of problems caused by different executables requiring different versions of libiconv, so to avoid the...
Pub asked 30/11, 2012 at 21:16

1

I'm using msysgit on windows 7 and I found bash scripting very useful. I wrote some .sh scripts, but I'd like git bash to autocomplete their names. For now I can see, that after initial prompt git ...
Fettling asked 12/12, 2012 at 15:1

2

I have an old library (in C++) that I'm only able to build on MinGW+MSYS32 on Windows. From that I can produce a .a static library file generated from GNU libtool. My primary development is done in...
Sauerkraut asked 19/2, 2012 at 2:12

2

Having been unsuccessful in finding recent, standalone binaries of various Unix tools like xargs and whatnot (this version, while great, requires external DLLs), I've taken up the challenge of comp...
Wharf asked 12/8, 2011 at 11:55

1

Solved

I want to build OpenSSL in Windows with MinGW, How can I do that? Please help me. Thanks.
Nieves asked 21/2, 2012 at 14:35

2

Solved

I'd like to use AnsiColorLogger to get color ouput from Ant. I'm using Git Bash on Windows. I tried: $ ant -logger org.apache.tools.ant.listener.AnsiColorLogger but my output looks like: Build...
Gabar asked 14/11, 2011 at 22:52

1

Solved

I would like to download a script from a vanilla MSYS environment. On Linux, I would do wget <url> On Mac OS X, I would do curl -O <url> Unfortunately, neither of these alternati...
Abyssinia asked 16/6, 2011 at 21:57

© 2022 - 2024 — McMap. All rights reserved.