I used the following as my path for the cmd session:
Code: Select all
set PATH=\MinGW\bin;\WINDOWS\system32;"\program files\gnuwin32\bin"
Code: Select all
bison -d -o resource_parser.tab.c resource_parser.y
process_begin: CreateProcess(NULL, bison -d -o resource_parser.tab.c resource_parser.y, ...) failed.
This set path will allow mingw32-make to run with no errors. Short name was used for "Program Files" instead of the full name.
Code: Select all
set PATH=\MinGW\bin;\WINDOWS\system32;\progra~1\gnuwin32\bin