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.
John Cappiello
-- jc
