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: 49280
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Alien-SDL

People
Owner: KTHAKORE [...] cpan.org
Requestors: kmx [...] cpan.org
Cc:
AdminCc:

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



Subject: Win32 - try to detect if SDL was already installed
Hi, could you please add a simple check into Alien::SDL that will check if SDL libraries are already installed on target system? I propose to test by running: `sdl-config --version` Alien::SDL should not override my already existing SDL libraries. -- kmx
Give this a shot and let me know. (Oops I ran --libs instead of --version will change before CPAN upload). http://github.com/kthakore/Alien_SDL/commit/24874b0f73ad606f689f7acfd0264ac619363de1 On Mon Aug 31 07:17:42 2009, KMX wrote: Show quoted text
> Hi, > > could you please add a simple check into Alien::SDL that will check if > SDL libraries are already installed on target system? > > I propose to test by running: > `sdl-config --version` > > Alien::SDL should not override my already existing SDL libraries. > > -- > kmx
-- work in progress
Subject: Re: [rt.cpan.org #49280] Win32 - try to detect if SDL was already installed
Date: Mon, 31 Aug 2009 16:14:06 +0200
To: bug-Alien-SDL [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
Show quoted text
> Give this a shot and let me know. (Oops I ran --libs instead of > --version will change before CPAN upload). > http://github.com/kthakore/Alien_SDL/commit/24874b0f73ad606f689f7acfd0264ac619363de1 > >
The latest Alien::SDL from GIT works as I would expected: - if SDL exist it does not override it - if SDL does not exist it installs it - Tested with strawberry 5.10.0.6 installed at unusual location. Note: you should probably also fix SDL module not exit if it does not detect SDL library - instead try to install Alien::SDL -- kmx
Subject: More Windows Love from Alien::SDL
RT-Send-CC: sdl-devel [...] perl.org
On Mon Aug 31 10:14:29 2009, kmx@volny.cz wrote: Show quoted text
>
> > Give this a shot and let me know. (Oops I ran --libs instead of > > --version will change before CPAN upload). > >
>
http://github.com/kthakore/Alien_SDL/commit/24874b0f73ad606f689f7acfd0264ac619363de1 Show quoted text
> > > >
> The latest Alien::SDL from GIT works as I would expected: > - if SDL exist it does not override it > - if SDL does not exist it installs it > - Tested with strawberry 5.10.0.6 installed at unusual location. > > Note: you should probably also fix SDL module not exit if it does not > detect SDL library - instead try to install Alien::SDL
I will do that! Great! Show quoted text
> -- > kmx >
Scheduled for upload in by tonight. -- work in progress
Upload v0.3 to fix this. Confirmed by kmx