I dled the svn version that David sent me a link to and I got this error message:
Base class package "Module::Build" is empty. (Perhaps you need to 'use' the module which defines that package first.) at make/lib/SDL/Build.pm line 34 BEGIN failed--compilation aborted at make/lib/SDL/Build.pm line 34. Compilation failed in require at Build.PL line 36. BEGIN failed--compilation aborted at Build.PL line 36. I just installed Module::Build last night from CPAN... any ideas? On 10/3/06, David Göhrig <[EMAIL PROTECTED]> wrote:
Robert Gresham wrote: > Can't locate a loadable > module for SDL_perl in @INC ( ... ). that's generally an indication that the compile step failed. SDL_perl is a binary module. > I emerged the version of SDL_perl which was one major behind the CPAN > version Yeah all of the distros are living in 2000 :) I'll help you get the new code base working if you want, I'm not supporting the old 1.x series anymore. > 2 questions then, could these errors be related and what information > do you > need to help me troubleshoot this? At a shell prompt: > sdl-config --version --cflags --libs > gcc -v > perl -V is a good start. If you want to try to install the latest revision of the code: svn co http://nexttolast.com/sdlperl People tend to have better luck with that :) Dave
