I am trying to compile wxwidgets. I compile with mingw32 and follow the install.txt file that comes with the zip file, but when I compile it, it gives me these errors.
if not exist gcc_mswd mkdir gcc_mswd
process_begin: CreateProcess (NULL, -c "if not exist gcc_mswd mkdir gcc_mswd", ...) failed.
make (e = 2): The system cannot find the file specified.
mingw32-make: [gcc_mswd] Error 2 (ignored)
if not exist .. \ .. \ lib \ gcc_lib mkdir .. \ .. \ lib \ gcc_lib
process_begin: CreateProcess (NULL, -c "if not exist .. \ .. \ lib \ gcc_lib mkdir .. \ .. \ lib \ gcc_lib", ...) failed.
make (e = 2): The system cannot find the file specified.
mingw32-make: *** [.. \ .. \ lib \ gcc_lib] Error 2
Any help is appreciated.
PS: I use mingw32-make if that matters.
user451498
source share