Whenever I try to run mingw32-make from cmd, I get this dialog:
I've tried reinstalling mingw32-make (both the same and a previous version), but the problem persists. This error occurs regardless of any arguments or input given to mingw32-make, and regardless of whether there is a Makefile in the current directory.
I looked up the error, and it seems like it's a problem with the DLLs that mingw32-make depends on. I tried running Dependency Walker on mingw32-make.exe, and it looks like pretty much all of the DLLs it depends on (~140 seperate files) are 64-bit, while the application itself is 32-bit.
Is this an error in the MinGW installer? And is there an easy way to solve it, short of providing 32-bit versions for all of the DLLs it depends on?