in reply to Re^3: Problem In C Inline use????
in thread Problem In C Inline use????


when i running 'nmake /?' it will produce
Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. Usage: NMAKE @commandfile NMAKE [options] [/f makefile] [/x stderrfile] [macrodefs] [tar +gets] Options: /A Build all evaluated targets /B Build if time stamps are equ +al /C Suppress output messages /D Display build information /E Override env-var macros /HELP Display brief usage messa +ge /I Ignore exit codes from commands /K Build unrelated targets on e +rror /N Display commands but do not execute /NOLOGO Suppress copyright mess +age /P Display NMAKE information /Q Check time stamps but do not + build /R Ignore predefined rules/macros /S Suppress executed-commands d +isplay /T Change time stamps but do not build /? Display brief usage message

Replies are listed 'Best First'.
Re^5: Problem In C Inline use????
by syphilis (Archbishop) on Oct 19, 2006 at 07:44 UTC
    Microsoft (R) Program Maintenance Utility Version 1.50

    And you still get the error that 'nmake' is not recognized as an internal or external command,operable program or batch file ? (Are you sure about that ?) I don't know how that could possibly happen.

    Cheers,
    Rob
      And you still get the error that 'nmake' is not recognized as an internal or external command,operable program or batch file ? (Are you sure about that ?) I don't know how that could possibly happen.

      He wrote that he has "already install the Nmake.exe in my perl directory". Now I don't know into which "perl directory" he has installed it, but I suspect that it may not be one actually in %PATH%, but possibly the one in which he is developing code, and nothwistanding the fact that . is usually in %PATH% in Windows systems, it won't be the build directory for Inline builds, IIRC.

        I suspect that it may not be one actually in %PATH%

        Aaaah ... esp is a wonderful gift ... second only to hindsight :-)

        Cheers,
        Rob

      yes the same problem still exits.I am using windows Xp
        Did you run both the script and 'nmake /?' in the same cmd.exe shell ?

        Can you provide a copy'n'paste of 'out.make' ?

        Cheers,
        Rob