Thanks to the helpful folks who clarified the status of CamelPack in my previous entry.
I *may/probably* will put installing GD.pm on my system on the back burner.
I went ahead and installed Dev-C++ but haven't messed with it yet.
Interestingly enough, it looks like upgrading to 5.8 compounded my problem, perlwin32faq9 says
Win32 Is there a GD module available for PerlBut the ActiveState build status page says
GD now works with Win32, and can be installed using PPM
GD 2.35 FAILIt seems to be borne out by this post by Xavi on codecomments.com
Finally I've achived to install GD uninstalling activestate 5.8 and installing 5.6 without any problem.. I found directions and clarifications from Dave Roth here That *may* be out of date though because the latest binary I found of GD.pll (dll) is Win32GD_v960611
ActiveState isn't the only PPM repository. There are many of them, for example: University of Winnipeg and Bribes, as well as smaller repositories with PPMs for wxPerl. There's a module on CPAN, PPM::Repositories to provide a full list. FWIW, I just installed GD from the Winnipeg repository without any problems.
I don't really like the idea of massive Perl distributions including a compiler - I think binary packaging is a better solution, even for *nix operating systems. There's still a long way to go though.
Re:ActiveState is not the only PPM repository
meanroy on 2006-09-08T12:19:09
Thanks. I already found that module a while back. Works very well too, I added everything I found.
It's very interesting that you were able to install GD, my ppm should have found it too!
Roy.