On Thu, 2004-01-22 at 10:25, Rob Spearman wrote: Hi Rob,
> I get the same error - see attached. Okay, I think I have this one. Please try: http://wgz.org/chromatic/perl/sdl/SDL-Perl-20040124.tar.gz > It can't find auto/SDL/TTF_TEXT_SH.al > > There aren't any *.al files in the package, and none are being built. > > Where is this file supposed to come from? It's an AutoLoader/AutoSplit file, which is sometimes used to define functions that should be loaded on demand. For some reason, SDL.pm used AutoLoader. The problem is that some font-handling constants in SDL::FontTool didn't match those defined in SDL::Constants. That caused AutoLoader to look for a file defining that function. I've made the constants match in both places, so this should work better for you. I say "should" more often than I should, though... Best, -- c