in reply to nmake install problem for tieExcel

Thanks corion. Fixed that. Now I've got
Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. <p> Makefile.pl(4) : fatal error U1035: syntax error : expected ':' or '=' + separator Stop.
Should I give up? File a bug report? Read a make tutorial?

Replies are listed 'Best First'.
Re^2: nmake install problem for tieExcel
by gellyfish (Monsignor) on Apr 29, 2005 at 10:21 UTC

    This is probably a silly question but you are doing:

    perl Makefile.PL nmake nnake test nmake install
    Rather than something silly like nmake -f Makefile.PL ?

    /J\

      gellyfish, yes, I was doing that. Arg. Never mind!

        He he, the Makefile.PL is a small perl program that uses ExtUtils::MakeMaker to generate a Makefile that is appropriate for the make utility on a particular platform.

        /J\