Subject: | MakeMaker cannot handle spaces in perl path |
The following is the Makefile.PL from Parse::RecDescent 1.94:
=============================================
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => q[Parse::RecDescent],
VERSION => q[1.94],
PREREQ_PM => { 'Text::Balanced'=> 0 },
);
=============================================
The following error is being output
=====================================================================
C:\Install\programming\Inline\dependencies\Parse-RecDescent-1.94>perl Makefile.PL
Unable to find a perl 5 (by these names: C:\Program Files\Perl\bin\perl.exe perl.exe perl5.exe perl5.8.6.exe miniperl.exe, in these dirs: c:\Program Files\j2sdk1.4.2_05\bin c:\program files\mpich\mpd\bin c:\program files\imagemagick-6.2.3-q8 C:\Program Files\Windows Resource Kits\Tools\ C:\Program Files\bin C:\Docs\perl C:\Program Files\Perl\bin\ C:\WINDOWS\system32 C:\WINDOWS C:\WINDOWS\system32\WBEM C:\Program Files\eps2pdf C:\Program Files\Dev-Cpp\bin C:\Program Files\texmf\miktex\bin C:\Program Files\ATI Technologies\ATI Control Panel C:\Program Files\OpenSSH\bin c:\matlab\bin\win32 C:\Program Files\gnuplot\bin C:\Program Files\Common Files\GTK\2.0\bin C:\Program Files\gs\gs8.14\bin C:\PROGRA~2\ATT\Graphviz\bin C:\PROGRA~2\ATT\Graphviz\bin\tools X:\home\avatar\Docs\perl C:\Program Files\NcFTP C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin C:\Program Files\Microsoft Visual Studio\Common\Tools C:\Program Files\Microsoft Visual Studio\VC98\bin C:\Program Files\Perl\bin)
Writing Makefile for Parse::RecDescent
=====================================================================
the attached produced makefile is unusable - note for instance
=====================================================================
PERL = 0
FULLPERL = 0
=====================================================================
Message body not shown because it is not plain text.