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


yes the same problem still exits.I am using windows Xp

Replies are listed 'Best First'.
Re^7: Problem In C Inline use????
by syphilis (Archbishop) on Oct 19, 2006 at 08:20 UTC
    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

      'nmake' is not recognized as an internal or external command,operable program or batch file.

      when i run the name /? in the script folder it will also show me the error as above.should i lack somthing
        What's the full path to the location of nmake.exe ?
        What does the command 'path' produce ?
        I'm thinking that perhaps all you need to do is add the location of 'nmake.exe' to your path. Assuming that 'nmake.exe' is located in C:\Perl\bin that would mean you have to run:
        path=%path%;C:\Perl\bin
        Cheers,
        Rob

      out.make file contains ::'nmake' is not recognized as an internal or external command,operable program or batch file.

      when i run the name /? in the script folder it will also show me the error as above.should i lack somthing