Re: PDL image to SDL::Surface

2012-09-26 Thread Chris Marshall
On Mon, Sep 24, 2012 at 12:46 PM, Chris Marshall wrote: > Hi Kartik- > > I don't have a working SDL module install that I could > check things out on. The posted gist seemed like a > regression of using direct PDL manipulation to read and > copy the image data to an SDL surface. > > The pdl.pl ex

Re: [Perldl] PDL image to SDL::Surface

2012-09-26 Thread Tobias Leich
There prebuilt binaries for windows that you can choose when installing Alien::SDL. There is no choice to build libsdl yourself on that platform. And I never heard of that error before. On what type of windows are you exactly? WinXP 32bit? Am 26.09.2012 18:42, schrieb Chris Marshall: > This was

Re: [Perldl] PDL image to SDL::Surface

2012-09-26 Thread Chris Marshall
This was for Strawberry Perl on windows so the device should be whatever the default is for windows. If it needs X11, then the build probably did not configure correctly for the platform. It looks like libSDL does support windows and MinGW and the docs do not indicate that X11 is a prerequisite fo