511 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-2
votes
1
answer
53
views
Fortran compiler in Appveyor
For my Pythonm project which relies on a Fortran extension, I used Appveyor for the compilation of the binary wheels under Windows.
To this end, I use the "Visual Studio 2019" Appveyor image ...
1
vote
0
answers
54
views
How to generate MinGW-w64 build files with genie on Windows 10
I am trying to build the library bgfx. I am following the guide on "https://bkaradzic.github.io/bgfx/build.html". I am using the MSYS2 MinGW-w64 shell with gcc, gmake etc. installed. I am on ...
1
vote
0
answers
25
views
Msys 'bash -c' behaves differently from Git Bash than from cmd.exe
Trying to diagnose why an MSYS command fails within a buildsystem when it is invoked from Git Bash, even though the buildsystem succeeds when it is invoked from CMD.
I've noticed that, when I invoke ...
-4
votes
1
answer
110
views
Why doesn't MSYS Bash evaluate windows exectuable commands as expected? [duplicate]
I've run into a weird behaviour (as usual) where I'm trying to use a Windows executable in a (MSYS) Bash alias, to execute command and handle the results.
The Windows program in question is dumpbin....
1
vote
2
answers
536
views
Compiled with MSYS2 but DLL not found running in CMD
I am building a pure C project with make in MSYS2 on a Windows box. The resulting executable runs just fine at the MSYS2 prompt, but when using CMD it fails because it cannot find libpq.dll (my code ...
2
votes
0
answers
182
views
enable avx512 zmm registers in gdb
I'm running mingw64 gdb on windows and I'm trying to debug some c and fortran mixed program that has inline asm. The problem I'm m having is that zmm registers are not available to view. I read thru ...
0
votes
1
answer
129
views
Error when installing the DPP library: this platform is not supported by FindSodium.cmake
I trying to set up the DPP library to work with a discord bot for fun in my project. I have followed the installation instructions, but I am facing issues during the build process.
My Setup (I don't ...
1
vote
0
answers
259
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 ...
0
votes
0
answers
526
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/...
1
vote
1
answer
103
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[])...
0
votes
0
answers
54
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 ...
0
votes
0
answers
641
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 ...
0
votes
0
answers
170
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: ...
0
votes
0
answers
102
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 ...
0
votes
0
answers
196
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)...