Glenn Linderman wrote: > But I still can't get it to compile from source (the 0.92 source from > CPAN, I'm referring to here). Symptom is still the same
Hi, I nearly went nuts trying to build 0.92 for AS 5.8.8.817 (build 817). I discovered that it compiles fine with MS Visual Studio 6 or VS2003, but it won't compile with 2005. This is what worked for me: wget PAR 0.92, and extract it Open a VS2003 command prompt (or VC6 with PATH and LIB set for your compiler) perl -Mbase Makefile.PL make install