Filepath issues - Errors in cmake and make
Cmake Forum Post: https://discourse.cmake.org/t/make-error-127-makefile-all-error-2/9938 Stack Overflow Question: https://stackoverflow.com/questions/77857027/make-error-127-windows11-ffmpeg-audiotoolboxwrapper MakeFile2 full text (line 86 is throwing the error): https://docs.google.com/document/d/1_Sntb9OyYVmm7A_gC3vO7k0RdbtW8mt4JZw76TnYLlI/edit?usp=sharing
I've been trying to get this script to work for nearly a week now. I've tried it in MINGw64 and MINGw32, as well as Ubuntu via WSL.
The links to cmake forums and stack overflow have all the details.
It keeps throwing an error about not being able to find gcc.exe, even though gcc.exe is in the exact file path specified in the MakeFile (see google doc).
Any ideas?