msys2

How to force make to use bash as a shell on Windows/MSYS2

萝らか妹 提交于 2019-12-11 05:22:54
问题 I'm trying to recompile an application already having a windows port (so it's supposed to work) Of course, you still need to run ./configure so you need MSYS or MSYS2. The configure part worked well. Now when I run make -n (so it shows which rules are executed) I get: $ make -n if test ! -f config.h; then \ rm -f stamp-h1; \ make stamp-h1; \ else :; fi ! was unexpected make: *** [config.h] Error 255 ! was unexpected is the approximate translation of a french message (so it may be slightly

msys2, using standard windows console

拈花ヽ惹草 提交于 2019-12-11 04:19:17
问题 I use Console2 (link1 link2), it's like a wrapper around the standard console, but allows to copypaste text with ctrl-shift-c and ctrl-shift-v. I find it much more comfortable than the consoles that come with msys2, they have like ctrl-ins shift-ins weirdness. And having two different consoles around isn't good. How can I use Console2 to launch the compiler? I'd add C:\msys64\mingw32\bin to PATH, but I don't want to have too many exe and dll around in PATH, don't want to distribute something

Install Ruby 2.4.1 in windows within corporate proxy. MSYS2 update fails

前提是你 提交于 2019-12-10 18:56:06
问题 I am using ruby installer rubyinstaller-2.4.1-2-x64.exe to install ruby 2.4.1 on windows 10 . It is successful and at the end of install MSYS2 installation is triggered. It is also successful. But MSYS2 system update fails with the following error. mingw32.sig 96.0 B 93.8K/s 00:00 [#######################################] 100% error: mingw32: signature from "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" is invalid error: failed to update mingw32 (invalid or corrupted database (PGP signature))

Problems installing Common Lisp Sketch into Windows 10

戏子无情 提交于 2019-12-08 08:28:42
问题 I had trouble getting through errors for missing SDL DLL's and an FFI.H file while installing sketch with quicklisp. Posting my solution for this Windows 10 specific trouble, maybe there are other solutions too. I ended up using Chocolatey and Cmder for my mingw64 environment. 回答1: This is what I had to do in order to get through several errors for missing SDL DLL's and FFI.H header. 1. Install Cmder using Chocolatey: https://chocolatey.org/packages/Cmder 2. Download and copy all the SDL, SDL

Installing GTK for use in Code::Blocks on Windows 10

独自空忆成欢 提交于 2019-12-08 08:05:48
问题 Original Question I am having trouble installing gtk to start building GUIs in C++ on Code::Blocks. Could anyone nudge me in the right direction? I'm running Windows 10 (64-bit) on a Lenovo. I attempted an installation guide (https://www.youtube.com/watch?v=jvQXvTtSIQo), stack overflow (How do you install GTK+ 3.0 on Windows?), the official GTK installation guide (https://www.gtk.org/download/windows.php), a written guide (http://www.tarnyko.net/repo/gtk3_build_system/tutorial/gtk3_tutorial

SSL Error During Gem Installation (on MinGW64-MSys2)

谁说我不能喝 提交于 2019-12-08 06:24:01
问题 I'm using a MinGW64-MSys2 environment. When I try to install a package with gem install <package name> I get something like this SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/latest_specs.4.8.gz) 回答1: Depends on what shell you use msys or mingw* and what ruby you use you need install ca-certificates package: pacman -S mingw-w64-i686-ca-certificates or pacman -S mingw-w64-x86_64-ca-certificates or pacman -S ca

Eigen compilation error with gcc 8.2.1 on MSYS2

限于喜欢 提交于 2019-12-07 22:46:33
问题 We are facing errors compiling against Eigen 3.3.7 (and probably older versions) against the latest versions of GCC 8.2.1 supplied by MSYS2. Strangely, this only happens with the latest builds of the same package ( mingw-w64-x86_64-gcc 8.2.1): 8.2.1+20181123-1 : fine 8.2.1+20181130-1 : error 8.2.1+20181207-1 : error The error is: In file included from C:/Users/donald/msys64/mingw64/include/eigen3/Eigen/SparseCore:50, from C:/Users/donald/msys64/mingw64/include/eigen3/Eigen/Sparse:26, from C:

How to install Python Development tools on MSYS2

◇◆丶佛笑我妖孽 提交于 2019-12-07 09:21:23
问题 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 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> Setuptools is installed: $ pip3 install setuptools Requirement already satisfied: setuptools in /usr/lib/python3.6/site-packages (36.4.0) I have tried to install as it suggested in How to install

Problems installing Common Lisp Sketch into Windows 10

感情迁移 提交于 2019-12-07 09:15:30
I had trouble getting through errors for missing SDL DLL's and an FFI.H file while installing sketch with quicklisp. Posting my solution for this Windows 10 specific trouble, maybe there are other solutions too. I ended up using Chocolatey and Cmder for my mingw64 environment. This is what I had to do in order to get through several errors for missing SDL DLL's and FFI.H header. 1. Install Cmder using Chocolatey: https://chocolatey.org/packages/Cmder 2. Download and copy all the SDL, SDL_image and SDL_ttf DLL's to SBCL's .exe folder: a. https://www.libsdl.org/download-2.0.php b. https://www

Eigen compilation error with gcc 8.2.1 on MSYS2

梦想的初衷 提交于 2019-12-06 05:50:39
We are facing errors compiling against Eigen 3.3.7 (and probably older versions) against the latest versions of GCC 8.2.1 supplied by MSYS2. Strangely, this only happens with the latest builds of the same package ( mingw-w64-x86_64-gcc 8.2.1): 8.2.1+20181123-1 : fine 8.2.1+20181130-1 : error 8.2.1+20181207-1 : error The error is: In file included from C:/Users/donald/msys64/mingw64/include/eigen3/Eigen/SparseCore:50, from C:/Users/donald/msys64/mingw64/include/eigen3/Eigen/Sparse:26, from C:/Users/donald/msys64/mingw64/include/eigen3/Eigen/Eigen:2, from src/registration/transform/search.h:21,