I was trying to install Alien::wxWidgets on the way to installing Wx.
It failed at the following stage:
Fetch failed! HTTP response: 403 Forbidden [403 Forbidden] at inc/My/Build/Base.pm line 305.
Fetch failed! HTTP response: 403 [Forbidden] at inc/My/Build/Base.pm line 305.
Got a '403' from 'prdownloads.sourceforge.net' expected '200' at inc/My/Build/Base.pm line 305.
Unable to fetch archive at inc/My/Build/Base.pm line 307.
Building Alien-wxWidgets
Fetching wxWidgets...
fetching from: http://prdownloads.sourceforge.net/wxwindows/wxWidgets-3.0.0.tar.bz2
A cpan-testers report was filed. You can get it here
looking at the cpanm's work directory, I saw that such named file was created, but of zero length. I was able though to manually download the said file from this very same URL.
So, how can I manually proceed from here?
I don't believe
cpanmwill correctly installAlien-wxWidgets. To install it manually throughcpan, do thisSet the
WXDIRenvironment variable to the location of yourwxWidgetsinstallationEnter
cpanto get acpan>promptEnter
look Alien::wxWidgetsto download and unpack the module, and start a subsidiary command line with the directory containing the unpacked module as your working directoryEnter the following in order, as described in the Alien::wxWidgets README
If you think you may need some esoteric options, then that same README gives all the details you need.