Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [msys]

MSYS is a collection of GNU utilities such as bash, make, gawk and grep for Microsoft Windows, supporting UNIX shell scripting, and building of applications and programs which depend on the availability of traditional UNIX tools. Primarily, it is intended to complement MinGW, by compensating for many of the deficiencies of Windows' own cmd.exe shell.

msys
1 vote
0 answers
36 views

How to build xmrig on windows with MSYS2 or VS 2022?

I am trying to build xmrig on Windows 11 using mingw compiler since 3 days, however I can't figure it out as I am constantly receiving errors. I'm following tutorial on official xmrig page. What have ...
Mixtuur's user avatar
  • 59
0 votes
0 answers
67 views

CAPL DLL File Invalid Error When Starting Simulation in CANoe

I attempted to build a CAPL DLL file for CANoe following the CMake example provided in the Vector Help documentation. Additionally, I used similar steps from this githup repository: huangdong332/...
Mohamed Hamed's user avatar
1 vote
1 answer
66 views

SDL2 Program Crashes After Generating Random Pixels for a Few Seconds

I am working on a project using SDL2 to generate random pixels in a terminal display. My program compiles and runs: #include <SDL2/SDL.h> #include <random> int main(int argc, char* argv[])...
starlitdreams's user avatar
0 votes
0 answers
29 views

what package to install to get #define of TIOCGPTN in MSYS2

title says it all, I hope... I don't know what header to look in and I don't know which package would give me that header... I don't know where to get my hands on the source code to do a full text ...
Mark VY's user avatar
  • 1,629
0 votes
0 answers
104 views

GMP Windows installation "configure: error: could not find a working compiler"

I am trying to install GMP (c++) for Windows using MSYS2. I made sure that when I installed msys2 that I installed gcc and set the PATH to C:\msys64\mingw64\bin. I restarted my computer to check if ...
adrianfree01's user avatar
0 votes
0 answers
87 views

Program compiled on Windows Vista is flagged for Win32/Wactac.B!ml by Windows Defender on Windows 10

I have a program that I compiled on two different versions of Windows so it can run on more systems: 64bit Windows 10: MinGW64, MSYS2, SDL2 v2.26.0 and later, g++ 13.2.0 make 32bit Windows Vista SP2: ...
Vortex 2728182818's user avatar
0 votes
0 answers
44 views

Potential Bug(s) with SuperLU configuration on Windows

I am trying to run the SuperLU_MT example programs in SUNDIALS (IDA). I have successfully built SuperLU_MT libraries on Windows from source. I am using the pthread implementation -- successfully built ...
AdiMatam's user avatar
0 votes
0 answers
80 views

Cannot build gmp-6.3.0 under msys64 / MINGW64: could not find a working compiler / ld.exe: cannot open output file a.exe: Permission denied

I'm trying to build gmp-6.3.0 under msys64 / MINGW64: MINGW64 /d/SOFTWARE/gmp-6.3.0 $ ./configure --enable-static=yes --enable-shared=no --enable-cxx --with-pic --prefix=$(realpath install_dir_MINGW64)...
pmor's user avatar
  • 5,951
0 votes
0 answers
100 views

Error in make for OpenSSL with MSYS+MinGW

I use msys+MinGW on windows11 Trying to build Openssl-3.1.4 Places the opnessl ./Configure mingw and make depend I seems the build process is good so far. However make stops by following errors gcc -...
user1345414's user avatar
  • 3,815
0 votes
0 answers
318 views

Why I Cant install numpy [duplicate]

I always get this error, it seems to be related to python.h, could someone help me? I am using windows for my virtual environment in python im using python 3.10.6 ** C:\Users\Dsnie> pip install ...
Daniel Salazar Rodriguez's user avatar
0 votes
0 answers
188 views

Error argument list is too long when running Makefile

Error occur on linking to create static library use ar with many object files /bin/sh: /mingw64/bin/ar: Argument list too long I am on windows using msys2 when build them. I am tried to copy its ...
Orang Keren's user avatar
0 votes
0 answers
35 views

How do I update RubyInstaller w/out updating Ruby ver itself?

I was advised to update to latest RubyInstaller version in order to install specific gem: https://github.com/brianmario/mysql2/issues/1329 Not ready to migrate to new Ruby version itself as it could ...
ZoRaN's user avatar
  • 13
0 votes
0 answers
18 views

MSYS2 - 'pip3 install PyQt5' fails with error "Could not build wheels for sip"? [duplicate]

I have installed the MSYS2 package mingw-w64-x86_64-python-pyqt5. The rest of my packages are all up-to-date. However, I have apparently not installed the PyQt5 module, so something that relies on it ...
Tyler Shellberg's user avatar
0 votes
0 answers
64 views

Unable to install cairo

I am trying to animate 2 svg file. for this i need cairo so I have isntalled MSYS2 I have run command on the system pacman -S mingw-w64-x86_64-gtk3 pacman -S mingw-w64-x86_64-python-gobject but still ...
Tanisha's user avatar
0 votes
1 answer
41 views

Get drive letter/host install location of MSYS from terminal or Qmake?

I have a QT Qmake project which has a lot of blocks like this for MSYS compatibility: # VTK win32 { INCLUDEPATH += c:/msys64/mingw64/include/vtk-$${VTKVERSION} LIBS += -Lc:/msys64/mingw64/lib } ...
Tyler Shellberg's user avatar

15 30 50 per page
1
2 3 4 5
34