Hi all, first post here!
I’m trying to set up my development environment so I can compile plug-ins but have run into a problem. I’m using Windows 10 and followed the instructions exactly from the documentation. Everything seemed to go as described with no errors.
I cloned the Rack repository, set up the RACK_SDK variable to point to the correct place but when I type ‘make’ in the MSYS2 command window I get the following errors:
make: cc: Command not found
make: cc: Command not found
make: cc: Command not found
make: cc: Command not found
arch.mk:19: *** Could not determine architecture of . Try hacking around in arch.mk. Stop.
From my limited knowledge of command line compiling, am I right in thinking that ‘make’ is looking for a compiler called ‘cc’ but cannot find it in the path? I was under the impression that mingw64 was the compiler but how do I tell ‘make’ to use that?