Skip Menu |

This queue is for tickets about the Alien-SmokeQt CPAN distribution.

Report information
The Basics
Id: 83389
Status: new
Priority: 0/
Queue: Alien-SmokeQt

People
Owner: Nobody in particular
Requestors: osle-gamma20 [...] t-online.de
Cc:
AdminCc:

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



Subject: Cmake not installed
Install fails with this message (Windows XP, Perl 5.16): You must have cmake installed to compile Alien::SmokeQt. at Makefile.PL line 42. Reason is that the path separator ':' is different on windows ';' # Make sure we have a cmake executable my $cmake; foreach my $path ( split m/:/, $ENV{PATH} ) { if ( -e "$path/cmake" ) { $cmake = "$path/cmake"; last; } } the OS should be checked first