Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 51545
Status: resolved
Priority: 0/
Queue: Alien-SDL

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: v0.7.1
Fixed in: (no value)



Subject: install in wrong directory (win32 doesn't imply strawberry
Win32 doesn't imply perl -V:prefix is C:\strawberry\perl\ $ perl Makefile.PL # running Build.PL Got archive C:\lib-SDL-bin_win32.zip I end up with files in C:\c, definitely undesirable. A safe solution is to use File::ShareDir and File::ShareDir::Install Thank you
please provide the relevant values of you PATH variable and strawberry config $ perl -e "print $ENV{PATH}" we use my $strawberry = "$Config::Config{prefix}/../" to find strawberry install. Can you provide this too $ perl -e "print $Config::Config{prefix}/../" Sorry it took this long to reply. We are active on #sdl irc.perl.org. On Sat Nov 14 21:44:11 2009, noreply wrote: Show quoted text
> Win32 doesn't imply perl -V:prefix is C:\strawberry\perl\ > > $ perl Makefile.PL > # running Build.PL > Got archive C:\lib-SDL-bin_win32.zip > > > I end up with files in C:\c, definitely undesirable. > > A safe solution is to use File::ShareDir and File::ShareDir::Install > > > Thank you
-- work in progress
fixed since Alien::SDL 0.8.x