http://qs321.pair.com?node_id=427557


in reply to Re: SDL_Perl for Win32?
in thread SDL_Perl for Win32?

I don't know. I know that Windows isn't the greatest environment to build stuff, but thats the platform that I have to use here.

My problem with Module::Build is that when something wrong happens, I haven't a clue what I need to do to fix it. Its so frustrating! At least with MakeMaker I can look at the makefile and try to config stuff manually, by hand. I can see the dependencies. I can see which information it needs to build. I can see that it requires header files to install. A build system that requires me to be intimately familiar with its internals is useless to me.

I mean, dammit! I don't care how the thing builds, I just want to use it! I'm even very willing to spend lots of time trying to get it to install, because I need it. Its just when the build system says essentially says "sorry, the automatic configure system isn't working", and thats all the output I get, I... its just... AARRRRRGHHH!

Replies are listed 'Best First'.
Re^3: SDL_Perl for Win32?
by Courage (Parson) on Feb 06, 2005 at 22:13 UTC
    Just a guess - you should use 'nmake' but using 'make'; or may be Config.pm is not precise enough; which way did you obtained Perl binaries