On Fri, Oct 14, 2011 at 8:42 PM, Buck, Peter <pb...@hp.com> wrote: > In Windows 7, after expanding PAR 1.002, I ran perl Makefile.pl and then > nmake. Nmake failed with a message I can't interpret. Can someone help? > Thanks - Peter > C:\Users\buckpete\Downloads\PAR\PAR\PAR-1.002>nmake > syntax error at -e line 1, near "'755') > " > Missing right curly or square bracket at -e line 1, at end of line
Only use nmake if you're also using MS VisualStudio. If using the MingW toolchain, use dmake. Cheers, Roderich