What perl version are you compiling SDLPerl in? Does it have threads
enabled?
Kartik Thakore
On 2010-02-21, at 9:09 PM, Mike Stok wrote:
I have downloaded the tarball from github - http://github.com/kthakore/SDL_perl/tree/redesign
-> download.
This is still using the MacPorts perl & loca
On 2010-02-22, at 12:08 AM, kmx wrote:
Hi Kartik,
[...]
I had to add a "my"at line 50:
my $cflags = `sdl-config --cflags`;
and line 54
my $libs = `sdl-config --libs`;
[...]
As for the 2 mentioned lines from inc/My/Builder/Darwin.pm I propose
the
following change:
+ use Alien::S