I'm trying to install AppConfig-1.52 on a Windows 2000 box but I'm running into a problem with the makefile. I'm guessing I'm not the first to experince this so thought I'd ask if anoyone knows how I can fix it (I'll also admit to not really understanding makefile syntax).
Error message: Makefile:676: *** missing separator. Stop. This is the offending bit of the makefile: # --- MakeMaker pm_to_blib section: 671 pm_to_blib: $(TO_INST_PM) 672 @$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" \ 673 "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -MExtUtils::Install \ 674 -e "pm_to_blib(qw[ <<pmfiles.dat ],'$(INST_LIB)\auto','$(PM_FILTER)')" 675 676 $(PM_TO_BLIB) 677 << 678 @$(TOUCH) $@ I'm using Activestate Perl 5.6.1.628 / GNU Make 3.79 / Win 2000 Thanks --- Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.281 / Virus Database: 149 - Release Date: 18/09/2001 This email and any files transmitted with it are confidential and intended solely for the use of the individual to whom it is addressed. Any view or opinions presented are solely those of the author and do not necessarily represent those of the company, Latham Architects. If you have received this email in error, please contact Latham Architects by email on [EMAIL PROTECTED] This email has been virus scanned using Sophos Anti-Virus by intY (www.inty.net)
