Subject: | make (e=2): The system cannot find the file specified. |
It wolud be helpful if win32 users were warned if
mingw32-make.exe is missing from path
make.exe is present in path
sh.exe is present in path
otherwise they'll encounter
Alien-wxWidgets-0.44>perl Makefile.PL && dmake
# running Build.PL
Subroutine version::qv redefined at inc/version.pm line 22.
Creating custom builder
_build\lib\My\Build\new_from_context_is_broken.pm in _build\lib\My\Build
Checking whether your kit is complete...
Looks good
Checking prerequisites...
Looks good
Creating new 'Build' script for 'Alien-wxWidgets' version '0.44'
Creating new 'MYMETA.yml' with configuration results
C:\perl\bin\perl.exe Build --makefile_env_macros 1
Subroutine version::qv redefined at inc/version.pm line 22.
if not exist gcc_mswudll mkdir gcc_mswudll
process_begin: CreateProcess(NULL, -c "if not exist gcc_mswudll
mkdir gcc_mswudll", ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make: [gcc_mswudll] Error 2 (ignored)
if not exist ..\..\lib\gcc_dll mkdir ..\..\lib\gcc_dll
process_begin: CreateProcess(NULL, -c "if not exist
..\..\lib\gcc_dll mkdir ..\..\lib\gcc_dll", ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make: *** [..\..\lib\gcc_dll] Error 2
system: mingw32-make -f makefile.gcc all UNICODE=1 MSLU=0
BUILD=release SHARED=1: 512 at inc/My/Build/Win32.pm line 263
dmake: Error code 130, while making 'all'
Thank you