You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure why this error is happening but when I try to run the command make all or make playback.exe , it just fails after creating both data.h and data files. This is the error message:
i686-w64-mingw32-gcc -Wall -I../include -I ./include -L../lib -os -o playback.exe playback.c
process_begin: CreateProcess(NULL, i686-w64-mingw32-gcc -Wall -I../include -I ./include -L../lib -os -o playback.exe playback.c, ...) failed.
make (e=2): The system cannot find the file specified.
Makefile:13: recipe for target 'playback.exe' failed
make: *** [playback.exe] Error 2
My OS is Windows 11. I have followed all the installation instructions and installed all dependencies.
The text was updated successfully, but these errors were encountered:
It appears that you are missing mingw32-gcc. It's been a while since I used mingw, but you should be able to run the package manager thing and make sure you have gcc.
Not sure why this error is happening but when I try to run the command
make all
ormake playback.exe
, it just fails after creating both data.h and data files. This is the error message:My OS is Windows 11. I have followed all the installation instructions and installed all dependencies.
The text was updated successfully, but these errors were encountered: