Long version: I have a python package that is written in C++ (called leven), to install it I need to build the leven package by compiling it in c++. For this I tried using Visual C++ and Mingw. The error code in Visual c++ was generic, so I decided to use mingw instead (which I already had installed since I used to use Codeblocks).
The problem is that when trying to build I get the following error message: "mno-cygwin unrecognized", after some research, it appears that such command has been deprecated (people said finally!). however, I need it to finish installing my package. So my question is, how can I install a previous version of mingw? should I uninstall codeblocks and the current mingw version?
tldr, Need to install previous version of mingw cpp compiler