stop moving things around... it already doesn't work, why screw with it more? sheesh.
The nmake.exe problem you're having is typically because you didn't specify the directory to where your nmake.exe file is (you can't build makefiles without this). If you have visual studio (6.0), then this would be on the root of the drive you installed VS, in a folder called... you guessed it, \visualstudio\nmake.exe
When you're first running the install (cpan), leave the install directories DEFAULT .\cpan .. don't go getting creative, unless you know what you're doing.
If I were to solidify my oppinion, I'd have to say you're having problems because you aren't keeping it simple. It should be boom..run the install.. boom.. leave directories default besides paths to external programs it needs (nmake.exe, winzip, etc)... done. Then install IO::Scalar ... boom.. done. There's not a lot to this for you to have so many problems. New problem? geez. hehe.
|