Fwd: Fwd: SDL_Perl Errors
[email protected] ("Robert Gresham")
| Newsgroups | perl.sdl.devel |
|---|---|
| Message-ID | <[email protected]> |
Ok, I'm past that error. Now for this one [Build.PL] arch SDL::Build::Linux Can't locate object method "build_c_sources" via package "SDL::Build::Linux" at Build.PL line 155, <DATA> line 468. I'm confused ---------- Forwarded message ---------- From: Robert Gresham <[email protected]> Date: Oct 4, 2006 10:46 AM Subject: Fwd: Fwd: SDL_Perl Errors To: [email protected] 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 >