Skip Menu |

This queue is for tickets about the SDL_perl CPAN distribution.

Report information
The Basics
Id: 14806
Status: resolved
Priority: 0/
Queue: SDL_perl

People
Owner: KTHAKORE [...] cpan.org
Requestors: tmurray-cpan [...] wumpus-cave.net
Cc:
AdminCc:

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



Subject: Syntax Error in Cygwin Build Module
The Cygwin build module has a syntax error that keeps the installation from working. Attached is a patch against 'make/lib/SDL/Build/Cygwin.pm' that fixes the error.
38c38 < push @ $subsystem{ libs } }, '-lpthreads'; --- > push @{ $subsystem{ libs } }, '-lpthreads';
[guest - Wed Sep 28 21:02:15 2005]: Show quoted text
> The Cygwin build module has a syntax error that keeps the installation > from working. Attached is a patch against > 'make/lib/SDL/Build/Cygwin.pm' that fixes the error.
Patching now
Fixed in v2.2.0 -- work in progress