On Tue, 2005-01-11 at 14:11 -0500, John Cappiello wrote:
Hi John,
> Upon executing 'perl Build.pl' I get:
>
> $ perl Build.PL
> Checking whether your kit is complete...
> Looks good
> Can't use an undefined value as an ARRAY reference at
> make/lib/SDL/Build.pm line 154.
>
> Searching google I've seen this come up only a few times and it made
> reference to the
> environment of the install and sdl-config results.
>
> I am using Mac OS X. I've installed SDL via fink.
>
> I also have the required perl modules.
>
> 'sdl-config --cflags' returns:
> -I/sw/include/SDL -D_THREAD_SAFE
>
> 'sdl-config --libs' returns:
> -L/sw/lib -lSDLmain -lSDL -framework Cocoa -framework OpenGL
>
> I've tried tweaking Build.pl with static values of varying sorts, all
> resulting in the
> same error.
>
> perl -v
> This is perl, v5.8.1-RC3 built for darwin-thread-multi-2level
> (with 1 registered patch, see perl -V for more detail)
>
> Trying to install SDL_Perl-2.1.2
>
> Thanks in advance for any help that can be offered.
> I realize this is a dev mailing list, but I didn't see any general
> discussion lists
> offhand.
Can you try the latest snapshot to see if this fixes your problem? If
not, please send the contents of blib/lib/SDL/Config.pm to the list.
http://wgz.org/chromatic/perl/sdl/SDL-Perl.tar.gz
-- c