> From: "F.C" <fcaba****@gmail*****> > Date: Sun, 1 Dec 2019 17:11:32 -0400 > > My compiler Mingw don't work, my log below, could you help me ? > > Thanks, > > C:\WINDOWS\system32\cmd.exe /C C:/TDM-GCC-64/bin/mingw32-make.exe -j4 SHELL=cmd.exe -e -f > Makefile > "----------Building project:[ Bank_account_creator - Debug ]----------" > process_begin: CreateProcess(NULL, pkg-config --libs gtk+-3.0, ...) failed. > process_begin: CreateProcess(NULL, pkg-config --cflags gtk+-3.0, ...) failed. You need to install pkg-config, it's a separate program.