Skip Menu |

This queue is for tickets about the Boulder CPAN distribution.

Report information
The Basics
Id: 62753
Status: resolved
Priority: 0/
Queue: Boulder

People
Owner: Nobody in particular
Requestors: DJIBEL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.30
Fixed in: (no value)



Subject: Installation failed - perl 5.10
Dear, On Windows, Installation failed with perl 5.10. This is perl, v5.10.1 built for MSWin32-x86-multi-thread (with 2 registered patches, see perl -V for more detail) Show quoted text
prompt>perl Makefile.PL
Set up gcc environment - 4.3.3 Writing Makefile for Boulder Show quoted text
prompt>make
syntax error at -e line 1, next char ) Missing right curly or square bracket at -e line 1, at end of line Execution of -e aborted due to compilation errors. make: *** [pm_to_blib] Error 255 Best Regards djibel
Le Ven 05 Nov 2010 20:25:42, DJIBEL a écrit : Show quoted text
> Dear, > > On Windows, Installation failed with perl 5.10. > > This is perl, v5.10.1 built for MSWin32-x86-multi-thread > (with 2 registered patches, see perl -V for more detail) >
> prompt>perl Makefile.PL
> Set up gcc environment - 4.3.3 > Writing Makefile for Boulder >
> prompt>make
> syntax error at -e line 1, next char ) > Missing right curly or square bracket at -e line 1, at end of line > Execution of -e aborted due to compilation errors. > make: *** [pm_to_blib] Error 255 > > Best Regards > > djibel
From my Windows, I have to use : perl MakeFile.PL dmake (and not make) dmake install (and not make) And the installation is working. Thank you