On Wed, 2004-10-27 at 08:01, AllAffiliatePro Info wrote: Hi Lyle,
(Cc'd to the SDL development list) > I have a dream. A computer game coded in Perl, that's platform > independent, compiled with perl2exe. From what I read on your projects > your the man who's going to make it possible. PAR might work too; maybe even better. > I've downloaded SDL perl, but I'm having trouble building it. I get > the error:- > Unknown library 'mesagl' for 'OpenGL' > > It's probably something I'm missing. A quick guide to building on > Win32 would be great addition to the snapshot. It would. The relevant code here is in (build_lib|make)/SDL/Build/MSWin32.pm. In particular, it looks at the environment variable SDL_GL_VENDOR to try to figure out which DLLs to link against. If you can provide me with the value of this variable and the name and locations of any OpenGL or compatible libraries you have installed, I can update the build process to take care of them. -- c