On Mon, 2004-04-12 at 11:32, Alex Lyman wrote: > I've narrowed the odd cursor-jumping problem I'm having down to some weird > issue with calling `sdl-config --cflags` and `sdl-config --libs` in > Build.PL's first few lines. Gonna try just plugging in the values it wants, > and see if that fairs any better.
We should be able to skip that on Windows. At least, SDL::Build::Win32 skips that. > BTW, Chromatic, the link to the snapshot seems to give me a much older > version than is availiable from CPAN. CPAN=2.1.0, Snapshot=1.20.3. > I tried that one, but it also fails building. I haven't updated the version number. It's mostly 2.1.0, without the object changes. (I'd rather get it building before applying that big huge patch.) Anyhow, bbfu on Perl Monks just mentioned that there was no Build::SDL::Win32 in the latest snapshot, so I checked that it was in the MANIFEST. After fixing that error, the latest snapshot should contain this file. It should get further along in building, too. If not, can you dig through the generated SDL::Config and see if the values are reasonably accurate? > I also tried the PPM package DH made, which kinda-sorta works on my system. > On the test scripts that it will even run, they either crash before the > screen appears, or when you close the program. On those that don't run, it > says I'm missing a few AutoLoad files. What version of the package was the > PPM created with (I should be able to get the autoload files out of that, > right?) I think it was 2.1.0 or 2.0.5, but there are no autoloaded files; that's just subcomponents not being there or loading incorrectly. -- c