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

Questions tagged [mingw-w64]

The MinGW-w64 (MinGW fork) project is a complete runtime environment for gcc to produce binaries native to Windows 64-bit and 32-bit operating systems.

0 votes
0 answers
11 views

How to solve the,"connection to port 443 timed out" error when retrieving MSYS2 packages?

I am trying to install MinGW-w64 via MSYS2 alongside VS code on a windows 10 computer. The installation finishes but when I use the <pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain>...
Alungile's user avatar
-1 votes
0 answers
18 views

File not recognized and recipe for target error in the BUSMASTER

I have got the error while building the node. The error is File not recognized and also recipe for target ABS_ECU failed error, Can anyone help me to get out from the error? D:\BUSMASTER\...
Srinidhi Dixit's user avatar
0 votes
1 answer
49 views

Qt project does not open on every Windows platform

I prepared a comprehensive project in version 6.7.2 of Qt and compiled my project using the windeployqt method. This project, which I compiled on the Windows 11 operating system, can run on both ...
Zeynel Emre Tay's user avatar
1 vote
0 answers
50 views

Linking GetUILanguageFallbackList API with MinGW-w64

I'm trying to use the Windows GetUILanguageFallbackList API with MinGW-w64. Here is a very minimalistic example of calling the API: #include <windows.h> #include <muiload.h> int main() { ...
Simon Kissane's user avatar
0 votes
0 answers
39 views

trying to build podofo 0.9.8 on mingw64, missing zlib

I can't install podofo version 0.9.8 (clone from git https://aur.archlinux.org/podofo-0.9.git), because I get this error of ZLIB CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs....
luna80's user avatar
  • 203
1 vote
2 answers
114 views

simple calculator program exiting unexpectedly after input (C, MinGW)

'm trying to write a basic calculator program in C using MinGW. However, the program exits unexpectedly after I enter the operator (+, -, *, or /). I've checked for common errors like missing return 0;...
mati's user avatar
  • 19
0 votes
0 answers
24 views

CMake repeatedly fails to find MPI libraries, succeeds after multiple runs

I'm trying to compile the Elmer FEM repository inside the "MSYS2 MinGW 64-bit" environment on Windows. I'm encountering a bizarre issue where CMake fails to find MPI libraries on the first ...
Foad S. Farimani's user avatar
0 votes
0 answers
64 views

What is the solution for OpenCV installation error?

When I try to install OpenCV via pip using command pip install opencv-python. I receive this error: Collecting opencv-python Using cached opencv-python-4.10.0.84.tar.gz (95.1 MB) Installing build ...
Marius Vicol's user avatar
0 votes
0 answers
65 views

MingGW installer closes itself?

I tried installing mingw-w64 to start coding in C, after downloading the 'mingw-w64-install.exe'. I ran it, it opened the windows prompt to ask me if I want it to make changes to my device (In which I ...
CakeOnBake's user avatar
0 votes
0 answers
12 views

How to install an older version of package in msys2?

I would like to install an older version of boost on msys2 to check if newer version of boost causes some issue. But from https://packages.msys2.org/package/mingw-w64-ucrt-x86_64-boost?repo=ucrt64, I ...
Felix F Xu's user avatar
0 votes
0 answers
25 views

Freetype missing - CMake on Windows

I have been through all the posts I could find on here about this but nothing works. I am trying to build a project using CMake on Windows using Visual Studio Code. I have installed, VS with C/C++ &...
DrBwts's user avatar
  • 3,631
0 votes
0 answers
52 views

Meaning of rust-gdb.exe, rust-gdbgui.exe with respect to gnu gdb?

I am working on Rust and I am debugging with gdb (MinGW64, I am working on msw). I saw in the .cargo folder (.cargo/bin) many executables: Directory of C:\Users\me\.cargo\bin 24/06/2024 19:37 &...
mgrs_'s user avatar
  • 11
0 votes
0 answers
63 views

Issue with wxWidgets, CMake, and MSYS2: "libwx_mswu-3.2.a" not found during build with Ninja

I am facing a frustrating issue when trying to compile a C++ project using wxWidgets, CMake, and MSYS2 on Windows. Although CMake configures the project correctly and finds all the necessary libraries,...
ClynnJDev's user avatar
0 votes
0 answers
62 views

Build error of "No matching constructor for initialization" when initialize share_ptr<T[]> from unique_ptr<T[]>

First, I read this answer to realize why we want to convert an unique_ptr to a shared_ptr sometimes. Then, I follow the instructions of the converting constructor on cppreference shared_ptr. In C++11 ...
Rock's user avatar
  • 1
-1 votes
0 answers
11 views

Cannot see my code when compiling with the IDE codeLite using the compiler Mingw

since two days i'm trying to fix my problem with codeLite. My code need to print HelloWorld but I don't see it in my console Window-output. my-code , console_output On my window console output the ...
elcapo's user avatar
  • 7

15 30 50 per page
1
2 3 4 5
112